Shades of Indigo #590195
Tints of Indigo #590195
RGB
CMYK
RGB Variations
Color information
#590195 (or 0x590195) is known color: Indigo. HEX triplet: 59, 01 and 95. RGB value is (89,1,149). Sum of RGB (Red+Green+Blue) = 89+1+149=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #590195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590195 is #A6FE6A. Grayscale: #2B2B2B. Windows color (decimal): -10944107 or 9765209. OLE color: 9765209.
HSL color Cylindrical-coordinate representation of color #590195: hue angle of 275.68º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590195 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 1 | 149 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.42 |
| HSL | 275.68º | 0.99% | 0.29% | - |
| HSV(B) | 275.68º | 0.99% | 0.58% | - |
| XYZ | 9.56 | 4.32 | 28.76 | - |
| YUV | 44.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 149 | 0.40 | 0.99 | 0 | 0.42 | 275.68 | 0.99 | 0.29 |
| Hex | 59 | 1 | 95 | 28 | 63 | 0 | 2A | 114 | 63 | 1D |
| Octal | 131 | 1 | 225 | 50 | 143 | 0 | 52 | 424 | 143 | 35 |
| Binary | 1011001 | 1 | 10010101 | 101000 | 1100011 | 0 | 101010 | 100010100 | 1100011 | 11101 |
Color Harmonies of #590195
Complementary color
Monochromatic Colors of #590195
Black with #590195
Text Example
Text Example
White with #590195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590195; }
p { color: rgb(89,1,149); }
H1.HeaderClassName
{
color: #590195;
}
.AnyTagClassName
{
color: #590195;
}
</style>
background-color css
<style>
a { background-color: #590195; }
a { background-color: rgb(89,1,149); }
div.DivClassName
{
background-color: #590195;
}
.BgClassName
{
background-color: #590195;
}
</style>
border-color css
<style>
span { border-color: #590195; }
span { border-color: rgb(89,1,149); }
td.TdClassName
{
border-color: #590195;
}
.TagClassName
{
border-color: #590195;
}
</style>