Shades of Indigo #590885
Tints of Indigo #590885
RGB
CMYK
RGB Variations
Color information
#590885 (or 0x590885) is known color: Indigo. HEX triplet: 59, 08 and 85. RGB value is (89,8,133). Sum of RGB (Red+Green+Blue) = 89+8+133=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #590885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590885 is #A6F77A. Grayscale: #2E2E2E. Windows color (decimal): -10942331 or 8718425. OLE color: 8718425.
HSL color Cylindrical-coordinate representation of color #590885: hue angle of 278.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590885 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 8 | 133 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.48 |
| HSL | 278.88º | 0.89% | 0.28% | - |
| HSV(B) | 278.88º | 0.94% | 0.52% | - |
| XYZ | 8.44 | 3.99 | 22.52 | - |
| YUV | 46.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 133 | 0.33 | 0.94 | 0 | 0.48 | 278.88 | 0.89 | 0.28 |
| Hex | 59 | 8 | 85 | 21 | 5E | 0 | 30 | 117 | 59 | 1C |
| Octal | 131 | 10 | 205 | 41 | 136 | 0 | 60 | 427 | 131 | 34 |
| Binary | 1011001 | 1000 | 10000101 | 100001 | 1011110 | 0 | 110000 | 100010111 | 1011001 | 11100 |
Color Harmonies of #590885
Complementary color
Monochromatic Colors of #590885
Black with #590885
Text Example
Text Example
White with #590885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590885; }
p { color: rgb(89,8,133); }
H1.HeaderClassName
{
color: #590885;
}
.AnyTagClassName
{
color: #590885;
}
</style>
background-color css
<style>
a { background-color: #590885; }
a { background-color: rgb(89,8,133); }
div.DivClassName
{
background-color: #590885;
}
.BgClassName
{
background-color: #590885;
}
</style>
border-color css
<style>
span { border-color: #590885; }
span { border-color: rgb(89,8,133); }
td.TdClassName
{
border-color: #590885;
}
.TagClassName
{
border-color: #590885;
}
</style>