Shades of Indigo #59007F
Tints of Indigo #59007F
RGB
CMYK
RGB Variations
Color information
#59007F (or 0x59007F) is known color: Indigo. HEX triplet: 59, 00 and 7F. RGB value is (89,0,127). Sum of RGB (Red+Green+Blue) = 89+0+127=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #59007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59007F is #A6FF80. Grayscale: #282828. Windows color (decimal): -10944385 or 8323161. OLE color: 8323161.
HSL color Cylindrical-coordinate representation of color #59007F: hue angle of 282.05º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59007F is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 0 | 127 | - |
| CMYK | 0.30 | 1 | 0 | 0.50 |
| HSL | 282.05º | 1% | 0.25% | - |
| HSV(B) | 282.05º | 1% | 0.5% | - |
| XYZ | 7.95 | 3.66 | 20.37 | - |
| YUV | 41.09 | 176.49 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 127 | 0.30 | 1 | 0 | 0.50 | 282.05 | 1 | 0.25 |
| Hex | 59 | 0 | 7F | 1E | 64 | 0 | 32 | 11A | 64 | 19 |
| Octal | 131 | 0 | 177 | 36 | 144 | 0 | 62 | 432 | 144 | 31 |
| Binary | 1011001 | 0 | 1111111 | 11110 | 1100100 | 0 | 110010 | 100011010 | 1100100 | 11001 |
Color Harmonies of #59007F
Complementary color
Monochromatic Colors of #59007F
Black with #59007F
Text Example
Text Example
White with #59007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59007F; }
p { color: rgb(89,0,127); }
H1.HeaderClassName
{
color: #59007F;
}
.AnyTagClassName
{
color: #59007F;
}
</style>
background-color css
<style>
a { background-color: #59007F; }
a { background-color: rgb(89,0,127); }
div.DivClassName
{
background-color: #59007F;
}
.BgClassName
{
background-color: #59007F;
}
</style>
border-color css
<style>
span { border-color: #59007F; }
span { border-color: rgb(89,0,127); }
td.TdClassName
{
border-color: #59007F;
}
.TagClassName
{
border-color: #59007F;
}
</style>