Shades of Indigo #500477
Tints of Indigo #500477
RGB
CMYK
RGB Variations
Color information
#500477 (or 0x500477) is known color: Indigo. HEX triplet: 50, 04 and 77. RGB value is (80,4,119). Sum of RGB (Red+Green+Blue) = 80+4+119=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #500477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500477 is #AFFB88. Grayscale: #272727. Windows color (decimal): -11533193 or 7799888. OLE color: 7799888.
HSL color Cylindrical-coordinate representation of color #500477: hue angle of 279.65º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500477 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 4 | 119 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.53 |
| HSL | 279.65º | 0.93% | 0.24% | - |
| HSV(B) | 279.65º | 0.97% | 0.47% | - |
| XYZ | 6.68 | 3.12 | 17.7 | - |
| YUV | 39.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 119 | 0.33 | 0.97 | 0 | 0.53 | 279.65 | 0.93 | 0.24 |
| Hex | 50 | 4 | 77 | 21 | 61 | 0 | 35 | 118 | 5D | 18 |
| Octal | 120 | 4 | 167 | 41 | 141 | 0 | 65 | 430 | 135 | 30 |
| Binary | 1010000 | 100 | 1110111 | 100001 | 1100001 | 0 | 110101 | 100011000 | 1011101 | 11000 |
Color Harmonies of #500477
Complementary color
Monochromatic Colors of #500477
Black with #500477
Text Example
Text Example
White with #500477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500477; }
p { color: rgb(80,4,119); }
H1.HeaderClassName
{
color: #500477;
}
.AnyTagClassName
{
color: #500477;
}
</style>
background-color css
<style>
a { background-color: #500477; }
a { background-color: rgb(80,4,119); }
div.DivClassName
{
background-color: #500477;
}
.BgClassName
{
background-color: #500477;
}
</style>
border-color css
<style>
span { border-color: #500477; }
span { border-color: rgb(80,4,119); }
td.TdClassName
{
border-color: #500477;
}
.TagClassName
{
border-color: #500477;
}
</style>