Shades of Indigo #590A8A
Tints of Indigo #590A8A
RGB
CMYK
RGB Variations
Color information
#590A8A (or 0x590A8A) is known color: Indigo. HEX triplet: 59, 0A and 8A. RGB value is (89,10,138). Sum of RGB (Red+Green+Blue) = 89+10+138=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #590A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590A8A is #A6F575. Grayscale: #2F2F2F. Windows color (decimal): -10941814 or 9046617. OLE color: 9046617.
HSL color Cylindrical-coordinate representation of color #590A8A: hue angle of 277.03º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590A8A is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 10 | 138 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.46 |
| HSL | 277.03º | 0.86% | 0.29% | - |
| HSV(B) | 277.03º | 0.93% | 0.54% | - |
| XYZ | 8.82 | 4.18 | 24.39 | - |
| YUV | 48.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 138 | 0.36 | 0.93 | 0 | 0.46 | 277.03 | 0.86 | 0.29 |
| Hex | 59 | A | 8A | 24 | 5D | 0 | 2E | 115 | 56 | 1D |
| Octal | 131 | 12 | 212 | 44 | 135 | 0 | 56 | 425 | 126 | 35 |
| Binary | 1011001 | 1010 | 10001010 | 100100 | 1011101 | 0 | 101110 | 100010101 | 1010110 | 11101 |
Color Harmonies of #590A8A
Complementary color
Monochromatic Colors of #590A8A
Black with #590A8A
Text Example
Text Example
White with #590A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A8A; }
p { color: rgb(89,10,138); }
H1.HeaderClassName
{
color: #590A8A;
}
.AnyTagClassName
{
color: #590A8A;
}
</style>
background-color css
<style>
a { background-color: #590A8A; }
a { background-color: rgb(89,10,138); }
div.DivClassName
{
background-color: #590A8A;
}
.BgClassName
{
background-color: #590A8A;
}
</style>
border-color css
<style>
span { border-color: #590A8A; }
span { border-color: rgb(89,10,138); }
td.TdClassName
{
border-color: #590A8A;
}
.TagClassName
{
border-color: #590A8A;
}
</style>