Shades of Indigo #590090
Tints of Indigo #590090
RGB
CMYK
RGB Variations
Color information
#590090 (or 0x590090) is known color: Indigo. HEX triplet: 59, 00 and 90. RGB value is (89,0,144). Sum of RGB (Red+Green+Blue) = 89+0+144=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #590090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590090 is #A6FF6F. Grayscale: #2A2A2A. Windows color (decimal): -10944368 or 9437273. OLE color: 9437273.
HSL color Cylindrical-coordinate representation of color #590090: hue angle of 277.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590090 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 0 | 144 | - |
| CMYK | 0.38 | 1 | 0 | 0.44 |
| HSL | 277.08º | 1% | 0.28% | - |
| HSV(B) | 277.08º | 1% | 0.56% | - |
| XYZ | 9.15 | 4.14 | 26.7 | - |
| YUV | 43.03 | 184.99 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 144 | 0.38 | 1 | 0 | 0.44 | 277.08 | 1 | 0.28 |
| Hex | 59 | 0 | 90 | 26 | 64 | 0 | 2C | 115 | 64 | 1C |
| Octal | 131 | 0 | 220 | 46 | 144 | 0 | 54 | 425 | 144 | 34 |
| Binary | 1011001 | 0 | 10010000 | 100110 | 1100100 | 0 | 101100 | 100010101 | 1100100 | 11100 |
Color Harmonies of #590090
Complementary color
Monochromatic Colors of #590090
Black with #590090
Text Example
Text Example
White with #590090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590090; }
p { color: rgb(89,0,144); }
H1.HeaderClassName
{
color: #590090;
}
.AnyTagClassName
{
color: #590090;
}
</style>
background-color css
<style>
a { background-color: #590090; }
a { background-color: rgb(89,0,144); }
div.DivClassName
{
background-color: #590090;
}
.BgClassName
{
background-color: #590090;
}
</style>
border-color css
<style>
span { border-color: #590090; }
span { border-color: rgb(89,0,144); }
td.TdClassName
{
border-color: #590090;
}
.TagClassName
{
border-color: #590090;
}
</style>