Shades of Indigo #500D71
Tints of Indigo #500D71
RGB
CMYK
RGB Variations
Color information
#500D71 (or 0x500D71) is known color: Indigo. HEX triplet: 50, 0D and 71. RGB value is (80,13,113). Sum of RGB (Red+Green+Blue) = 80+13+113=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #500D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D71 is #AFF28E. Grayscale: #2C2C2C. Windows color (decimal): -11530895 or 7408976. OLE color: 7408976.
HSL color Cylindrical-coordinate representation of color #500D71: hue angle of 280.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500D71 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 13 | 113 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.56 |
| HSL | 280.2º | 0.79% | 0.25% | - |
| HSV(B) | 280.2º | 0.88% | 0.44% | - |
| XYZ | 6.43 | 3.19 | 15.9 | - |
| YUV | 44.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 113 | 0.29 | 0.88 | 0 | 0.56 | 280.2 | 0.79 | 0.25 |
| Hex | 50 | D | 71 | 1D | 58 | 0 | 38 | 118 | 4F | 19 |
| Octal | 120 | 15 | 161 | 35 | 130 | 0 | 70 | 430 | 117 | 31 |
| Binary | 1010000 | 1101 | 1110001 | 11101 | 1011000 | 0 | 111000 | 100011000 | 1001111 | 11001 |
Color Harmonies of #500D71
Complementary color
Monochromatic Colors of #500D71
Black with #500D71
Text Example
Text Example
White with #500D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D71; }
p { color: rgb(80,13,113); }
H1.HeaderClassName
{
color: #500D71;
}
.AnyTagClassName
{
color: #500D71;
}
</style>
background-color css
<style>
a { background-color: #500D71; }
a { background-color: rgb(80,13,113); }
div.DivClassName
{
background-color: #500D71;
}
.BgClassName
{
background-color: #500D71;
}
</style>
border-color css
<style>
span { border-color: #500D71; }
span { border-color: rgb(80,13,113); }
td.TdClassName
{
border-color: #500D71;
}
.TagClassName
{
border-color: #500D71;
}
</style>