Shades of Indigo #501071
Tints of Indigo #501071
RGB
CMYK
RGB Variations
Color information
#501071 (or 0x501071) is known color: Indigo. HEX triplet: 50, 10 and 71. RGB value is (80,16,113). Sum of RGB (Red+Green+Blue) = 80+16+113=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #501071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501071 is #AFEF8E. Grayscale: #2D2D2D. Windows color (decimal): -11530127 or 7409744. OLE color: 7409744.
HSL color Cylindrical-coordinate representation of color #501071: hue angle of 279.59º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501071 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 16 | 113 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.56 |
| HSL | 279.59º | 0.75% | 0.25% | - |
| HSV(B) | 279.59º | 0.86% | 0.44% | - |
| XYZ | 6.47 | 3.27 | 15.91 | - |
| YUV | 46.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 113 | 0.29 | 0.86 | 0 | 0.56 | 279.59 | 0.75 | 0.25 |
| Hex | 50 | 10 | 71 | 1D | 56 | 0 | 38 | 118 | 4B | 19 |
| Octal | 120 | 20 | 161 | 35 | 126 | 0 | 70 | 430 | 113 | 31 |
| Binary | 1010000 | 10000 | 1110001 | 11101 | 1010110 | 0 | 111000 | 100011000 | 1001011 | 11001 |
Color Harmonies of #501071
Complementary color
Monochromatic Colors of #501071
Black with #501071
Text Example
Text Example
White with #501071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501071; }
p { color: rgb(80,16,113); }
H1.HeaderClassName
{
color: #501071;
}
.AnyTagClassName
{
color: #501071;
}
</style>
background-color css
<style>
a { background-color: #501071; }
a { background-color: rgb(80,16,113); }
div.DivClassName
{
background-color: #501071;
}
.BgClassName
{
background-color: #501071;
}
</style>
border-color css
<style>
span { border-color: #501071; }
span { border-color: rgb(80,16,113); }
td.TdClassName
{
border-color: #501071;
}
.TagClassName
{
border-color: #501071;
}
</style>