Shades of Indigo #50149F
Tints of Indigo #50149F
RGB
CMYK
RGB Variations
Color information
#50149F (or 0x50149F) is known color: Indigo. HEX triplet: 50, 14 and 9F. RGB value is (80,20,159). Sum of RGB (Red+Green+Blue) = 80+20+159=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #50149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50149F is #AFEB60. Grayscale: #353535. Windows color (decimal): -11529057 or 10425424. OLE color: 10425424.
HSL color Cylindrical-coordinate representation of color #50149F: hue angle of 265.9º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50149F is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 20 | 159 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.38 |
| HSL | 265.9º | 0.78% | 0.35% | - |
| HSV(B) | 265.9º | 0.87% | 0.62% | - |
| XYZ | 9.82 | 4.71 | 33.19 | - |
| YUV | 53.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 159 | 0.50 | 0.87 | 0 | 0.38 | 265.9 | 0.78 | 0.35 |
| Hex | 50 | 14 | 9F | 32 | 57 | 0 | 26 | 10A | 4E | 23 |
| Octal | 120 | 24 | 237 | 62 | 127 | 0 | 46 | 412 | 116 | 43 |
| Binary | 1010000 | 10100 | 10011111 | 110010 | 1010111 | 0 | 100110 | 100001010 | 1001110 | 100011 |
Color Harmonies of #50149F
Complementary color
Monochromatic Colors of #50149F
Black with #50149F
Text Example
Text Example
White with #50149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50149F; }
p { color: rgb(80,20,159); }
H1.HeaderClassName
{
color: #50149F;
}
.AnyTagClassName
{
color: #50149F;
}
</style>
background-color css
<style>
a { background-color: #50149F; }
a { background-color: rgb(80,20,159); }
div.DivClassName
{
background-color: #50149F;
}
.BgClassName
{
background-color: #50149F;
}
</style>
border-color css
<style>
span { border-color: #50149F; }
span { border-color: rgb(80,20,159); }
td.TdClassName
{
border-color: #50149F;
}
.TagClassName
{
border-color: #50149F;
}
</style>