Shades of Indigo #500C71
Tints of Indigo #500C71
RGB
CMYK
RGB Variations
Color information
#500C71 (or 0x500C71) is known color: Indigo. HEX triplet: 50, 0C and 71. RGB value is (80,12,113). Sum of RGB (Red+Green+Blue) = 80+12+113=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #500C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C71 is #AFF38E. Grayscale: #2B2B2B. Windows color (decimal): -11531151 or 7408720. OLE color: 7408720.
HSL color Cylindrical-coordinate representation of color #500C71: hue angle of 280.4º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500C71 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 12 | 113 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.56 |
| HSL | 280.4º | 0.81% | 0.25% | - |
| HSV(B) | 280.4º | 0.89% | 0.44% | - |
| XYZ | 6.42 | 3.16 | 15.89 | - |
| YUV | 43.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 113 | 0.29 | 0.89 | 0 | 0.56 | 280.4 | 0.81 | 0.25 |
| Hex | 50 | C | 71 | 1D | 59 | 0 | 38 | 118 | 51 | 19 |
| Octal | 120 | 14 | 161 | 35 | 131 | 0 | 70 | 430 | 121 | 31 |
| Binary | 1010000 | 1100 | 1110001 | 11101 | 1011001 | 0 | 111000 | 100011000 | 1010001 | 11001 |
Color Harmonies of #500C71
Complementary color
Monochromatic Colors of #500C71
Black with #500C71
Text Example
Text Example
White with #500C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C71; }
p { color: rgb(80,12,113); }
H1.HeaderClassName
{
color: #500C71;
}
.AnyTagClassName
{
color: #500C71;
}
</style>
background-color css
<style>
a { background-color: #500C71; }
a { background-color: rgb(80,12,113); }
div.DivClassName
{
background-color: #500C71;
}
.BgClassName
{
background-color: #500C71;
}
</style>
border-color css
<style>
span { border-color: #500C71; }
span { border-color: rgb(80,12,113); }
td.TdClassName
{
border-color: #500C71;
}
.TagClassName
{
border-color: #500C71;
}
</style>