Shades of Indigo #511A91
Tints of Indigo #511A91
RGB
CMYK
RGB Variations
Color information
#511A91 (or 0x511A91) is known color: Indigo. HEX triplet: 51, 1A and 91. RGB value is (81,26,145). Sum of RGB (Red+Green+Blue) = 81+26+145=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #511A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A91 is #AEE56E. Grayscale: #373737. Windows color (decimal): -11461999 or 9509457. OLE color: 9509457.
HSL color Cylindrical-coordinate representation of color #511A91: hue angle of 267.73º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511A91 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 26 | 145 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.43 |
| HSL | 267.73º | 0.7% | 0.34% | - |
| HSV(B) | 267.73º | 0.82% | 0.57% | - |
| XYZ | 8.87 | 4.53 | 27.2 | - |
| YUV | 56.01 | 178.22 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 145 | 0.44 | 0.82 | 0 | 0.43 | 267.73 | 0.7 | 0.34 |
| Hex | 51 | 1A | 91 | 2C | 52 | 0 | 2B | 10C | 46 | 22 |
| Octal | 121 | 32 | 221 | 54 | 122 | 0 | 53 | 414 | 106 | 42 |
| Binary | 1010001 | 11010 | 10010001 | 101100 | 1010010 | 0 | 101011 | 100001100 | 1000110 | 100010 |
Color Harmonies of #511A91
Complementary color
Monochromatic Colors of #511A91
Black with #511A91
Text Example
Text Example
White with #511A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A91; }
p { color: rgb(81,26,145); }
H1.HeaderClassName
{
color: #511A91;
}
.AnyTagClassName
{
color: #511A91;
}
</style>
background-color css
<style>
a { background-color: #511A91; }
a { background-color: rgb(81,26,145); }
div.DivClassName
{
background-color: #511A91;
}
.BgClassName
{
background-color: #511A91;
}
</style>
border-color css
<style>
span { border-color: #511A91; }
span { border-color: rgb(81,26,145); }
td.TdClassName
{
border-color: #511A91;
}
.TagClassName
{
border-color: #511A91;
}
</style>