Shades of Indigo #590AA7
Tints of Indigo #590AA7
RGB
CMYK
RGB Variations
Color information
#590AA7 (or 0x590AA7) is known color: Indigo. HEX triplet: 59, 0A and A7. RGB value is (89,10,167). Sum of RGB (Red+Green+Blue) = 89+10+167=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 167 (65.62% from 255 or 62.78% from 266); Max value from RGB is 167 - color contains mainly: blue. Hex color #590AA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590AA7 is #A6F558. Grayscale: #323232. Windows color (decimal): -10941785 or 10947161. OLE color: 10947161.
HSL color Cylindrical-coordinate representation of color #590AA7: hue angle of 270.19º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590AA7 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 10 | 167 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.35 |
| HSL | 270.19º | 0.89% | 0.35% | - |
| HSV(B) | 270.19º | 0.94% | 0.65% | - |
| XYZ | 11.2 | 5.13 | 36.96 | - |
| YUV | 51.52 | 193.17 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 167 | 0.47 | 0.94 | 0 | 0.35 | 270.19 | 0.89 | 0.35 |
| Hex | 59 | A | A7 | 2F | 5E | 0 | 23 | 10E | 59 | 23 |
| Octal | 131 | 12 | 247 | 57 | 136 | 0 | 43 | 416 | 131 | 43 |
| Binary | 1011001 | 1010 | 10100111 | 101111 | 1011110 | 0 | 100011 | 100001110 | 1011001 | 100011 |
Color Harmonies of #590AA7
Complementary color
Monochromatic Colors of #590AA7
Black with #590AA7
Text Example
Text Example
White with #590AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590AA7; }
p { color: rgb(89,10,167); }
H1.HeaderClassName
{
color: #590AA7;
}
.AnyTagClassName
{
color: #590AA7;
}
</style>
background-color css
<style>
a { background-color: #590AA7; }
a { background-color: rgb(89,10,167); }
div.DivClassName
{
background-color: #590AA7;
}
.BgClassName
{
background-color: #590AA7;
}
</style>
border-color css
<style>
span { border-color: #590AA7; }
span { border-color: rgb(89,10,167); }
td.TdClassName
{
border-color: #590AA7;
}
.TagClassName
{
border-color: #590AA7;
}
</style>