Shades of Indigo #590290
Tints of Indigo #590290
RGB
CMYK
RGB Variations
Color information
#590290 (or 0x590290) is known color: Indigo. HEX triplet: 59, 02 and 90. RGB value is (89,2,144). Sum of RGB (Red+Green+Blue) = 89+2+144=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #590290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590290 is #A6FD6F. Grayscale: #2B2B2B. Windows color (decimal): -10943856 or 9437785. OLE color: 9437785.
HSL color Cylindrical-coordinate representation of color #590290: hue angle of 276.76º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590290 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 2 | 144 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.44 |
| HSL | 276.76º | 0.97% | 0.29% | - |
| HSV(B) | 276.76º | 0.99% | 0.56% | - |
| XYZ | 9.18 | 4.18 | 26.71 | - |
| YUV | 44.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 144 | 0.38 | 0.99 | 0 | 0.44 | 276.76 | 0.97 | 0.29 |
| Hex | 59 | 2 | 90 | 26 | 63 | 0 | 2C | 115 | 61 | 1D |
| Octal | 131 | 2 | 220 | 46 | 143 | 0 | 54 | 425 | 141 | 35 |
| Binary | 1011001 | 10 | 10010000 | 100110 | 1100011 | 0 | 101100 | 100010101 | 1100001 | 11101 |
Color Harmonies of #590290
Complementary color
Monochromatic Colors of #590290
Black with #590290
Text Example
Text Example
White with #590290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590290; }
p { color: rgb(89,2,144); }
H1.HeaderClassName
{
color: #590290;
}
.AnyTagClassName
{
color: #590290;
}
</style>
background-color css
<style>
a { background-color: #590290; }
a { background-color: rgb(89,2,144); }
div.DivClassName
{
background-color: #590290;
}
.BgClassName
{
background-color: #590290;
}
</style>
border-color css
<style>
span { border-color: #590290; }
span { border-color: rgb(89,2,144); }
td.TdClassName
{
border-color: #590290;
}
.TagClassName
{
border-color: #590290;
}
</style>