Shades of Indigo #511892
Tints of Indigo #511892
RGB
CMYK
RGB Variations
Color information
#511892 (or 0x511892) is known color: Indigo. HEX triplet: 51, 18 and 92. RGB value is (81,24,146). Sum of RGB (Red+Green+Blue) = 81+24+146=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #511892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511892 is #AEE76D. Grayscale: #363636. Windows color (decimal): -11462510 or 9574481. OLE color: 9574481.
HSL color Cylindrical-coordinate representation of color #511892: hue angle of 268.03º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511892 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 24 | 146 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.43 |
| HSL | 268.03º | 0.72% | 0.33% | - |
| HSV(B) | 268.03º | 0.84% | 0.57% | - |
| XYZ | 8.91 | 4.48 | 27.59 | - |
| YUV | 54.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 146 | 0.45 | 0.84 | 0 | 0.43 | 268.03 | 0.72 | 0.33 |
| Hex | 51 | 18 | 92 | 2D | 54 | 0 | 2B | 10C | 48 | 21 |
| Octal | 121 | 30 | 222 | 55 | 124 | 0 | 53 | 414 | 110 | 41 |
| Binary | 1010001 | 11000 | 10010010 | 101101 | 1010100 | 0 | 101011 | 100001100 | 1001000 | 100001 |
Color Harmonies of #511892
Complementary color
Monochromatic Colors of #511892
Black with #511892
Text Example
Text Example
White with #511892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511892; }
p { color: rgb(81,24,146); }
H1.HeaderClassName
{
color: #511892;
}
.AnyTagClassName
{
color: #511892;
}
</style>
background-color css
<style>
a { background-color: #511892; }
a { background-color: rgb(81,24,146); }
div.DivClassName
{
background-color: #511892;
}
.BgClassName
{
background-color: #511892;
}
</style>
border-color css
<style>
span { border-color: #511892; }
span { border-color: rgb(81,24,146); }
td.TdClassName
{
border-color: #511892;
}
.TagClassName
{
border-color: #511892;
}
</style>