Html Css Color HEX #600472 Indigo

📋 copy color: '#600472'

red 96 ◦ green 4 ◦ blue 114

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

Shades of Indigo #600472

Tints of Indigo #600472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 44.86%
G = 1.87%
B = 53.27%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600472 (or 0x600472) is known color: Indigo. HEX triplet: 60, 04 and 72. RGB value is (96,4,114). Sum of RGB (Red+Green+Blue) = 96+4+114=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #600472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600472 is #9FFB8D. Grayscale: #2B2B2B. Windows color (decimal): -10484622 or 7472224. OLE color: 7472224.

HSL color Cylindrical-coordinate representation of color #600472: hue angle of 290.18º degrees, saturation: 0.93, 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 #600472 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 4 114 -
CMYK 0.16 0.96 0 0.55
HSL 290.18º 0.93% 0.23% -
HSV(B) 290.18º 0.96% 0.45% -
XYZ 7.9 3.79 16.23 -
YUV 44.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 96 4 114 0.16 0.96 0 0.55 290.18 0.93 0.23
Hex 60 4 72 10 60 0 37 122 5D 17
Octal 140 4 162 20 140 0 67 442 135 27
Binary 1100000 100 1110010 10000 1100000 0 110111 100100010 1011101 10111

Color Harmonies of #600472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600472

Black with #600472

Text Example


Text Example

White with #600472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600472; }

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

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

background-color css

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

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

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

border-color css

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

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

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