Shades of Indigo #590BA1
Tints of Indigo #590BA1
RGB
CMYK
RGB Variations
Color information
#590BA1 (or 0x590BA1) is known color: Indigo. HEX triplet: 59, 0B and A1. RGB value is (89,11,161). Sum of RGB (Red+Green+Blue) = 89+11+161=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 161 (63.28% from 255 or 61.69% from 261); Max value from RGB is 161 - color contains mainly: blue. Hex color #590BA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590BA1 is #A6F45E. Grayscale: #323232. Windows color (decimal): -10941535 or 10554201. OLE color: 10554201.
HSL color Cylindrical-coordinate representation of color #590BA1: hue angle of 271.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590BA1 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 11 | 161 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.37 |
| HSL | 271.2º | 0.87% | 0.34% | - |
| HSV(B) | 271.2º | 0.93% | 0.63% | - |
| XYZ | 10.67 | 4.94 | 34.11 | - |
| YUV | 51.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 161 | 0.45 | 0.93 | 0 | 0.37 | 271.2 | 0.87 | 0.34 |
| Hex | 59 | B | A1 | 2D | 5D | 0 | 25 | 10F | 57 | 22 |
| Octal | 131 | 13 | 241 | 55 | 135 | 0 | 45 | 417 | 127 | 42 |
| Binary | 1011001 | 1011 | 10100001 | 101101 | 1011101 | 0 | 100101 | 100001111 | 1010111 | 100010 |
Color Harmonies of #590BA1
Complementary color
Monochromatic Colors of #590BA1
Black with #590BA1
Text Example
Text Example
White with #590BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BA1; }
p { color: rgb(89,11,161); }
H1.HeaderClassName
{
color: #590BA1;
}
.AnyTagClassName
{
color: #590BA1;
}
</style>
background-color css
<style>
a { background-color: #590BA1; }
a { background-color: rgb(89,11,161); }
div.DivClassName
{
background-color: #590BA1;
}
.BgClassName
{
background-color: #590BA1;
}
</style>
border-color css
<style>
span { border-color: #590BA1; }
span { border-color: rgb(89,11,161); }
td.TdClassName
{
border-color: #590BA1;
}
.TagClassName
{
border-color: #590BA1;
}
</style>