Shades of Indigo #50139E
Tints of Indigo #50139E
RGB
CMYK
RGB Variations
Color information
#50139E (or 0x50139E) is known color: Indigo. HEX triplet: 50, 13 and 9E. RGB value is (80,19,158). Sum of RGB (Red+Green+Blue) = 80+19+158=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #50139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50139E is #AFEC61. Grayscale: #343434. Windows color (decimal): -11529314 or 10359632. OLE color: 10359632.
HSL color Cylindrical-coordinate representation of color #50139E: hue angle of 266.33º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50139E is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 19 | 158 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.38 |
| HSL | 266.33º | 0.79% | 0.35% | - |
| HSV(B) | 266.33º | 0.88% | 0.62% | - |
| XYZ | 9.71 | 4.64 | 32.73 | - |
| YUV | 53.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 158 | 0.49 | 0.88 | 0 | 0.38 | 266.33 | 0.79 | 0.35 |
| Hex | 50 | 13 | 9E | 31 | 58 | 0 | 26 | 10A | 4F | 23 |
| Octal | 120 | 23 | 236 | 61 | 130 | 0 | 46 | 412 | 117 | 43 |
| Binary | 1010000 | 10011 | 10011110 | 110001 | 1011000 | 0 | 100110 | 100001010 | 1001111 | 100011 |
Color Harmonies of #50139E
Complementary color
Monochromatic Colors of #50139E
Black with #50139E
Text Example
Text Example
White with #50139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50139E; }
p { color: rgb(80,19,158); }
H1.HeaderClassName
{
color: #50139E;
}
.AnyTagClassName
{
color: #50139E;
}
</style>
background-color css
<style>
a { background-color: #50139E; }
a { background-color: rgb(80,19,158); }
div.DivClassName
{
background-color: #50139E;
}
.BgClassName
{
background-color: #50139E;
}
</style>
border-color css
<style>
span { border-color: #50139E; }
span { border-color: rgb(80,19,158); }
td.TdClassName
{
border-color: #50139E;
}
.TagClassName
{
border-color: #50139E;
}
</style>