Shades of Indigo #590AA2
Tints of Indigo #590AA2
RGB
CMYK
RGB Variations
Color information
#590AA2 (or 0x590AA2) is known color: Indigo. HEX triplet: 59, 0A and A2. RGB value is (89,10,162). Sum of RGB (Red+Green+Blue) = 89+10+162=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 162 (63.67% from 255 or 62.07% from 261); Max value from RGB is 162 - color contains mainly: blue. Hex color #590AA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590AA2 is #A6F55D. Grayscale: #323232. Windows color (decimal): -10941790 or 10619481. OLE color: 10619481.
HSL color Cylindrical-coordinate representation of color #590AA2: hue angle of 271.18º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590AA2 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 10 | 162 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.36 |
| HSL | 271.18º | 0.88% | 0.34% | - |
| HSV(B) | 271.18º | 0.94% | 0.64% | - |
| XYZ | 10.75 | 4.95 | 34.57 | - |
| YUV | 50.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 162 | 0.45 | 0.94 | 0 | 0.36 | 271.18 | 0.88 | 0.34 |
| Hex | 59 | A | A2 | 2D | 5E | 0 | 24 | 10F | 58 | 22 |
| Octal | 131 | 12 | 242 | 55 | 136 | 0 | 44 | 417 | 130 | 42 |
| Binary | 1011001 | 1010 | 10100010 | 101101 | 1011110 | 0 | 100100 | 100001111 | 1011000 | 100010 |
Color Harmonies of #590AA2
Complementary color
Monochromatic Colors of #590AA2
Black with #590AA2
Text Example
Text Example
White with #590AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590AA2; }
p { color: rgb(89,10,162); }
H1.HeaderClassName
{
color: #590AA2;
}
.AnyTagClassName
{
color: #590AA2;
}
</style>
background-color css
<style>
a { background-color: #590AA2; }
a { background-color: rgb(89,10,162); }
div.DivClassName
{
background-color: #590AA2;
}
.BgClassName
{
background-color: #590AA2;
}
</style>
border-color css
<style>
span { border-color: #590AA2; }
span { border-color: rgb(89,10,162); }
td.TdClassName
{
border-color: #590AA2;
}
.TagClassName
{
border-color: #590AA2;
}
</style>