Shades of Indigo #510F73
Tints of Indigo #510F73
RGB
CMYK
RGB Variations
Color information
#510F73 (or 0x510F73) is known color: Indigo. HEX triplet: 51, 0F and 73. RGB value is (81,15,115). Sum of RGB (Red+Green+Blue) = 81+15+115=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #510F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F73 is #AEF08C. Grayscale: #2D2D2D. Windows color (decimal): -11464845 or 7540561. OLE color: 7540561.
HSL color Cylindrical-coordinate representation of color #510F73: hue angle of 279.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #510F73 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 15 | 115 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.55 |
| HSL | 279.6º | 0.77% | 0.25% | - |
| HSV(B) | 279.6º | 0.87% | 0.45% | - |
| XYZ | 6.66 | 3.33 | 16.51 | - |
| YUV | 46.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 115 | 0.30 | 0.87 | 0 | 0.55 | 279.6 | 0.77 | 0.25 |
| Hex | 51 | F | 73 | 1E | 57 | 0 | 37 | 118 | 4D | 19 |
| Octal | 121 | 17 | 163 | 36 | 127 | 0 | 67 | 430 | 115 | 31 |
| Binary | 1010001 | 1111 | 1110011 | 11110 | 1010111 | 0 | 110111 | 100011000 | 1001101 | 11001 |
Color Harmonies of #510F73
Complementary color
Monochromatic Colors of #510F73
Black with #510F73
Text Example
Text Example
White with #510F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F73; }
p { color: rgb(81,15,115); }
H1.HeaderClassName
{
color: #510F73;
}
.AnyTagClassName
{
color: #510F73;
}
</style>
background-color css
<style>
a { background-color: #510F73; }
a { background-color: rgb(81,15,115); }
div.DivClassName
{
background-color: #510F73;
}
.BgClassName
{
background-color: #510F73;
}
</style>
border-color css
<style>
span { border-color: #510F73; }
span { border-color: rgb(81,15,115); }
td.TdClassName
{
border-color: #510F73;
}
.TagClassName
{
border-color: #510F73;
}
</style>