Shades of Indigo #590E9E
Tints of Indigo #590E9E
RGB
CMYK
RGB Variations
Color information
#590E9E (or 0x590E9E) is known color: Indigo. HEX triplet: 59, 0E and 9E. RGB value is (89,14,158). Sum of RGB (Red+Green+Blue) = 89+14+158=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #590E9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590E9E is #A6F161. Grayscale: #343434. Windows color (decimal): -10940770 or 10358361. OLE color: 10358361.
HSL color Cylindrical-coordinate representation of color #590E9E: hue angle of 271.25º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590E9E is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 14 | 158 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.38 |
| HSL | 271.25º | 0.84% | 0.34% | - |
| HSV(B) | 271.25º | 0.91% | 0.62% | - |
| XYZ | 10.45 | 4.91 | 32.74 | - |
| YUV | 52.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 158 | 0.44 | 0.91 | 0 | 0.38 | 271.25 | 0.84 | 0.34 |
| Hex | 59 | E | 9E | 2C | 5B | 0 | 26 | 10F | 54 | 22 |
| Octal | 131 | 16 | 236 | 54 | 133 | 0 | 46 | 417 | 124 | 42 |
| Binary | 1011001 | 1110 | 10011110 | 101100 | 1011011 | 0 | 100110 | 100001111 | 1010100 | 100010 |
Color Harmonies of #590E9E
Complementary color
Monochromatic Colors of #590E9E
Black with #590E9E
Text Example
Text Example
White with #590E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E9E; }
p { color: rgb(89,14,158); }
H1.HeaderClassName
{
color: #590E9E;
}
.AnyTagClassName
{
color: #590E9E;
}
</style>
background-color css
<style>
a { background-color: #590E9E; }
a { background-color: rgb(89,14,158); }
div.DivClassName
{
background-color: #590E9E;
}
.BgClassName
{
background-color: #590E9E;
}
</style>
border-color css
<style>
span { border-color: #590E9E; }
span { border-color: rgb(89,14,158); }
td.TdClassName
{
border-color: #590E9E;
}
.TagClassName
{
border-color: #590E9E;
}
</style>