Shades of Indigo #500473
Tints of Indigo #500473
RGB
CMYK
RGB Variations
Color information
#500473 (or 0x500473) is known color: Indigo. HEX triplet: 50, 04 and 73. RGB value is (80,4,115). Sum of RGB (Red+Green+Blue) = 80+4+115=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #500473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500473 is #AFFB8C. Grayscale: #272727. Windows color (decimal): -11533197 or 7537744. OLE color: 7537744.
HSL color Cylindrical-coordinate representation of color #500473: hue angle of 281.08º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500473 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 4 | 115 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.55 |
| HSL | 281.08º | 0.93% | 0.23% | - |
| HSV(B) | 281.08º | 0.97% | 0.45% | - |
| XYZ | 6.45 | 3.03 | 16.46 | - |
| YUV | 39.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 115 | 0.30 | 0.97 | 0 | 0.55 | 281.08 | 0.93 | 0.23 |
| Hex | 50 | 4 | 73 | 1E | 61 | 0 | 37 | 119 | 5D | 17 |
| Octal | 120 | 4 | 163 | 36 | 141 | 0 | 67 | 431 | 135 | 27 |
| Binary | 1010000 | 100 | 1110011 | 11110 | 1100001 | 0 | 110111 | 100011001 | 1011101 | 10111 |
Color Harmonies of #500473
Complementary color
Monochromatic Colors of #500473
Black with #500473
Text Example
Text Example
White with #500473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500473; }
p { color: rgb(80,4,115); }
H1.HeaderClassName
{
color: #500473;
}
.AnyTagClassName
{
color: #500473;
}
</style>
background-color css
<style>
a { background-color: #500473; }
a { background-color: rgb(80,4,115); }
div.DivClassName
{
background-color: #500473;
}
.BgClassName
{
background-color: #500473;
}
</style>
border-color css
<style>
span { border-color: #500473; }
span { border-color: rgb(80,4,115); }
td.TdClassName
{
border-color: #500473;
}
.TagClassName
{
border-color: #500473;
}
</style>