Shades of Indigo #510D73
Tints of Indigo #510D73
RGB
CMYK
RGB Variations
Color information
#510D73 (or 0x510D73) is known color: Indigo. HEX triplet: 51, 0D and 73. RGB value is (81,13,115). Sum of RGB (Red+Green+Blue) = 81+13+115=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #510D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D73 is #AEF28C. Grayscale: #2C2C2C. Windows color (decimal): -11465357 or 7540049. OLE color: 7540049.
HSL color Cylindrical-coordinate representation of color #510D73: hue angle of 280º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510D73 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 13 | 115 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.55 |
| HSL | 280º | 0.8% | 0.25% | - |
| HSV(B) | 280º | 0.89% | 0.45% | - |
| XYZ | 6.63 | 3.27 | 16.5 | - |
| YUV | 44.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 115 | 0.30 | 0.89 | 0 | 0.55 | 280 | 0.8 | 0.25 |
| Hex | 51 | D | 73 | 1E | 59 | 0 | 37 | 118 | 50 | 19 |
| Octal | 121 | 15 | 163 | 36 | 131 | 0 | 67 | 430 | 120 | 31 |
| Binary | 1010001 | 1101 | 1110011 | 11110 | 1011001 | 0 | 110111 | 100011000 | 1010000 | 11001 |
Color Harmonies of #510D73
Complementary color
Monochromatic Colors of #510D73
Black with #510D73
Text Example
Text Example
White with #510D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D73; }
p { color: rgb(81,13,115); }
H1.HeaderClassName
{
color: #510D73;
}
.AnyTagClassName
{
color: #510D73;
}
</style>
background-color css
<style>
a { background-color: #510D73; }
a { background-color: rgb(81,13,115); }
div.DivClassName
{
background-color: #510D73;
}
.BgClassName
{
background-color: #510D73;
}
</style>
border-color css
<style>
span { border-color: #510D73; }
span { border-color: rgb(81,13,115); }
td.TdClassName
{
border-color: #510D73;
}
.TagClassName
{
border-color: #510D73;
}
</style>