Shades of Indigo #510696
Tints of Indigo #510696
RGB
CMYK
RGB Variations
Color information
#510696 (or 0x510696) is known color: Indigo. HEX triplet: 51, 06 and 96. RGB value is (81,6,150). Sum of RGB (Red+Green+Blue) = 81+6+150=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #510696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510696 is #AEF969. Grayscale: #2C2C2C. Windows color (decimal): -11467114 or 9832017. OLE color: 9832017.
HSL color Cylindrical-coordinate representation of color #510696: hue angle of 271.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510696 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 6 | 150 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.41 |
| HSL | 271.25º | 0.92% | 0.31% | - |
| HSV(B) | 271.25º | 0.96% | 0.59% | - |
| XYZ | 8.96 | 4.08 | 29.17 | - |
| YUV | 44.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 150 | 0.46 | 0.96 | 0 | 0.41 | 271.25 | 0.92 | 0.31 |
| Hex | 51 | 6 | 96 | 2E | 60 | 0 | 29 | 10F | 5C | 1F |
| Octal | 121 | 6 | 226 | 56 | 140 | 0 | 51 | 417 | 134 | 37 |
| Binary | 1010001 | 110 | 10010110 | 101110 | 1100000 | 0 | 101001 | 100001111 | 1011100 | 11111 |
Color Harmonies of #510696
Complementary color
Monochromatic Colors of #510696
Black with #510696
Text Example
Text Example
White with #510696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510696; }
p { color: rgb(81,6,150); }
H1.HeaderClassName
{
color: #510696;
}
.AnyTagClassName
{
color: #510696;
}
</style>
background-color css
<style>
a { background-color: #510696; }
a { background-color: rgb(81,6,150); }
div.DivClassName
{
background-color: #510696;
}
.BgClassName
{
background-color: #510696;
}
</style>
border-color css
<style>
span { border-color: #510696; }
span { border-color: rgb(81,6,150); }
td.TdClassName
{
border-color: #510696;
}
.TagClassName
{
border-color: #510696;
}
</style>