Shades of Indigo #50158C
Tints of Indigo #50158C
RGB
CMYK
RGB Variations
Color information
#50158C (or 0x50158C) is known color: Indigo. HEX triplet: 50, 15 and 8C. RGB value is (80,21,140). Sum of RGB (Red+Green+Blue) = 80+21+140=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #50158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50158C is #AFEA73. Grayscale: #333333. Windows color (decimal): -11528820 or 9180496. OLE color: 9180496.
HSL color Cylindrical-coordinate representation of color #50158C: hue angle of 269.75º 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 #50158C is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 21 | 140 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.45 |
| HSL | 269.75º | 0.74% | 0.32% | - |
| HSV(B) | 269.75º | 0.85% | 0.55% | - |
| XYZ | 8.31 | 4.14 | 25.17 | - |
| YUV | 52.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 140 | 0.43 | 0.85 | 0 | 0.45 | 269.75 | 0.74 | 0.32 |
| Hex | 50 | 15 | 8C | 2B | 55 | 0 | 2D | 10E | 4A | 20 |
| Octal | 120 | 25 | 214 | 53 | 125 | 0 | 55 | 416 | 112 | 40 |
| Binary | 1010000 | 10101 | 10001100 | 101011 | 1010101 | 0 | 101101 | 100001110 | 1001010 | 100000 |
Color Harmonies of #50158C
Complementary color
Monochromatic Colors of #50158C
Black with #50158C
Text Example
Text Example
White with #50158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50158C; }
p { color: rgb(80,21,140); }
H1.HeaderClassName
{
color: #50158C;
}
.AnyTagClassName
{
color: #50158C;
}
</style>
background-color css
<style>
a { background-color: #50158C; }
a { background-color: rgb(80,21,140); }
div.DivClassName
{
background-color: #50158C;
}
.BgClassName
{
background-color: #50158C;
}
</style>
border-color css
<style>
span { border-color: #50158C; }
span { border-color: rgb(80,21,140); }
td.TdClassName
{
border-color: #50158C;
}
.TagClassName
{
border-color: #50158C;
}
</style>