Shades of Indigo #50138D
Tints of Indigo #50138D
RGB
CMYK
RGB Variations
Color information
#50138D (or 0x50138D) is known color: Indigo. HEX triplet: 50, 13 and 8D. RGB value is (80,19,141). Sum of RGB (Red+Green+Blue) = 80+19+141=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #50138D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50138D is #AFEC72. Grayscale: #323232. Windows color (decimal): -11529331 or 9245520. OLE color: 9245520.
HSL color Cylindrical-coordinate representation of color #50138D: hue angle of 270º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50138D is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 19 | 141 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.45 |
| HSL | 270º | 0.76% | 0.31% | - |
| HSV(B) | 270º | 0.87% | 0.55% | - |
| XYZ | 8.35 | 4.09 | 25.55 | - |
| YUV | 51.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 141 | 0.43 | 0.87 | 0 | 0.45 | 270 | 0.76 | 0.31 |
| Hex | 50 | 13 | 8D | 2B | 57 | 0 | 2D | 10E | 4C | 1F |
| Octal | 120 | 23 | 215 | 53 | 127 | 0 | 55 | 416 | 114 | 37 |
| Binary | 1010000 | 10011 | 10001101 | 101011 | 1010111 | 0 | 101101 | 100001110 | 1001100 | 11111 |
Color Harmonies of #50138D
Complementary color
Monochromatic Colors of #50138D
Black with #50138D
Text Example
Text Example
White with #50138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50138D; }
p { color: rgb(80,19,141); }
H1.HeaderClassName
{
color: #50138D;
}
.AnyTagClassName
{
color: #50138D;
}
</style>
background-color css
<style>
a { background-color: #50138D; }
a { background-color: rgb(80,19,141); }
div.DivClassName
{
background-color: #50138D;
}
.BgClassName
{
background-color: #50138D;
}
</style>
border-color css
<style>
span { border-color: #50138D; }
span { border-color: rgb(80,19,141); }
td.TdClassName
{
border-color: #50138D;
}
.TagClassName
{
border-color: #50138D;
}
</style>