Shades of Indigo #510166
Tints of Indigo #510166
RGB
CMYK
RGB Variations
Color information
#510166 (or 0x510166) is known color: Indigo. HEX triplet: 51, 01 and 66. RGB value is (81,1,102). Sum of RGB (Red+Green+Blue) = 81+1+102=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #510166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510166 is #AEFE99. Grayscale: #242424. Windows color (decimal): -11468442 or 6685009. OLE color: 6685009.
HSL color Cylindrical-coordinate representation of color #510166: hue angle of 287.52º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510166 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 1 | 102 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.6 |
| HSL | 287.52º | 0.98% | 0.2% | - |
| HSV(B) | 287.52º | 0.99% | 0.4% | - |
| XYZ | 5.8 | 2.73 | 12.79 | - |
| YUV | 36.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 102 | 0.21 | 0.99 | 0 | 0.6 | 287.52 | 0.98 | 0.2 |
| Hex | 51 | 1 | 66 | 15 | 63 | 0 | 3C | 120 | 62 | 14 |
| Octal | 121 | 1 | 146 | 25 | 143 | 0 | 74 | 440 | 142 | 24 |
| Binary | 1010001 | 1 | 1100110 | 10101 | 1100011 | 0 | 111100 | 100100000 | 1100010 | 10100 |
Color Harmonies of #510166
Complementary color
Monochromatic Colors of #510166
Black with #510166
Text Example
Text Example
White with #510166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510166; }
p { color: rgb(81,1,102); }
H1.HeaderClassName
{
color: #510166;
}
.AnyTagClassName
{
color: #510166;
}
</style>
background-color css
<style>
a { background-color: #510166; }
a { background-color: rgb(81,1,102); }
div.DivClassName
{
background-color: #510166;
}
.BgClassName
{
background-color: #510166;
}
</style>
border-color css
<style>
span { border-color: #510166; }
span { border-color: rgb(81,1,102); }
td.TdClassName
{
border-color: #510166;
}
.TagClassName
{
border-color: #510166;
}
</style>