#600872

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

Shades of Indigo #600872

Tints of Indigo #600872

Color information

#600872 (or 0x600872) is unknown color: approx Indigo. HEX triplet: 60, 08 and 72. RGB value is (96,8,114). Sum of RGB (Red+Green+Blue) = 96+8+114=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #600872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600872 is #9FF78D. Grayscale: #2E2E2E. Windows color (decimal): -10483598 or 7473248. OLE color: 7473248.

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

Color convert

RGB968114-
CMYK0.160.9300.55
HSL289.81º86.89%23.92%-
HSV(B)289.81º92.98%44.71%-
XYZ7.953.8816.25-
YUV46.4166.15163.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=44.04%
G=3.67%
B=52.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9681140.160.9300.55289.8186.8923.92
Hex60872105D0371225718
Octal140101622013506744212730
Binary1100000100011100101000010111010110111100100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600872; }

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

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

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

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

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

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

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

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