Shades of Indigo #510171
Tints of Indigo #510171
RGB
CMYK
RGB Variations
Color information
#510171 (or 0x510171) is known color: Indigo. HEX triplet: 51, 01 and 71. RGB value is (81,1,113). Sum of RGB (Red+Green+Blue) = 81+1+113=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #510171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510171 is #AEFE8E. Grayscale: #252525. Windows color (decimal): -11468431 or 7405905. OLE color: 7405905.
HSL color Cylindrical-coordinate representation of color #510171: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510171 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 1 | 113 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.56 |
| HSL | 282.86º | 0.98% | 0.22% | - |
| HSV(B) | 282.86º | 0.99% | 0.44% | - |
| XYZ | 6.38 | 2.96 | 15.86 | - |
| YUV | 37.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 113 | 0.28 | 0.99 | 0 | 0.56 | 282.86 | 0.98 | 0.22 |
| Hex | 51 | 1 | 71 | 1C | 63 | 0 | 38 | 11B | 62 | 16 |
| Octal | 121 | 1 | 161 | 34 | 143 | 0 | 70 | 433 | 142 | 26 |
| Binary | 1010001 | 1 | 1110001 | 11100 | 1100011 | 0 | 111000 | 100011011 | 1100010 | 10110 |
Color Harmonies of #510171
Complementary color
Monochromatic Colors of #510171
Black with #510171
Text Example
Text Example
White with #510171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510171; }
p { color: rgb(81,1,113); }
H1.HeaderClassName
{
color: #510171;
}
.AnyTagClassName
{
color: #510171;
}
</style>
background-color css
<style>
a { background-color: #510171; }
a { background-color: rgb(81,1,113); }
div.DivClassName
{
background-color: #510171;
}
.BgClassName
{
background-color: #510171;
}
</style>
border-color css
<style>
span { border-color: #510171; }
span { border-color: rgb(81,1,113); }
td.TdClassName
{
border-color: #510171;
}
.TagClassName
{
border-color: #510171;
}
</style>