Shades of Indigo #500E8B
Tints of Indigo #500E8B
RGB
CMYK
RGB Variations
Color information
#500E8B (or 0x500E8B) is known color: Indigo. HEX triplet: 50, 0E and 8B. RGB value is (80,14,139). Sum of RGB (Red+Green+Blue) = 80+14+139=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #500E8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500E8B is #AFF174. Grayscale: #2F2F2F. Windows color (decimal): -11530613 or 9113168. OLE color: 9113168.
HSL color Cylindrical-coordinate representation of color #500E8B: hue angle of 271.68º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500E8B is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 14 | 139 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.45 |
| HSL | 271.68º | 0.82% | 0.3% | - |
| HSV(B) | 271.68º | 0.9% | 0.55% | - |
| XYZ | 8.13 | 3.88 | 24.75 | - |
| YUV | 47.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 139 | 0.42 | 0.90 | 0 | 0.45 | 271.68 | 0.82 | 0.3 |
| Hex | 50 | E | 8B | 2A | 5A | 0 | 2D | 110 | 52 | 1E |
| Octal | 120 | 16 | 213 | 52 | 132 | 0 | 55 | 420 | 122 | 36 |
| Binary | 1010000 | 1110 | 10001011 | 101010 | 1011010 | 0 | 101101 | 100010000 | 1010010 | 11110 |
Color Harmonies of #500E8B
Complementary color
Monochromatic Colors of #500E8B
Black with #500E8B
Text Example
Text Example
White with #500E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E8B; }
p { color: rgb(80,14,139); }
H1.HeaderClassName
{
color: #500E8B;
}
.AnyTagClassName
{
color: #500E8B;
}
</style>
background-color css
<style>
a { background-color: #500E8B; }
a { background-color: rgb(80,14,139); }
div.DivClassName
{
background-color: #500E8B;
}
.BgClassName
{
background-color: #500E8B;
}
</style>
border-color css
<style>
span { border-color: #500E8B; }
span { border-color: rgb(80,14,139); }
td.TdClassName
{
border-color: #500E8B;
}
.TagClassName
{
border-color: #500E8B;
}
</style>