Shades of Indigo #501576
Tints of Indigo #501576
RGB
CMYK
RGB Variations
Color information
#501576 (or 0x501576) is known color: Indigo. HEX triplet: 50, 15 and 76. RGB value is (80,21,118). Sum of RGB (Red+Green+Blue) = 80+21+118=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #501576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501576 is #AFEA89. Grayscale: #313131. Windows color (decimal): -11528842 or 7738704. OLE color: 7738704.
HSL color Cylindrical-coordinate representation of color #501576: hue angle of 276.49º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501576 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 21 | 118 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.54 |
| HSL | 276.49º | 0.7% | 0.27% | - |
| HSV(B) | 276.49º | 0.82% | 0.46% | - |
| XYZ | 6.85 | 3.55 | 17.46 | - |
| YUV | 49.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 118 | 0.32 | 0.82 | 0 | 0.54 | 276.49 | 0.7 | 0.27 |
| Hex | 50 | 15 | 76 | 20 | 52 | 0 | 36 | 114 | 46 | 1B |
| Octal | 120 | 25 | 166 | 40 | 122 | 0 | 66 | 424 | 106 | 33 |
| Binary | 1010000 | 10101 | 1110110 | 100000 | 1010010 | 0 | 110110 | 100010100 | 1000110 | 11011 |
Color Harmonies of #501576
Complementary color
Monochromatic Colors of #501576
Black with #501576
Text Example
Text Example
White with #501576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501576; }
p { color: rgb(80,21,118); }
H1.HeaderClassName
{
color: #501576;
}
.AnyTagClassName
{
color: #501576;
}
</style>
background-color css
<style>
a { background-color: #501576; }
a { background-color: rgb(80,21,118); }
div.DivClassName
{
background-color: #501576;
}
.BgClassName
{
background-color: #501576;
}
</style>
border-color css
<style>
span { border-color: #501576; }
span { border-color: rgb(80,21,118); }
td.TdClassName
{
border-color: #501576;
}
.TagClassName
{
border-color: #501576;
}
</style>