Shades of Indigo #501677
Tints of Indigo #501677
RGB
CMYK
RGB Variations
Color information
#501677 (or 0x501677) is known color: Indigo. HEX triplet: 50, 16 and 77. RGB value is (80,22,119). Sum of RGB (Red+Green+Blue) = 80+22+119=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #501677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501677 is #AFE988. Grayscale: #323232. Windows color (decimal): -11528585 or 7804496. OLE color: 7804496.
HSL color Cylindrical-coordinate representation of color #501677: hue angle of 275.88º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501677 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 22 | 119 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.53 |
| HSL | 275.88º | 0.69% | 0.28% | - |
| HSV(B) | 275.88º | 0.82% | 0.47% | - |
| XYZ | 6.92 | 3.61 | 17.78 | - |
| YUV | 50.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 119 | 0.33 | 0.82 | 0 | 0.53 | 275.88 | 0.69 | 0.28 |
| Hex | 50 | 16 | 77 | 21 | 52 | 0 | 35 | 114 | 45 | 1C |
| Octal | 120 | 26 | 167 | 41 | 122 | 0 | 65 | 424 | 105 | 34 |
| Binary | 1010000 | 10110 | 1110111 | 100001 | 1010010 | 0 | 110101 | 100010100 | 1000101 | 11100 |
Color Harmonies of #501677
Complementary color
Monochromatic Colors of #501677
Black with #501677
Text Example
Text Example
White with #501677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501677; }
p { color: rgb(80,22,119); }
H1.HeaderClassName
{
color: #501677;
}
.AnyTagClassName
{
color: #501677;
}
</style>
background-color css
<style>
a { background-color: #501677; }
a { background-color: rgb(80,22,119); }
div.DivClassName
{
background-color: #501677;
}
.BgClassName
{
background-color: #501677;
}
</style>
border-color css
<style>
span { border-color: #501677; }
span { border-color: rgb(80,22,119); }
td.TdClassName
{
border-color: #501677;
}
.TagClassName
{
border-color: #501677;
}
</style>