Shades of Indigo #500E77
Tints of Indigo #500E77
RGB
CMYK
RGB Variations
Color information
#500E77 (or 0x500E77) is known color: Indigo. HEX triplet: 50, 0E and 77. RGB value is (80,14,119). Sum of RGB (Red+Green+Blue) = 80+14+119=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #500E77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E77 is #AFF188. Grayscale: #2D2D2D. Windows color (decimal): -11530633 or 7802448. OLE color: 7802448.
HSL color Cylindrical-coordinate representation of color #500E77: hue angle of 277.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500E77 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 14 | 119 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.53 |
| HSL | 277.71º | 0.79% | 0.26% | - |
| HSV(B) | 277.71º | 0.88% | 0.47% | - |
| XYZ | 6.8 | 3.35 | 17.74 | - |
| YUV | 45.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 119 | 0.33 | 0.88 | 0 | 0.53 | 277.71 | 0.79 | 0.26 |
| Hex | 50 | E | 77 | 21 | 58 | 0 | 35 | 116 | 4F | 1A |
| Octal | 120 | 16 | 167 | 41 | 130 | 0 | 65 | 426 | 117 | 32 |
| Binary | 1010000 | 1110 | 1110111 | 100001 | 1011000 | 0 | 110101 | 100010110 | 1001111 | 11010 |
Color Harmonies of #500E77
Complementary color
Monochromatic Colors of #500E77
Black with #500E77
Text Example
Text Example
White with #500E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E77; }
p { color: rgb(80,14,119); }
H1.HeaderClassName
{
color: #500E77;
}
.AnyTagClassName
{
color: #500E77;
}
</style>
background-color css
<style>
a { background-color: #500E77; }
a { background-color: rgb(80,14,119); }
div.DivClassName
{
background-color: #500E77;
}
.BgClassName
{
background-color: #500E77;
}
</style>
border-color css
<style>
span { border-color: #500E77; }
span { border-color: rgb(80,14,119); }
td.TdClassName
{
border-color: #500E77;
}
.TagClassName
{
border-color: #500E77;
}
</style>