Shades of Indigo #50118D
Tints of Indigo #50118D
RGB
CMYK
RGB Variations
Color information
#50118D (or 0x50118D) is known color: Indigo. HEX triplet: 50, 11 and 8D. RGB value is (80,17,141). Sum of RGB (Red+Green+Blue) = 80+17+141=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #50118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50118D is #AFEE72. Grayscale: #313131. Windows color (decimal): -11529843 or 9245008. OLE color: 9245008.
HSL color Cylindrical-coordinate representation of color #50118D: hue angle of 270.48º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50118D is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 17 | 141 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.45 |
| HSL | 270.48º | 0.78% | 0.31% | - |
| HSV(B) | 270.48º | 0.88% | 0.55% | - |
| XYZ | 8.32 | 4.03 | 25.54 | - |
| YUV | 49.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 141 | 0.43 | 0.88 | 0 | 0.45 | 270.48 | 0.78 | 0.31 |
| Hex | 50 | 11 | 8D | 2B | 58 | 0 | 2D | 10E | 4E | 1F |
| Octal | 120 | 21 | 215 | 53 | 130 | 0 | 55 | 416 | 116 | 37 |
| Binary | 1010000 | 10001 | 10001101 | 101011 | 1011000 | 0 | 101101 | 100001110 | 1001110 | 11111 |
Color Harmonies of #50118D
Complementary color
Monochromatic Colors of #50118D
Black with #50118D
Text Example
Text Example
White with #50118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50118D; }
p { color: rgb(80,17,141); }
H1.HeaderClassName
{
color: #50118D;
}
.AnyTagClassName
{
color: #50118D;
}
</style>
background-color css
<style>
a { background-color: #50118D; }
a { background-color: rgb(80,17,141); }
div.DivClassName
{
background-color: #50118D;
}
.BgClassName
{
background-color: #50118D;
}
</style>
border-color css
<style>
span { border-color: #50118D; }
span { border-color: rgb(80,17,141); }
td.TdClassName
{
border-color: #50118D;
}
.TagClassName
{
border-color: #50118D;
}
</style>