I am working on a project which visualizes html tables automatically.
If the table includes parties, it would be great to have the color for this party. Does anyone know some page,api or something else to get these colors?
For example:
Country,Party,Color,Hex Value
US,Republican,Red,FF0000
US,Democratic,Blue,0000FF
My project site: http://github.wikunia.de/Table2Chart/


US,Republican,red,US,Democrat,blue(for example?) – Mark Silverberg Jul 12 '14 at 17:21