Shades of Indigo #511370
Tints of Indigo #511370
RGB
CMYK
RGB Variations
Color information
#511370 (or 0x511370) is known color: Indigo. HEX triplet: 51, 13 and 70. RGB value is (81,19,112). Sum of RGB (Red+Green+Blue) = 81+19+112=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #511370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511370 is #AEEC8F. Grayscale: #2F2F2F. Windows color (decimal): -11463824 or 7344977. OLE color: 7344977.
HSL color Cylindrical-coordinate representation of color #511370: hue angle of 280º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511370 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 19 | 112 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.56 |
| HSL | 280º | 0.71% | 0.26% | - |
| HSV(B) | 280º | 0.83% | 0.44% | - |
| XYZ | 6.55 | 3.38 | 15.64 | - |
| YUV | 48.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 112 | 0.28 | 0.83 | 0 | 0.56 | 280 | 0.71 | 0.26 |
| Hex | 51 | 13 | 70 | 1C | 53 | 0 | 38 | 118 | 47 | 1A |
| Octal | 121 | 23 | 160 | 34 | 123 | 0 | 70 | 430 | 107 | 32 |
| Binary | 1010001 | 10011 | 1110000 | 11100 | 1010011 | 0 | 111000 | 100011000 | 1000111 | 11010 |
Color Harmonies of #511370
Complementary color
Monochromatic Colors of #511370
Black with #511370
Text Example
Text Example
White with #511370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511370; }
p { color: rgb(81,19,112); }
H1.HeaderClassName
{
color: #511370;
}
.AnyTagClassName
{
color: #511370;
}
</style>
background-color css
<style>
a { background-color: #511370; }
a { background-color: rgb(81,19,112); }
div.DivClassName
{
background-color: #511370;
}
.BgClassName
{
background-color: #511370;
}
</style>
border-color css
<style>
span { border-color: #511370; }
span { border-color: rgb(81,19,112); }
td.TdClassName
{
border-color: #511370;
}
.TagClassName
{
border-color: #511370;
}
</style>