Shades of Indigo #590990
Tints of Indigo #590990
RGB
CMYK
RGB Variations
Color information
#590990 (or 0x590990) is known color: Indigo. HEX triplet: 59, 09 and 90. RGB value is (89,9,144). Sum of RGB (Red+Green+Blue) = 89+9+144=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #590990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590990 is #A6F66F. Grayscale: #2F2F2F. Windows color (decimal): -10942064 or 9439577. OLE color: 9439577.
HSL color Cylindrical-coordinate representation of color #590990: hue angle of 275.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590990 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 9 | 144 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.44 |
| HSL | 275.56º | 0.88% | 0.3% | - |
| HSV(B) | 275.56º | 0.94% | 0.56% | - |
| XYZ | 9.25 | 4.33 | 26.73 | - |
| YUV | 48.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 144 | 0.38 | 0.94 | 0 | 0.44 | 275.56 | 0.88 | 0.3 |
| Hex | 59 | 9 | 90 | 26 | 5E | 0 | 2C | 114 | 58 | 1E |
| Octal | 131 | 11 | 220 | 46 | 136 | 0 | 54 | 424 | 130 | 36 |
| Binary | 1011001 | 1001 | 10010000 | 100110 | 1011110 | 0 | 101100 | 100010100 | 1011000 | 11110 |
Color Harmonies of #590990
Complementary color
Monochromatic Colors of #590990
Black with #590990
Text Example
Text Example
White with #590990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590990; }
p { color: rgb(89,9,144); }
H1.HeaderClassName
{
color: #590990;
}
.AnyTagClassName
{
color: #590990;
}
</style>
background-color css
<style>
a { background-color: #590990; }
a { background-color: rgb(89,9,144); }
div.DivClassName
{
background-color: #590990;
}
.BgClassName
{
background-color: #590990;
}
</style>
border-color css
<style>
span { border-color: #590990; }
span { border-color: rgb(89,9,144); }
td.TdClassName
{
border-color: #590990;
}
.TagClassName
{
border-color: #590990;
}
</style>