Shades of Indigo #501172
Tints of Indigo #501172
RGB
CMYK
RGB Variations
Color information
#501172 (or 0x501172) is known color: Indigo. HEX triplet: 50, 11 and 72. RGB value is (80,17,114). Sum of RGB (Red+Green+Blue) = 80+17+114=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #501172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501172 is #AFEE8D. Grayscale: #2E2E2E. Windows color (decimal): -11529870 or 7475536. OLE color: 7475536.
HSL color Cylindrical-coordinate representation of color #501172: hue angle of 278.97º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501172 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 17 | 114 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.55 |
| HSL | 278.97º | 0.74% | 0.26% | - |
| HSV(B) | 278.97º | 0.85% | 0.45% | - |
| XYZ | 6.55 | 3.32 | 16.22 | - |
| YUV | 46.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 114 | 0.30 | 0.85 | 0 | 0.55 | 278.97 | 0.74 | 0.26 |
| Hex | 50 | 11 | 72 | 1E | 55 | 0 | 37 | 117 | 4A | 1A |
| Octal | 120 | 21 | 162 | 36 | 125 | 0 | 67 | 427 | 112 | 32 |
| Binary | 1010000 | 10001 | 1110010 | 11110 | 1010101 | 0 | 110111 | 100010111 | 1001010 | 11010 |
Color Harmonies of #501172
Complementary color
Monochromatic Colors of #501172
Black with #501172
Text Example
Text Example
White with #501172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501172; }
p { color: rgb(80,17,114); }
H1.HeaderClassName
{
color: #501172;
}
.AnyTagClassName
{
color: #501172;
}
</style>
background-color css
<style>
a { background-color: #501172; }
a { background-color: rgb(80,17,114); }
div.DivClassName
{
background-color: #501172;
}
.BgClassName
{
background-color: #501172;
}
</style>
border-color css
<style>
span { border-color: #501172; }
span { border-color: rgb(80,17,114); }
td.TdClassName
{
border-color: #501172;
}
.TagClassName
{
border-color: #501172;
}
</style>