Shades of Indigo #50139B
Tints of Indigo #50139B
RGB
CMYK
RGB Variations
Color information
#50139B (or 0x50139B) is known color: Indigo. HEX triplet: 50, 13 and 9B. RGB value is (80,19,155). Sum of RGB (Red+Green+Blue) = 80+19+155=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #50139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50139B is #AFEC64. Grayscale: #343434. Windows color (decimal): -11529317 or 10163024. OLE color: 10163024.
HSL color Cylindrical-coordinate representation of color #50139B: hue angle of 266.91º 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 #50139B is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 19 | 155 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.39 |
| HSL | 266.91º | 0.78% | 0.34% | - |
| HSV(B) | 266.91º | 0.88% | 0.61% | - |
| XYZ | 9.46 | 4.54 | 31.39 | - |
| YUV | 52.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 155 | 0.48 | 0.88 | 0 | 0.39 | 266.91 | 0.78 | 0.34 |
| Hex | 50 | 13 | 9B | 30 | 58 | 0 | 27 | 10B | 4E | 22 |
| Octal | 120 | 23 | 233 | 60 | 130 | 0 | 47 | 413 | 116 | 42 |
| Binary | 1010000 | 10011 | 10011011 | 110000 | 1011000 | 0 | 100111 | 100001011 | 1001110 | 100010 |
Color Harmonies of #50139B
Complementary color
Monochromatic Colors of #50139B
Black with #50139B
Text Example
Text Example
White with #50139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50139B; }
p { color: rgb(80,19,155); }
H1.HeaderClassName
{
color: #50139B;
}
.AnyTagClassName
{
color: #50139B;
}
</style>
background-color css
<style>
a { background-color: #50139B; }
a { background-color: rgb(80,19,155); }
div.DivClassName
{
background-color: #50139B;
}
.BgClassName
{
background-color: #50139B;
}
</style>
border-color css
<style>
span { border-color: #50139B; }
span { border-color: rgb(80,19,155); }
td.TdClassName
{
border-color: #50139B;
}
.TagClassName
{
border-color: #50139B;
}
</style>