Shades of Indigo #511199
Tints of Indigo #511199
RGB
CMYK
RGB Variations
Color information
#511199 (or 0x511199) is known color: Indigo. HEX triplet: 51, 11 and 99. RGB value is (81,17,153). Sum of RGB (Red+Green+Blue) = 81+17+153=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #511199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511199 is #AEEE66. Grayscale: #333333. Windows color (decimal): -11464295 or 10031441. OLE color: 10031441.
HSL color Cylindrical-coordinate representation of color #511199: hue angle of 268.24º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511199 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 17 | 153 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.4 |
| HSL | 268.24º | 0.8% | 0.33% | - |
| HSV(B) | 268.24º | 0.89% | 0.6% | - |
| XYZ | 9.34 | 4.45 | 30.5 | - |
| YUV | 51.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 153 | 0.47 | 0.89 | 0 | 0.4 | 268.24 | 0.8 | 0.33 |
| Hex | 51 | 11 | 99 | 2F | 59 | 0 | 28 | 10C | 50 | 21 |
| Octal | 121 | 21 | 231 | 57 | 131 | 0 | 50 | 414 | 120 | 41 |
| Binary | 1010001 | 10001 | 10011001 | 101111 | 1011001 | 0 | 101000 | 100001100 | 1010000 | 100001 |
Color Harmonies of #511199
Complementary color
Monochromatic Colors of #511199
Black with #511199
Text Example
Text Example
White with #511199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511199; }
p { color: rgb(81,17,153); }
H1.HeaderClassName
{
color: #511199;
}
.AnyTagClassName
{
color: #511199;
}
</style>
background-color css
<style>
a { background-color: #511199; }
a { background-color: rgb(81,17,153); }
div.DivClassName
{
background-color: #511199;
}
.BgClassName
{
background-color: #511199;
}
</style>
border-color css
<style>
span { border-color: #511199; }
span { border-color: rgb(81,17,153); }
td.TdClassName
{
border-color: #511199;
}
.TagClassName
{
border-color: #511199;
}
</style>