Shades of Indigo #590987
Tints of Indigo #590987
RGB
CMYK
RGB Variations
Color information
#590987 (or 0x590987) is known color: Indigo. HEX triplet: 59, 09 and 87. RGB value is (89,9,135). Sum of RGB (Red+Green+Blue) = 89+9+135=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #590987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590987 is #A6F678. Grayscale: #2E2E2E. Windows color (decimal): -10942073 or 8849753. OLE color: 8849753.
HSL color Cylindrical-coordinate representation of color #590987: hue angle of 278.1º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590987 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 9 | 135 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.47 |
| HSL | 278.1º | 0.88% | 0.28% | - |
| HSV(B) | 278.1º | 0.93% | 0.53% | - |
| XYZ | 8.59 | 4.07 | 23.25 | - |
| YUV | 47.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 135 | 0.34 | 0.93 | 0 | 0.47 | 278.1 | 0.88 | 0.28 |
| Hex | 59 | 9 | 87 | 22 | 5D | 0 | 2F | 116 | 58 | 1C |
| Octal | 131 | 11 | 207 | 42 | 135 | 0 | 57 | 426 | 130 | 34 |
| Binary | 1011001 | 1001 | 10000111 | 100010 | 1011101 | 0 | 101111 | 100010110 | 1011000 | 11100 |
Color Harmonies of #590987
Complementary color
Monochromatic Colors of #590987
Black with #590987
Text Example
Text Example
White with #590987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590987; }
p { color: rgb(89,9,135); }
H1.HeaderClassName
{
color: #590987;
}
.AnyTagClassName
{
color: #590987;
}
</style>
background-color css
<style>
a { background-color: #590987; }
a { background-color: rgb(89,9,135); }
div.DivClassName
{
background-color: #590987;
}
.BgClassName
{
background-color: #590987;
}
</style>
border-color css
<style>
span { border-color: #590987; }
span { border-color: rgb(89,9,135); }
td.TdClassName
{
border-color: #590987;
}
.TagClassName
{
border-color: #590987;
}
</style>