Shades of Indigo #50139C
Tints of Indigo #50139C
RGB
CMYK
RGB Variations
Color information
#50139C (or 0x50139C) is known color: Indigo. HEX triplet: 50, 13 and 9C. RGB value is (80,19,156). Sum of RGB (Red+Green+Blue) = 80+19+156=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #50139C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50139C is #AFEC63. Grayscale: #343434. Windows color (decimal): -11529316 or 10228560. OLE color: 10228560.
HSL color Cylindrical-coordinate representation of color #50139C: hue angle of 266.72º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50139C is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 19 | 156 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.39 |
| HSL | 266.72º | 0.78% | 0.34% | - |
| HSV(B) | 266.72º | 0.88% | 0.61% | - |
| XYZ | 9.54 | 4.57 | 31.83 | - |
| YUV | 52.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 156 | 0.49 | 0.88 | 0 | 0.39 | 266.72 | 0.78 | 0.34 |
| Hex | 50 | 13 | 9C | 31 | 58 | 0 | 27 | 10B | 4E | 22 |
| Octal | 120 | 23 | 234 | 61 | 130 | 0 | 47 | 413 | 116 | 42 |
| Binary | 1010000 | 10011 | 10011100 | 110001 | 1011000 | 0 | 100111 | 100001011 | 1001110 | 100010 |
Color Harmonies of #50139C
Complementary color
Monochromatic Colors of #50139C
Black with #50139C
Text Example
Text Example
White with #50139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50139C; }
p { color: rgb(80,19,156); }
H1.HeaderClassName
{
color: #50139C;
}
.AnyTagClassName
{
color: #50139C;
}
</style>
background-color css
<style>
a { background-color: #50139C; }
a { background-color: rgb(80,19,156); }
div.DivClassName
{
background-color: #50139C;
}
.BgClassName
{
background-color: #50139C;
}
</style>
border-color css
<style>
span { border-color: #50139C; }
span { border-color: rgb(80,19,156); }
td.TdClassName
{
border-color: #50139C;
}
.TagClassName
{
border-color: #50139C;
}
</style>