#600572

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

Shades of Indigo #600572

Tints of Indigo #600572

Color information

#600572 (or 0x600572) is unknown color: approx Indigo. HEX triplet: 60, 05 and 72. RGB value is (96,5,114). Sum of RGB (Red+Green+Blue) = 96+5+114=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #600572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600572 is #9FFA8D. Grayscale: #2C2C2C. Windows color (decimal): -10484366 or 7472480. OLE color: 7472480.

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

Color convert

RGB965114-
CMYK0.160.9600.55
HSL290.09º91.6%23.33%-
HSV(B)290.09º95.61%44.71%-
XYZ7.923.8116.24-
YUV44.64167.15164.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=44.65%
G=2.33%
B=53.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9651140.160.9600.55290.0991.623.33
Hex6057210600371225c17
Octal14051622014006744213427
Binary110000010111100101000011000000110111100100010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600572; }

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

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

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

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

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

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

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

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