Shades of Indigo #510E73
Tints of Indigo #510E73
RGB
CMYK
RGB Variations
Color information
#510E73 (or 0x510E73) is known color: Indigo. HEX triplet: 51, 0E and 73. RGB value is (81,14,115). Sum of RGB (Red+Green+Blue) = 81+14+115=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #510E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E73 is #AEF18C. Grayscale: #2D2D2D. Windows color (decimal): -11465101 or 7540305. OLE color: 7540305.
HSL color Cylindrical-coordinate representation of color #510E73: hue angle of 279.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510E73 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 14 | 115 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.55 |
| HSL | 279.8º | 0.78% | 0.25% | - |
| HSV(B) | 279.8º | 0.88% | 0.45% | - |
| XYZ | 6.64 | 3.3 | 16.51 | - |
| YUV | 45.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 115 | 0.30 | 0.88 | 0 | 0.55 | 279.8 | 0.78 | 0.25 |
| Hex | 51 | E | 73 | 1E | 58 | 0 | 37 | 118 | 4E | 19 |
| Octal | 121 | 16 | 163 | 36 | 130 | 0 | 67 | 430 | 116 | 31 |
| Binary | 1010001 | 1110 | 1110011 | 11110 | 1011000 | 0 | 110111 | 100011000 | 1001110 | 11001 |
Color Harmonies of #510E73
Complementary color
Monochromatic Colors of #510E73
Black with #510E73
Text Example
Text Example
White with #510E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E73; }
p { color: rgb(81,14,115); }
H1.HeaderClassName
{
color: #510E73;
}
.AnyTagClassName
{
color: #510E73;
}
</style>
background-color css
<style>
a { background-color: #510E73; }
a { background-color: rgb(81,14,115); }
div.DivClassName
{
background-color: #510E73;
}
.BgClassName
{
background-color: #510E73;
}
</style>
border-color css
<style>
span { border-color: #510E73; }
span { border-color: rgb(81,14,115); }
td.TdClassName
{
border-color: #510E73;
}
.TagClassName
{
border-color: #510E73;
}
</style>