Shades of Indigo #511995
Tints of Indigo #511995
RGB
CMYK
RGB Variations
Color information
#511995 (or 0x511995) is known color: Indigo. HEX triplet: 51, 19 and 95. RGB value is (81,25,149). Sum of RGB (Red+Green+Blue) = 81+25+149=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #511995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511995 is #AEE66A. Grayscale: #373737. Windows color (decimal): -11462251 or 9771345. OLE color: 9771345.
HSL color Cylindrical-coordinate representation of color #511995: hue angle of 267.1º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511995 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 25 | 149 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.42 |
| HSL | 267.1º | 0.71% | 0.34% | - |
| HSV(B) | 267.1º | 0.83% | 0.58% | - |
| XYZ | 9.17 | 4.61 | 28.84 | - |
| YUV | 55.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 149 | 0.46 | 0.83 | 0 | 0.42 | 267.1 | 0.71 | 0.34 |
| Hex | 51 | 19 | 95 | 2E | 53 | 0 | 2A | 10B | 47 | 22 |
| Octal | 121 | 31 | 225 | 56 | 123 | 0 | 52 | 413 | 107 | 42 |
| Binary | 1010001 | 11001 | 10010101 | 101110 | 1010011 | 0 | 101010 | 100001011 | 1000111 | 100010 |
Color Harmonies of #511995
Complementary color
Monochromatic Colors of #511995
Black with #511995
Text Example
Text Example
White with #511995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511995; }
p { color: rgb(81,25,149); }
H1.HeaderClassName
{
color: #511995;
}
.AnyTagClassName
{
color: #511995;
}
</style>
background-color css
<style>
a { background-color: #511995; }
a { background-color: rgb(81,25,149); }
div.DivClassName
{
background-color: #511995;
}
.BgClassName
{
background-color: #511995;
}
</style>
border-color css
<style>
span { border-color: #511995; }
span { border-color: rgb(81,25,149); }
td.TdClassName
{
border-color: #511995;
}
.TagClassName
{
border-color: #511995;
}
</style>