Shades of Indigo #510C70
Tints of Indigo #510C70
RGB
CMYK
RGB Variations
Color information
#510C70 (or 0x510C70) is known color: Indigo. HEX triplet: 51, 0C and 70. RGB value is (81,12,112). Sum of RGB (Red+Green+Blue) = 81+12+112=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #510C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C70 is #AEF38F. Grayscale: #2B2B2B. Windows color (decimal): -11465616 or 7343185. OLE color: 7343185.
HSL color Cylindrical-coordinate representation of color #510C70: hue angle of 281.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510C70 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 12 | 112 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.56 |
| HSL | 281.4º | 0.81% | 0.24% | - |
| HSV(B) | 281.4º | 0.89% | 0.44% | - |
| XYZ | 6.45 | 3.18 | 15.6 | - |
| YUV | 44.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 112 | 0.28 | 0.89 | 0 | 0.56 | 281.4 | 0.81 | 0.24 |
| Hex | 51 | C | 70 | 1C | 59 | 0 | 38 | 119 | 51 | 18 |
| Octal | 121 | 14 | 160 | 34 | 131 | 0 | 70 | 431 | 121 | 30 |
| Binary | 1010001 | 1100 | 1110000 | 11100 | 1011001 | 0 | 111000 | 100011001 | 1010001 | 11000 |
Color Harmonies of #510C70
Complementary color
Monochromatic Colors of #510C70
Black with #510C70
Text Example
Text Example
White with #510C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C70; }
p { color: rgb(81,12,112); }
H1.HeaderClassName
{
color: #510C70;
}
.AnyTagClassName
{
color: #510C70;
}
</style>
background-color css
<style>
a { background-color: #510C70; }
a { background-color: rgb(81,12,112); }
div.DivClassName
{
background-color: #510C70;
}
.BgClassName
{
background-color: #510C70;
}
</style>
border-color css
<style>
span { border-color: #510C70; }
span { border-color: rgb(81,12,112); }
td.TdClassName
{
border-color: #510C70;
}
.TagClassName
{
border-color: #510C70;
}
</style>