Shades of Indigo #51119C
Tints of Indigo #51119C
RGB
CMYK
RGB Variations
Color information
#51119C (or 0x51119C) is known color: Indigo. HEX triplet: 51, 11 and 9C. RGB value is (81,17,156). Sum of RGB (Red+Green+Blue) = 81+17+156=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #51119C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51119C is #AEEE63. Grayscale: #333333. Windows color (decimal): -11464292 or 10228049. OLE color: 10228049.
HSL color Cylindrical-coordinate representation of color #51119C: hue angle of 267.63º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51119C is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 17 | 156 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.39 |
| HSL | 267.63º | 0.8% | 0.34% | - |
| HSV(B) | 267.63º | 0.89% | 0.61% | - |
| XYZ | 9.59 | 4.55 | 31.83 | - |
| YUV | 51.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 156 | 0.48 | 0.89 | 0 | 0.39 | 267.63 | 0.8 | 0.34 |
| Hex | 51 | 11 | 9C | 30 | 59 | 0 | 27 | 10C | 50 | 22 |
| Octal | 121 | 21 | 234 | 60 | 131 | 0 | 47 | 414 | 120 | 42 |
| Binary | 1010001 | 10001 | 10011100 | 110000 | 1011001 | 0 | 100111 | 100001100 | 1010000 | 100010 |
Color Harmonies of #51119C
Complementary color
Monochromatic Colors of #51119C
Black with #51119C
Text Example
Text Example
White with #51119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51119C; }
p { color: rgb(81,17,156); }
H1.HeaderClassName
{
color: #51119C;
}
.AnyTagClassName
{
color: #51119C;
}
</style>
background-color css
<style>
a { background-color: #51119C; }
a { background-color: rgb(81,17,156); }
div.DivClassName
{
background-color: #51119C;
}
.BgClassName
{
background-color: #51119C;
}
</style>
border-color css
<style>
span { border-color: #51119C; }
span { border-color: rgb(81,17,156); }
td.TdClassName
{
border-color: #51119C;
}
.TagClassName
{
border-color: #51119C;
}
</style>