#600574

Color #600574 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #600574

Tints of Indigo #600574

Color information

#600574 (or 0x600574) is unknown color: approx Indigo. HEX triplet: 60, 05 and 74. RGB value is (96,5,116). Sum of RGB (Red+Green+Blue) = 96+5+116=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #600574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600574 is #9FFA8B. Grayscale: #2C2C2C. Windows color (decimal): -10484364 or 7603552. OLE color: 7603552.

HSL color Cylindrical-coordinate representation of color #600574: hue angle of 289.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600574 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB965116-
CMYK0.170.9600.55
HSL289.19º91.74%23.73%-
HSV(B)289.19º95.69%45.49%-
XYZ8.033.8616.84-
YUV44.86168.15164.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=44.24%
G=2.30%
B=53.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9651160.170.9600.55289.1991.7423.73
Hex6057411600371215c18
Octal14051642114006744113430
Binary110000010111101001000111000000110111100100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600574; }

 p { color: rgb(96,5,116); }

 H1.HeaderClassName
 {
   color: #600574;
 }
 .AnyTagClassName
 {
   color: #600574;
 }
</style>
background-color css

<style>
 a { background-color: #600574; }

 a { background-color: rgb(96,5,116); }

 div.DivClassName
 {
   background-color: #600574;
 }
 .BgClassName
 {
   background-color: #600574;
 }
</style>
border-color css

<style>
 span { border-color: #600574; }

 span { border-color: rgb(96,5,116); }

 td.TdClassName
 {
   border-color: #600574;
 }
 .TagClassName
 {
   border-color: #600574;
 }
</style>