Shades of Indigo #511997
Tints of Indigo #511997
RGB
CMYK
RGB Variations
Color information
#511997 (or 0x511997) is known color: Indigo. HEX triplet: 51, 19 and 97. RGB value is (81,25,151). Sum of RGB (Red+Green+Blue) = 81+25+151=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #511997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511997 is #AEE668. Grayscale: #373737. Windows color (decimal): -11462249 or 9902417. OLE color: 9902417.
HSL color Cylindrical-coordinate representation of color #511997: hue angle of 266.67º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511997 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 25 | 151 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.41 |
| HSL | 266.67º | 0.72% | 0.35% | - |
| HSV(B) | 266.67º | 0.83% | 0.59% | - |
| XYZ | 9.33 | 4.68 | 29.69 | - |
| YUV | 56.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 151 | 0.46 | 0.83 | 0 | 0.41 | 266.67 | 0.72 | 0.35 |
| Hex | 51 | 19 | 97 | 2E | 53 | 0 | 29 | 10B | 48 | 23 |
| Octal | 121 | 31 | 227 | 56 | 123 | 0 | 51 | 413 | 110 | 43 |
| Binary | 1010001 | 11001 | 10010111 | 101110 | 1010011 | 0 | 101001 | 100001011 | 1001000 | 100011 |
Color Harmonies of #511997
Complementary color
Monochromatic Colors of #511997
Black with #511997
Text Example
Text Example
White with #511997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511997; }
p { color: rgb(81,25,151); }
H1.HeaderClassName
{
color: #511997;
}
.AnyTagClassName
{
color: #511997;
}
</style>
background-color css
<style>
a { background-color: #511997; }
a { background-color: rgb(81,25,151); }
div.DivClassName
{
background-color: #511997;
}
.BgClassName
{
background-color: #511997;
}
</style>
border-color css
<style>
span { border-color: #511997; }
span { border-color: rgb(81,25,151); }
td.TdClassName
{
border-color: #511997;
}
.TagClassName
{
border-color: #511997;
}
</style>