Shades of Indigo #50018E
Tints of Indigo #50018E
RGB
CMYK
RGB Variations
Color information
#50018E (or 0x50018E) is known color: Indigo. HEX triplet: 50, 01 and 8E. RGB value is (80,1,142). Sum of RGB (Red+Green+Blue) = 80+1+142=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #50018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50018E is #AFFE71. Grayscale: #282828. Windows color (decimal): -11533938 or 9306448. OLE color: 9306448.
HSL color Cylindrical-coordinate representation of color #50018E: hue angle of 273.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50018E is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 1 | 142 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.44 |
| HSL | 273.62º | 0.99% | 0.28% | - |
| HSV(B) | 273.62º | 0.99% | 0.56% | - |
| XYZ | 8.2 | 3.68 | 25.87 | - |
| YUV | 40.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 142 | 0.44 | 0.99 | 0 | 0.44 | 273.62 | 0.99 | 0.28 |
| Hex | 50 | 1 | 8E | 2C | 63 | 0 | 2C | 112 | 63 | 1C |
| Octal | 120 | 1 | 216 | 54 | 143 | 0 | 54 | 422 | 143 | 34 |
| Binary | 1010000 | 1 | 10001110 | 101100 | 1100011 | 0 | 101100 | 100010010 | 1100011 | 11100 |
Color Harmonies of #50018E
Complementary color
Monochromatic Colors of #50018E
Black with #50018E
Text Example
Text Example
White with #50018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50018E; }
p { color: rgb(80,1,142); }
H1.HeaderClassName
{
color: #50018E;
}
.AnyTagClassName
{
color: #50018E;
}
</style>
background-color css
<style>
a { background-color: #50018E; }
a { background-color: rgb(80,1,142); }
div.DivClassName
{
background-color: #50018E;
}
.BgClassName
{
background-color: #50018E;
}
</style>
border-color css
<style>
span { border-color: #50018E; }
span { border-color: rgb(80,1,142); }
td.TdClassName
{
border-color: #50018E;
}
.TagClassName
{
border-color: #50018E;
}
</style>