Shades of Indigo #590085
Tints of Indigo #590085
RGB
CMYK
RGB Variations
Color information
#590085 (or 0x590085) is known color: Indigo. HEX triplet: 59, 00 and 85. RGB value is (89,0,133). Sum of RGB (Red+Green+Blue) = 89+0+133=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #590085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590085 is #A6FF7A. Grayscale: #292929. Windows color (decimal): -10944379 or 8716377. OLE color: 8716377.
HSL color Cylindrical-coordinate representation of color #590085: hue angle of 280.15º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590085 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 0 | 133 | - |
| CMYK | 0.33 | 1 | 0 | 0.48 |
| HSL | 280.15º | 1% | 0.26% | - |
| HSV(B) | 280.15º | 1% | 0.52% | - |
| XYZ | 8.35 | 3.82 | 22.49 | - |
| YUV | 41.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 133 | 0.33 | 1 | 0 | 0.48 | 280.15 | 1 | 0.26 |
| Hex | 59 | 0 | 85 | 21 | 64 | 0 | 30 | 118 | 64 | 1A |
| Octal | 131 | 0 | 205 | 41 | 144 | 0 | 60 | 430 | 144 | 32 |
| Binary | 1011001 | 0 | 10000101 | 100001 | 1100100 | 0 | 110000 | 100011000 | 1100100 | 11010 |
Color Harmonies of #590085
Complementary color
Monochromatic Colors of #590085
Black with #590085
Text Example
Text Example
White with #590085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590085; }
p { color: rgb(89,0,133); }
H1.HeaderClassName
{
color: #590085;
}
.AnyTagClassName
{
color: #590085;
}
</style>
background-color css
<style>
a { background-color: #590085; }
a { background-color: rgb(89,0,133); }
div.DivClassName
{
background-color: #590085;
}
.BgClassName
{
background-color: #590085;
}
</style>
border-color css
<style>
span { border-color: #590085; }
span { border-color: rgb(89,0,133); }
td.TdClassName
{
border-color: #590085;
}
.TagClassName
{
border-color: #590085;
}
</style>