Shades of Indigo #590292
Tints of Indigo #590292
RGB
CMYK
RGB Variations
Color information
#590292 (or 0x590292) is known color: Indigo. HEX triplet: 59, 02 and 92. RGB value is (89,2,146). Sum of RGB (Red+Green+Blue) = 89+2+146=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #590292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590292 is #A6FD6D. Grayscale: #2B2B2B. Windows color (decimal): -10943854 or 9568857. OLE color: 9568857.
HSL color Cylindrical-coordinate representation of color #590292: hue angle of 276.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590292 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 2 | 146 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.43 |
| HSL | 276.25º | 0.97% | 0.29% | - |
| HSV(B) | 276.25º | 0.99% | 0.57% | - |
| XYZ | 9.33 | 4.24 | 27.52 | - |
| YUV | 44.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 146 | 0.39 | 0.99 | 0 | 0.43 | 276.25 | 0.97 | 0.29 |
| Hex | 59 | 2 | 92 | 27 | 63 | 0 | 2B | 114 | 61 | 1D |
| Octal | 131 | 2 | 222 | 47 | 143 | 0 | 53 | 424 | 141 | 35 |
| Binary | 1011001 | 10 | 10010010 | 100111 | 1100011 | 0 | 101011 | 100010100 | 1100001 | 11101 |
Color Harmonies of #590292
Complementary color
Monochromatic Colors of #590292
Black with #590292
Text Example
Text Example
White with #590292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590292; }
p { color: rgb(89,2,146); }
H1.HeaderClassName
{
color: #590292;
}
.AnyTagClassName
{
color: #590292;
}
</style>
background-color css
<style>
a { background-color: #590292; }
a { background-color: rgb(89,2,146); }
div.DivClassName
{
background-color: #590292;
}
.BgClassName
{
background-color: #590292;
}
</style>
border-color css
<style>
span { border-color: #590292; }
span { border-color: rgb(89,2,146); }
td.TdClassName
{
border-color: #590292;
}
.TagClassName
{
border-color: #590292;
}
</style>