Shades of Indigo #500D86
Tints of Indigo #500D86
RGB
CMYK
RGB Variations
Color information
#500D86 (or 0x500D86) is known color: Indigo. HEX triplet: 50, 0D and 86. RGB value is (80,13,134). Sum of RGB (Red+Green+Blue) = 80+13+134=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #500D86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D86 is #AFF279. Grayscale: #2E2E2E. Windows color (decimal): -11530874 or 8785232. OLE color: 8785232.
HSL color Cylindrical-coordinate representation of color #500D86: hue angle of 273.22º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500D86 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 13 | 134 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.47 |
| HSL | 273.22º | 0.82% | 0.29% | - |
| HSV(B) | 273.22º | 0.9% | 0.53% | - |
| XYZ | 7.76 | 3.71 | 22.86 | - |
| YUV | 46.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 134 | 0.40 | 0.90 | 0 | 0.47 | 273.22 | 0.82 | 0.29 |
| Hex | 50 | D | 86 | 28 | 5A | 0 | 2F | 111 | 52 | 1D |
| Octal | 120 | 15 | 206 | 50 | 132 | 0 | 57 | 421 | 122 | 35 |
| Binary | 1010000 | 1101 | 10000110 | 101000 | 1011010 | 0 | 101111 | 100010001 | 1010010 | 11101 |
Color Harmonies of #500D86
Complementary color
Monochromatic Colors of #500D86
Black with #500D86
Text Example
Text Example
White with #500D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D86; }
p { color: rgb(80,13,134); }
H1.HeaderClassName
{
color: #500D86;
}
.AnyTagClassName
{
color: #500D86;
}
</style>
background-color css
<style>
a { background-color: #500D86; }
a { background-color: rgb(80,13,134); }
div.DivClassName
{
background-color: #500D86;
}
.BgClassName
{
background-color: #500D86;
}
</style>
border-color css
<style>
span { border-color: #500D86; }
span { border-color: rgb(80,13,134); }
td.TdClassName
{
border-color: #500D86;
}
.TagClassName
{
border-color: #500D86;
}
</style>