Shades of Indigo #59008B
Tints of Indigo #59008B
RGB
CMYK
RGB Variations
Color information
#59008B (or 0x59008B) is known color: Indigo. HEX triplet: 59, 00 and 8B. RGB value is (89,0,139). Sum of RGB (Red+Green+Blue) = 89+0+139=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #59008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59008B is #A6FF74. Grayscale: #292929. Windows color (decimal): -10944373 or 9109593. OLE color: 9109593.
HSL color Cylindrical-coordinate representation of color #59008B: hue angle of 278.42º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59008B is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 0 | 139 | - |
| CMYK | 0.36 | 1 | 0 | 0.45 |
| HSL | 278.42º | 1% | 0.27% | - |
| HSV(B) | 278.42º | 1% | 0.55% | - |
| XYZ | 8.78 | 3.99 | 24.73 | - |
| YUV | 42.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 139 | 0.36 | 1 | 0 | 0.45 | 278.42 | 1 | 0.27 |
| Hex | 59 | 0 | 8B | 24 | 64 | 0 | 2D | 116 | 64 | 1B |
| Octal | 131 | 0 | 213 | 44 | 144 | 0 | 55 | 426 | 144 | 33 |
| Binary | 1011001 | 0 | 10001011 | 100100 | 1100100 | 0 | 101101 | 100010110 | 1100100 | 11011 |
Color Harmonies of #59008B
Complementary color
Monochromatic Colors of #59008B
Black with #59008B
Text Example
Text Example
White with #59008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59008B; }
p { color: rgb(89,0,139); }
H1.HeaderClassName
{
color: #59008B;
}
.AnyTagClassName
{
color: #59008B;
}
</style>
background-color css
<style>
a { background-color: #59008B; }
a { background-color: rgb(89,0,139); }
div.DivClassName
{
background-color: #59008B;
}
.BgClassName
{
background-color: #59008B;
}
</style>
border-color css
<style>
span { border-color: #59008B; }
span { border-color: rgb(89,0,139); }
td.TdClassName
{
border-color: #59008B;
}
.TagClassName
{
border-color: #59008B;
}
</style>