Shades of Indigo #590093
Tints of Indigo #590093
RGB
CMYK
RGB Variations
Color information
#590093 (or 0x590093) is known color: Indigo. HEX triplet: 59, 00 and 93. RGB value is (89,0,147). Sum of RGB (Red+Green+Blue) = 89+0+147=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #590093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590093 is #A6FF6C. Grayscale: #2A2A2A. Windows color (decimal): -10944365 or 9633881. OLE color: 9633881.
HSL color Cylindrical-coordinate representation of color #590093: hue angle of 276.33º 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 #590093 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 0 | 147 | - |
| CMYK | 0.39 | 1 | 0 | 0.42 |
| HSL | 276.33º | 1% | 0.29% | - |
| HSV(B) | 276.33º | 1% | 0.58% | - |
| XYZ | 9.39 | 4.23 | 27.93 | - |
| YUV | 43.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 147 | 0.39 | 1 | 0 | 0.42 | 276.33 | 1 | 0.29 |
| Hex | 59 | 0 | 93 | 27 | 64 | 0 | 2A | 114 | 64 | 1D |
| Octal | 131 | 0 | 223 | 47 | 144 | 0 | 52 | 424 | 144 | 35 |
| Binary | 1011001 | 0 | 10010011 | 100111 | 1100100 | 0 | 101010 | 100010100 | 1100100 | 11101 |
Color Harmonies of #590093
Complementary color
Monochromatic Colors of #590093
Black with #590093
Text Example
Text Example
White with #590093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590093; }
p { color: rgb(89,0,147); }
H1.HeaderClassName
{
color: #590093;
}
.AnyTagClassName
{
color: #590093;
}
</style>
background-color css
<style>
a { background-color: #590093; }
a { background-color: rgb(89,0,147); }
div.DivClassName
{
background-color: #590093;
}
.BgClassName
{
background-color: #590093;
}
</style>
border-color css
<style>
span { border-color: #590093; }
span { border-color: rgb(89,0,147); }
td.TdClassName
{
border-color: #590093;
}
.TagClassName
{
border-color: #590093;
}
</style>