Shades of Indigo #590094
Tints of Indigo #590094
RGB
CMYK
RGB Variations
Color information
#590094 (or 0x590094) is known color: Indigo. HEX triplet: 59, 00 and 94. RGB value is (89,0,148). Sum of RGB (Red+Green+Blue) = 89+0+148=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #590094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590094 is #A6FF6B. Grayscale: #2A2A2A. Windows color (decimal): -10944364 or 9699417. OLE color: 9699417.
HSL color Cylindrical-coordinate representation of color #590094: hue angle of 276.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590094 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 0 | 148 | - |
| CMYK | 0.40 | 1 | 0 | 0.42 |
| HSL | 276.08º | 1% | 0.29% | - |
| HSV(B) | 276.08º | 1% | 0.58% | - |
| XYZ | 9.47 | 4.26 | 28.34 | - |
| YUV | 43.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 148 | 0.40 | 1 | 0 | 0.42 | 276.08 | 1 | 0.29 |
| Hex | 59 | 0 | 94 | 28 | 64 | 0 | 2A | 114 | 64 | 1D |
| Octal | 131 | 0 | 224 | 50 | 144 | 0 | 52 | 424 | 144 | 35 |
| Binary | 1011001 | 0 | 10010100 | 101000 | 1100100 | 0 | 101010 | 100010100 | 1100100 | 11101 |
Color Harmonies of #590094
Complementary color
Monochromatic Colors of #590094
Black with #590094
Text Example
Text Example
White with #590094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590094; }
p { color: rgb(89,0,148); }
H1.HeaderClassName
{
color: #590094;
}
.AnyTagClassName
{
color: #590094;
}
</style>
background-color css
<style>
a { background-color: #590094; }
a { background-color: rgb(89,0,148); }
div.DivClassName
{
background-color: #590094;
}
.BgClassName
{
background-color: #590094;
}
</style>
border-color css
<style>
span { border-color: #590094; }
span { border-color: rgb(89,0,148); }
td.TdClassName
{
border-color: #590094;
}
.TagClassName
{
border-color: #590094;
}
</style>