Shades of Indigo #500F77
Tints of Indigo #500F77
RGB
CMYK
RGB Variations
Color information
#500F77 (or 0x500F77) is known color: Indigo. HEX triplet: 50, 0F and 77. RGB value is (80,15,119). Sum of RGB (Red+Green+Blue) = 80+15+119=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #500F77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F77 is #AFF088. Grayscale: #2D2D2D. Windows color (decimal): -11530377 or 7802704. OLE color: 7802704.
HSL color Cylindrical-coordinate representation of color #500F77: hue angle of 277.5º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #500F77 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 15 | 119 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.53 |
| HSL | 277.5º | 0.78% | 0.26% | - |
| HSV(B) | 277.5º | 0.87% | 0.47% | - |
| XYZ | 6.81 | 3.38 | 17.75 | - |
| YUV | 46.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 119 | 0.33 | 0.87 | 0 | 0.53 | 277.5 | 0.78 | 0.26 |
| Hex | 50 | F | 77 | 21 | 57 | 0 | 35 | 116 | 4E | 1A |
| Octal | 120 | 17 | 167 | 41 | 127 | 0 | 65 | 426 | 116 | 32 |
| Binary | 1010000 | 1111 | 1110111 | 100001 | 1010111 | 0 | 110101 | 100010110 | 1001110 | 11010 |
Color Harmonies of #500F77
Complementary color
Monochromatic Colors of #500F77
Black with #500F77
Text Example
Text Example
White with #500F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F77; }
p { color: rgb(80,15,119); }
H1.HeaderClassName
{
color: #500F77;
}
.AnyTagClassName
{
color: #500F77;
}
</style>
background-color css
<style>
a { background-color: #500F77; }
a { background-color: rgb(80,15,119); }
div.DivClassName
{
background-color: #500F77;
}
.BgClassName
{
background-color: #500F77;
}
</style>
border-color css
<style>
span { border-color: #500F77; }
span { border-color: rgb(80,15,119); }
td.TdClassName
{
border-color: #500F77;
}
.TagClassName
{
border-color: #500F77;
}
</style>