Shades of Indigo #510870
Tints of Indigo #510870
RGB
CMYK
RGB Variations
Color information
#510870 (or 0x510870) is known color: Indigo. HEX triplet: 51, 08 and 70. RGB value is (81,8,112). Sum of RGB (Red+Green+Blue) = 81+8+112=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #510870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510870 is #AEF78F. Grayscale: #292929. Windows color (decimal): -11466640 or 7342161. OLE color: 7342161.
HSL color Cylindrical-coordinate representation of color #510870: hue angle of 282.12º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510870 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 8 | 112 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.56 |
| HSL | 282.12º | 0.87% | 0.24% | - |
| HSV(B) | 282.12º | 0.93% | 0.44% | - |
| XYZ | 6.4 | 3.09 | 15.59 | - |
| YUV | 41.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 112 | 0.28 | 0.93 | 0 | 0.56 | 282.12 | 0.87 | 0.24 |
| Hex | 51 | 8 | 70 | 1C | 5D | 0 | 38 | 11A | 57 | 18 |
| Octal | 121 | 10 | 160 | 34 | 135 | 0 | 70 | 432 | 127 | 30 |
| Binary | 1010001 | 1000 | 1110000 | 11100 | 1011101 | 0 | 111000 | 100011010 | 1010111 | 11000 |
Color Harmonies of #510870
Complementary color
Monochromatic Colors of #510870
Black with #510870
Text Example
Text Example
White with #510870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510870; }
p { color: rgb(81,8,112); }
H1.HeaderClassName
{
color: #510870;
}
.AnyTagClassName
{
color: #510870;
}
</style>
background-color css
<style>
a { background-color: #510870; }
a { background-color: rgb(81,8,112); }
div.DivClassName
{
background-color: #510870;
}
.BgClassName
{
background-color: #510870;
}
</style>
border-color css
<style>
span { border-color: #510870; }
span { border-color: rgb(81,8,112); }
td.TdClassName
{
border-color: #510870;
}
.TagClassName
{
border-color: #510870;
}
</style>