Shades of Indigo #51119E
Tints of Indigo #51119E
RGB
CMYK
RGB Variations
Color information
#51119E (or 0x51119E) is known color: Indigo. HEX triplet: 51, 11 and 9E. RGB value is (81,17,158). Sum of RGB (Red+Green+Blue) = 81+17+158=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #51119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51119E is #AEEE61. Grayscale: #333333. Windows color (decimal): -11464290 or 10359121. OLE color: 10359121.
HSL color Cylindrical-coordinate representation of color #51119E: hue angle of 267.23º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51119E is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 17 | 158 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.38 |
| HSL | 267.23º | 0.81% | 0.34% | - |
| HSV(B) | 267.23º | 0.89% | 0.62% | - |
| XYZ | 9.77 | 4.62 | 32.72 | - |
| YUV | 52.21 | 187.7 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 158 | 0.49 | 0.89 | 0 | 0.38 | 267.23 | 0.81 | 0.34 |
| Hex | 51 | 11 | 9E | 31 | 59 | 0 | 26 | 10B | 51 | 22 |
| Octal | 121 | 21 | 236 | 61 | 131 | 0 | 46 | 413 | 121 | 42 |
| Binary | 1010001 | 10001 | 10011110 | 110001 | 1011001 | 0 | 100110 | 100001011 | 1010001 | 100010 |
Color Harmonies of #51119E
Complementary color
Monochromatic Colors of #51119E
Black with #51119E
Text Example
Text Example
White with #51119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51119E; }
p { color: rgb(81,17,158); }
H1.HeaderClassName
{
color: #51119E;
}
.AnyTagClassName
{
color: #51119E;
}
</style>
background-color css
<style>
a { background-color: #51119E; }
a { background-color: rgb(81,17,158); }
div.DivClassName
{
background-color: #51119E;
}
.BgClassName
{
background-color: #51119E;
}
</style>
border-color css
<style>
span { border-color: #51119E; }
span { border-color: rgb(81,17,158); }
td.TdClassName
{
border-color: #51119E;
}
.TagClassName
{
border-color: #51119E;
}
</style>