Shades of Indigo #590675
Tints of Indigo #590675
RGB
CMYK
RGB Variations
Color information
#590675 (or 0x590675) is known color: Indigo. HEX triplet: 59, 06 and 75. RGB value is (89,6,117). Sum of RGB (Red+Green+Blue) = 89+6+117=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #590675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590675 is #A6F98A. Grayscale: #2B2B2B. Windows color (decimal): -10942859 or 7669337. OLE color: 7669337.
HSL color Cylindrical-coordinate representation of color #590675: hue angle of 284.86º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590675 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 6 | 117 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.54 |
| HSL | 284.86º | 0.9% | 0.24% | - |
| HSV(B) | 284.86º | 0.95% | 0.46% | - |
| XYZ | 7.4 | 3.54 | 17.12 | - |
| YUV | 43.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 117 | 0.24 | 0.95 | 0 | 0.54 | 284.86 | 0.9 | 0.24 |
| Hex | 59 | 6 | 75 | 18 | 5F | 0 | 36 | 11D | 5A | 18 |
| Octal | 131 | 6 | 165 | 30 | 137 | 0 | 66 | 435 | 132 | 30 |
| Binary | 1011001 | 110 | 1110101 | 11000 | 1011111 | 0 | 110110 | 100011101 | 1011010 | 11000 |
Color Harmonies of #590675
Complementary color
Monochromatic Colors of #590675
Black with #590675
Text Example
Text Example
White with #590675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590675; }
p { color: rgb(89,6,117); }
H1.HeaderClassName
{
color: #590675;
}
.AnyTagClassName
{
color: #590675;
}
</style>
background-color css
<style>
a { background-color: #590675; }
a { background-color: rgb(89,6,117); }
div.DivClassName
{
background-color: #590675;
}
.BgClassName
{
background-color: #590675;
}
</style>
border-color css
<style>
span { border-color: #590675; }
span { border-color: rgb(89,6,117); }
td.TdClassName
{
border-color: #590675;
}
.TagClassName
{
border-color: #590675;
}
</style>