Shades of Indigo #600E72
Tints of Indigo #600E72
RGB
CMYK
RGB Variations
Color information
#600E72 (or 0x600E72) is known color: Indigo. HEX triplet: 60, 0E and 72. RGB value is (96,14,114). Sum of RGB (Red+Green+Blue) = 96+14+114=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #600E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E72 is #9FF18D. Grayscale: #313131. Windows color (decimal): -10482062 or 7474784. OLE color: 7474784.
HSL color Cylindrical-coordinate representation of color #600E72: hue angle of 289.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600E72 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 14 | 114 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.55 |
| HSL | 289.2º | 0.78% | 0.25% | - |
| HSV(B) | 289.2º | 0.88% | 0.45% | - |
| XYZ | 8.02 | 4.02 | 16.27 | - |
| YUV | 49.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 114 | 0.16 | 0.88 | 0 | 0.55 | 289.2 | 0.78 | 0.25 |
| Hex | 60 | E | 72 | 10 | 58 | 0 | 37 | 121 | 4E | 19 |
| Octal | 140 | 16 | 162 | 20 | 130 | 0 | 67 | 441 | 116 | 31 |
| Binary | 1100000 | 1110 | 1110010 | 10000 | 1011000 | 0 | 110111 | 100100001 | 1001110 | 11001 |
Color Harmonies of #600E72
Complementary color
Monochromatic Colors of #600E72
Black with #600E72
Text Example
Text Example
White with #600E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E72; }
p { color: rgb(96,14,114); }
H1.HeaderClassName
{
color: #600E72;
}
.AnyTagClassName
{
color: #600E72;
}
</style>
background-color css
<style>
a { background-color: #600E72; }
a { background-color: rgb(96,14,114); }
div.DivClassName
{
background-color: #600E72;
}
.BgClassName
{
background-color: #600E72;
}
</style>
border-color css
<style>
span { border-color: #600E72; }
span { border-color: rgb(96,14,114); }
td.TdClassName
{
border-color: #600E72;
}
.TagClassName
{
border-color: #600E72;
}
</style>