Html Css Color HEX #600872 Indigo

📋 copy color: '#600872'

red 96 ◦ green 8 ◦ blue 114

#600872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #600872

Tints of Indigo #600872

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 value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600872 (or 0x600872) is known color: 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

RGB 96 8 114 -
CMYK 0.16 0.93 0 0.55
HSL 289.81º 0.87% 0.24% -
HSV(B) 289.81º 0.93% 0.45% -
XYZ 7.95 3.88 16.25 -
YUV 46.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 96 8 114 0.16 0.93 0 0.55 289.81 0.87 0.24
Hex 60 8 72 10 5D 0 37 122 57 18
Octal 140 10 162 20 135 0 67 442 127 30
Binary 1100000 1000 1110010 10000 1011101 0 110111 100100010 1010111 11000

Color Harmonies of #600872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600872

Black with #600872

Text Example


Text Example

White with #600872

Text Example


Text Example

HTML Codes & Css Web 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>