Shades of Indigo #510C73
Tints of Indigo #510C73
RGB
CMYK
RGB Variations
Color information
#510C73 (or 0x510C73) is known color: Indigo. HEX triplet: 51, 0C and 73. RGB value is (81,12,115). Sum of RGB (Red+Green+Blue) = 81+12+115=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #510C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C73 is #AEF38C. Grayscale: #2C2C2C. Windows color (decimal): -11465613 or 7539793. OLE color: 7539793.
HSL color Cylindrical-coordinate representation of color #510C73: hue angle of 280.19º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510C73 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 12 | 115 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.55 |
| HSL | 280.19º | 0.81% | 0.25% | - |
| HSV(B) | 280.19º | 0.9% | 0.45% | - |
| XYZ | 6.62 | 3.25 | 16.5 | - |
| YUV | 44.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 115 | 0.30 | 0.90 | 0 | 0.55 | 280.19 | 0.81 | 0.25 |
| Hex | 51 | C | 73 | 1E | 5A | 0 | 37 | 118 | 51 | 19 |
| Octal | 121 | 14 | 163 | 36 | 132 | 0 | 67 | 430 | 121 | 31 |
| Binary | 1010001 | 1100 | 1110011 | 11110 | 1011010 | 0 | 110111 | 100011000 | 1010001 | 11001 |
Color Harmonies of #510C73
Complementary color
Monochromatic Colors of #510C73
Black with #510C73
Text Example
Text Example
White with #510C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C73; }
p { color: rgb(81,12,115); }
H1.HeaderClassName
{
color: #510C73;
}
.AnyTagClassName
{
color: #510C73;
}
</style>
background-color css
<style>
a { background-color: #510C73; }
a { background-color: rgb(81,12,115); }
div.DivClassName
{
background-color: #510C73;
}
.BgClassName
{
background-color: #510C73;
}
</style>
border-color css
<style>
span { border-color: #510C73; }
span { border-color: rgb(81,12,115); }
td.TdClassName
{
border-color: #510C73;
}
.TagClassName
{
border-color: #510C73;
}
</style>