Shades of Indigo #590FA2
Tints of Indigo #590FA2
RGB
CMYK
RGB Variations
Color information
#590FA2 (or 0x590FA2) is known color: Indigo. HEX triplet: 59, 0F and A2. RGB value is (89,15,162). Sum of RGB (Red+Green+Blue) = 89+15+162=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 162 (63.67% from 255 or 60.90% from 266); Max value from RGB is 162 - color contains mainly: blue. Hex color #590FA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590FA2 is #A6F05D. Grayscale: #353535. Windows color (decimal): -10940510 or 10620761. OLE color: 10620761.
HSL color Cylindrical-coordinate representation of color #590FA2: hue angle of 270.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590FA2 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 15 | 162 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.36 |
| HSL | 270.2º | 0.83% | 0.35% | - |
| HSV(B) | 270.2º | 0.91% | 0.64% | - |
| XYZ | 10.81 | 5.07 | 34.59 | - |
| YUV | 53.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 162 | 0.45 | 0.91 | 0 | 0.36 | 270.2 | 0.83 | 0.35 |
| Hex | 59 | F | A2 | 2D | 5B | 0 | 24 | 10E | 53 | 23 |
| Octal | 131 | 17 | 242 | 55 | 133 | 0 | 44 | 416 | 123 | 43 |
| Binary | 1011001 | 1111 | 10100010 | 101101 | 1011011 | 0 | 100100 | 100001110 | 1010011 | 100011 |
Color Harmonies of #590FA2
Complementary color
Monochromatic Colors of #590FA2
Black with #590FA2
Text Example
Text Example
White with #590FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590FA2; }
p { color: rgb(89,15,162); }
H1.HeaderClassName
{
color: #590FA2;
}
.AnyTagClassName
{
color: #590FA2;
}
</style>
background-color css
<style>
a { background-color: #590FA2; }
a { background-color: rgb(89,15,162); }
div.DivClassName
{
background-color: #590FA2;
}
.BgClassName
{
background-color: #590FA2;
}
</style>
border-color css
<style>
span { border-color: #590FA2; }
span { border-color: rgb(89,15,162); }
td.TdClassName
{
border-color: #590FA2;
}
.TagClassName
{
border-color: #590FA2;
}
</style>