Shades of Indigo #501776
Tints of Indigo #501776
RGB
CMYK
RGB Variations
Color information
#501776 (or 0x501776) is known color: Indigo. HEX triplet: 50, 17 and 76. RGB value is (80,23,118). Sum of RGB (Red+Green+Blue) = 80+23+118=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #501776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501776 is #AFE889. Grayscale: #323232. Windows color (decimal): -11528330 or 7739216. OLE color: 7739216.
HSL color Cylindrical-coordinate representation of color #501776: hue angle of 276º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501776 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 23 | 118 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.54 |
| HSL | 276º | 0.67% | 0.28% | - |
| HSV(B) | 276º | 0.81% | 0.46% | - |
| XYZ | 6.88 | 3.63 | 17.48 | - |
| YUV | 50.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 118 | 0.32 | 0.81 | 0 | 0.54 | 276 | 0.67 | 0.28 |
| Hex | 50 | 17 | 76 | 20 | 51 | 0 | 36 | 114 | 43 | 1C |
| Octal | 120 | 27 | 166 | 40 | 121 | 0 | 66 | 424 | 103 | 34 |
| Binary | 1010000 | 10111 | 1110110 | 100000 | 1010001 | 0 | 110110 | 100010100 | 1000011 | 11100 |
Color Harmonies of #501776
Complementary color
Monochromatic Colors of #501776
Black with #501776
Text Example
Text Example
White with #501776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501776; }
p { color: rgb(80,23,118); }
H1.HeaderClassName
{
color: #501776;
}
.AnyTagClassName
{
color: #501776;
}
</style>
background-color css
<style>
a { background-color: #501776; }
a { background-color: rgb(80,23,118); }
div.DivClassName
{
background-color: #501776;
}
.BgClassName
{
background-color: #501776;
}
</style>
border-color css
<style>
span { border-color: #501776; }
span { border-color: rgb(80,23,118); }
td.TdClassName
{
border-color: #501776;
}
.TagClassName
{
border-color: #501776;
}
</style>