Shades of Indigo #50158D
Tints of Indigo #50158D
RGB
CMYK
RGB Variations
Color information
#50158D (or 0x50158D) is known color: Indigo. HEX triplet: 50, 15 and 8D. RGB value is (80,21,141). Sum of RGB (Red+Green+Blue) = 80+21+141=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #50158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50158D is #AFEA72. Grayscale: #333333. Windows color (decimal): -11528819 or 9246032. OLE color: 9246032.
HSL color Cylindrical-coordinate representation of color #50158D: hue angle of 269.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50158D is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 21 | 141 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.45 |
| HSL | 269.5º | 0.74% | 0.32% | - |
| HSV(B) | 269.5º | 0.85% | 0.55% | - |
| XYZ | 8.38 | 4.16 | 25.56 | - |
| YUV | 52.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 141 | 0.43 | 0.85 | 0 | 0.45 | 269.5 | 0.74 | 0.32 |
| Hex | 50 | 15 | 8D | 2B | 55 | 0 | 2D | 10E | 4A | 20 |
| Octal | 120 | 25 | 215 | 53 | 125 | 0 | 55 | 416 | 112 | 40 |
| Binary | 1010000 | 10101 | 10001101 | 101011 | 1010101 | 0 | 101101 | 100001110 | 1001010 | 100000 |
Color Harmonies of #50158D
Complementary color
Monochromatic Colors of #50158D
Black with #50158D
Text Example
Text Example
White with #50158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50158D; }
p { color: rgb(80,21,141); }
H1.HeaderClassName
{
color: #50158D;
}
.AnyTagClassName
{
color: #50158D;
}
</style>
background-color css
<style>
a { background-color: #50158D; }
a { background-color: rgb(80,21,141); }
div.DivClassName
{
background-color: #50158D;
}
.BgClassName
{
background-color: #50158D;
}
</style>
border-color css
<style>
span { border-color: #50158D; }
span { border-color: rgb(80,21,141); }
td.TdClassName
{
border-color: #50158D;
}
.TagClassName
{
border-color: #50158D;
}
</style>