Shades of Indigo #590AAA
Tints of Indigo #590AAA
RGB
CMYK
RGB Variations
Color information
#590AAA (or 0x590AAA) is known color: Indigo. HEX triplet: 59, 0A and AA. RGB value is (89,10,170). Sum of RGB (Red+Green+Blue) = 89+10+170=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #590AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590AAA is #A6F555. Grayscale: #333333. Windows color (decimal): -10941782 or 11143769. OLE color: 11143769.
HSL color Cylindrical-coordinate representation of color #590AAA: hue angle of 269.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590AAA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 10 | 170 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.33 |
| HSL | 269.63º | 0.89% | 0.35% | - |
| HSV(B) | 269.63º | 0.94% | 0.67% | - |
| XYZ | 11.48 | 5.24 | 38.44 | - |
| YUV | 51.86 | 194.67 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 170 | 0.48 | 0.94 | 0 | 0.33 | 269.63 | 0.89 | 0.35 |
| Hex | 59 | A | AA | 30 | 5E | 0 | 21 | 10E | 59 | 23 |
| Octal | 131 | 12 | 252 | 60 | 136 | 0 | 41 | 416 | 131 | 43 |
| Binary | 1011001 | 1010 | 10101010 | 110000 | 1011110 | 0 | 100001 | 100001110 | 1011001 | 100011 |
Color Harmonies of #590AAA
Complementary color
Monochromatic Colors of #590AAA
Black with #590AAA
Text Example
Text Example
White with #590AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590AAA; }
p { color: rgb(89,10,170); }
H1.HeaderClassName
{
color: #590AAA;
}
.AnyTagClassName
{
color: #590AAA;
}
</style>
background-color css
<style>
a { background-color: #590AAA; }
a { background-color: rgb(89,10,170); }
div.DivClassName
{
background-color: #590AAA;
}
.BgClassName
{
background-color: #590AAA;
}
</style>
border-color css
<style>
span { border-color: #590AAA; }
span { border-color: rgb(89,10,170); }
td.TdClassName
{
border-color: #590AAA;
}
.TagClassName
{
border-color: #590AAA;
}
</style>