Html Css Color HEX #600072 Indigo

📋 copy color: '#600072'

red 96 ◦ green 0 ◦ blue 114

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

Shades of Indigo #600072

Tints of Indigo #600072

RGB

 RED value IS 96 (37.89% from 255) = 45.71%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 54.29%

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600072 (or 0x600072) is known color: Indigo. HEX triplet: 60, 00 and 72. RGB value is (96,0,114). Sum of RGB (Red+Green+Blue) = 96+0+114=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #600072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600072 is #9FFF8D. Grayscale: #292929. Windows color (decimal): -10485646 or 7471200. OLE color: 7471200.

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

Color convert

RGB 96 0 114 -
CMYK 0.16 1 0 0.55
HSL 290.53º 1% 0.22% -
HSV(B) 290.53º 1% 0.45% -
XYZ 7.86 3.7 16.22 -
YUV 41.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 96 0 114 0.16 1 0 0.55 290.53 1 0.22
Hex 60 0 72 10 64 0 37 123 64 16
Octal 140 0 162 20 144 0 67 443 144 26
Binary 1100000 0 1110010 10000 1100100 0 110111 100100011 1100100 10110

Color Harmonies of #600072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600072

Black with #600072

Text Example


Text Example

White with #600072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600072; }

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

 H1.HeaderClassName
 {
   color: #600072;
 }
 .AnyTagClassName
 {
   color: #600072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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