Shades of Indigo #510160
Tints of Indigo #510160
RGB
CMYK
RGB Variations
Color information
#510160 (or 0x510160) is known color: Indigo. HEX triplet: 51, 01 and 60. RGB value is (81,1,96). Sum of RGB (Red+Green+Blue) = 81+1+96=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #510160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510160 is #AEFE9F. Grayscale: #232323. Windows color (decimal): -11468448 or 6291793. OLE color: 6291793.
HSL color Cylindrical-coordinate representation of color #510160: hue angle of 290.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510160 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 1 | 96 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.62 |
| HSL | 290.53º | 0.98% | 0.19% | - |
| HSV(B) | 290.53º | 0.99% | 0.38% | - |
| XYZ | 5.52 | 2.62 | 11.28 | - |
| YUV | 35.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 96 | 0.16 | 0.99 | 0 | 0.62 | 290.53 | 0.98 | 0.19 |
| Hex | 51 | 1 | 60 | 10 | 63 | 0 | 3E | 123 | 62 | 13 |
| Octal | 121 | 1 | 140 | 20 | 143 | 0 | 76 | 443 | 142 | 23 |
| Binary | 1010001 | 1 | 1100000 | 10000 | 1100011 | 0 | 111110 | 100100011 | 1100010 | 10011 |
Color Harmonies of #510160
Complementary color
Monochromatic Colors of #510160
Black with #510160
Text Example
Text Example
White with #510160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510160; }
p { color: rgb(81,1,96); }
H1.HeaderClassName
{
color: #510160;
}
.AnyTagClassName
{
color: #510160;
}
</style>
background-color css
<style>
a { background-color: #510160; }
a { background-color: rgb(81,1,96); }
div.DivClassName
{
background-color: #510160;
}
.BgClassName
{
background-color: #510160;
}
</style>
border-color css
<style>
span { border-color: #510160; }
span { border-color: rgb(81,1,96); }
td.TdClassName
{
border-color: #510160;
}
.TagClassName
{
border-color: #510160;
}
</style>