Shades of Indigo #511570
Tints of Indigo #511570
RGB
CMYK
RGB Variations
Color information
#511570 (or 0x511570) is known color: Indigo. HEX triplet: 51, 15 and 70. RGB value is (81,21,112). Sum of RGB (Red+Green+Blue) = 81+21+112=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #511570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511570 is #AEEA8F. Grayscale: #313131. Windows color (decimal): -11463312 or 7345489. OLE color: 7345489.
HSL color Cylindrical-coordinate representation of color #511570: hue angle of 279.56º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511570 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 21 | 112 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.56 |
| HSL | 279.56º | 0.68% | 0.26% | - |
| HSV(B) | 279.56º | 0.81% | 0.44% | - |
| XYZ | 6.59 | 3.46 | 15.65 | - |
| YUV | 49.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 112 | 0.28 | 0.81 | 0 | 0.56 | 279.56 | 0.68 | 0.26 |
| Hex | 51 | 15 | 70 | 1C | 51 | 0 | 38 | 118 | 44 | 1A |
| Octal | 121 | 25 | 160 | 34 | 121 | 0 | 70 | 430 | 104 | 32 |
| Binary | 1010001 | 10101 | 1110000 | 11100 | 1010001 | 0 | 111000 | 100011000 | 1000100 | 11010 |
Color Harmonies of #511570
Complementary color
Monochromatic Colors of #511570
Black with #511570
Text Example
Text Example
White with #511570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511570; }
p { color: rgb(81,21,112); }
H1.HeaderClassName
{
color: #511570;
}
.AnyTagClassName
{
color: #511570;
}
</style>
background-color css
<style>
a { background-color: #511570; }
a { background-color: rgb(81,21,112); }
div.DivClassName
{
background-color: #511570;
}
.BgClassName
{
background-color: #511570;
}
</style>
border-color css
<style>
span { border-color: #511570; }
span { border-color: rgb(81,21,112); }
td.TdClassName
{
border-color: #511570;
}
.TagClassName
{
border-color: #511570;
}
</style>