Shades of Indigo #590E6F
Tints of Indigo #590E6F
RGB
CMYK
RGB Variations
Color information
#590E6F (or 0x590E6F) is known color: Indigo. HEX triplet: 59, 0E and 6F. RGB value is (89,14,111). Sum of RGB (Red+Green+Blue) = 89+14+111=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #590E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E6F is #A6F190. Grayscale: #2F2F2F. Windows color (decimal): -10940817 or 7278169. OLE color: 7278169.
HSL color Cylindrical-coordinate representation of color #590E6F: hue angle of 286.39º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590E6F is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 14 | 111 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.56 |
| HSL | 286.39º | 0.78% | 0.25% | - |
| HSV(B) | 286.39º | 0.87% | 0.44% | - |
| XYZ | 7.15 | 3.59 | 15.35 | - |
| YUV | 47.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 111 | 0.20 | 0.87 | 0 | 0.56 | 286.39 | 0.78 | 0.25 |
| Hex | 59 | E | 6F | 14 | 57 | 0 | 38 | 11E | 4E | 19 |
| Octal | 131 | 16 | 157 | 24 | 127 | 0 | 70 | 436 | 116 | 31 |
| Binary | 1011001 | 1110 | 1101111 | 10100 | 1010111 | 0 | 111000 | 100011110 | 1001110 | 11001 |
Color Harmonies of #590E6F
Complementary color
Monochromatic Colors of #590E6F
Black with #590E6F
Text Example
Text Example
White with #590E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E6F; }
p { color: rgb(89,14,111); }
H1.HeaderClassName
{
color: #590E6F;
}
.AnyTagClassName
{
color: #590E6F;
}
</style>
background-color css
<style>
a { background-color: #590E6F; }
a { background-color: rgb(89,14,111); }
div.DivClassName
{
background-color: #590E6F;
}
.BgClassName
{
background-color: #590E6F;
}
</style>
border-color css
<style>
span { border-color: #590E6F; }
span { border-color: rgb(89,14,111); }
td.TdClassName
{
border-color: #590E6F;
}
.TagClassName
{
border-color: #590E6F;
}
</style>