Shades of Indigo #510E6F
Tints of Indigo #510E6F
RGB
CMYK
RGB Variations
Color information
#510E6F (or 0x510E6F) is known color: Indigo. HEX triplet: 51, 0E and 6F. RGB value is (81,14,111). Sum of RGB (Red+Green+Blue) = 81+14+111=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #510E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E6F is #AEF190. Grayscale: #2C2C2C. Windows color (decimal): -11465105 or 7278161. OLE color: 7278161.
HSL color Cylindrical-coordinate representation of color #510E6F: hue angle of 281.44º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #510E6F is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 14 | 111 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.56 |
| HSL | 281.44º | 0.78% | 0.25% | - |
| HSV(B) | 281.44º | 0.87% | 0.44% | - |
| XYZ | 6.42 | 3.21 | 15.32 | - |
| YUV | 45.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 111 | 0.27 | 0.87 | 0 | 0.56 | 281.44 | 0.78 | 0.25 |
| Hex | 51 | E | 6F | 1B | 57 | 0 | 38 | 119 | 4E | 19 |
| Octal | 121 | 16 | 157 | 33 | 127 | 0 | 70 | 431 | 116 | 31 |
| Binary | 1010001 | 1110 | 1101111 | 11011 | 1010111 | 0 | 111000 | 100011001 | 1001110 | 11001 |
Color Harmonies of #510E6F
Complementary color
Monochromatic Colors of #510E6F
Black with #510E6F
Text Example
Text Example
White with #510E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E6F; }
p { color: rgb(81,14,111); }
H1.HeaderClassName
{
color: #510E6F;
}
.AnyTagClassName
{
color: #510E6F;
}
</style>
background-color css
<style>
a { background-color: #510E6F; }
a { background-color: rgb(81,14,111); }
div.DivClassName
{
background-color: #510E6F;
}
.BgClassName
{
background-color: #510E6F;
}
</style>
border-color css
<style>
span { border-color: #510E6F; }
span { border-color: rgb(81,14,111); }
td.TdClassName
{
border-color: #510E6F;
}
.TagClassName
{
border-color: #510E6F;
}
</style>