Shades of Indigo #590F86
Tints of Indigo #590F86
RGB
CMYK
RGB Variations
Color information
#590F86 (or 0x590F86) is known color: Indigo. HEX triplet: 59, 0F and 86. RGB value is (89,15,134). Sum of RGB (Red+Green+Blue) = 89+15+134=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #590F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590F86 is #A6F079. Grayscale: #323232. Windows color (decimal): -10940538 or 8785753. OLE color: 8785753.
HSL color Cylindrical-coordinate representation of color #590F86: hue angle of 277.31º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590F86 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 15 | 134 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.47 |
| HSL | 277.31º | 0.8% | 0.29% | - |
| HSV(B) | 277.31º | 0.89% | 0.53% | - |
| XYZ | 8.59 | 4.19 | 22.91 | - |
| YUV | 50.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 134 | 0.34 | 0.89 | 0 | 0.47 | 277.31 | 0.8 | 0.29 |
| Hex | 59 | F | 86 | 22 | 59 | 0 | 2F | 115 | 50 | 1D |
| Octal | 131 | 17 | 206 | 42 | 131 | 0 | 57 | 425 | 120 | 35 |
| Binary | 1011001 | 1111 | 10000110 | 100010 | 1011001 | 0 | 101111 | 100010101 | 1010000 | 11101 |
Color Harmonies of #590F86
Complementary color
Monochromatic Colors of #590F86
Black with #590F86
Text Example
Text Example
White with #590F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F86; }
p { color: rgb(89,15,134); }
H1.HeaderClassName
{
color: #590F86;
}
.AnyTagClassName
{
color: #590F86;
}
</style>
background-color css
<style>
a { background-color: #590F86; }
a { background-color: rgb(89,15,134); }
div.DivClassName
{
background-color: #590F86;
}
.BgClassName
{
background-color: #590F86;
}
</style>
border-color css
<style>
span { border-color: #590F86; }
span { border-color: rgb(89,15,134); }
td.TdClassName
{
border-color: #590F86;
}
.TagClassName
{
border-color: #590F86;
}
</style>