Shades of Indigo #50156D
Tints of Indigo #50156D
RGB
CMYK
RGB Variations
Color information
#50156D (or 0x50156D) is known color: Indigo. HEX triplet: 50, 15 and 6D. RGB value is (80,21,109). Sum of RGB (Red+Green+Blue) = 80+21+109=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #50156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50156D is #AFEA92. Grayscale: #303030. Windows color (decimal): -11528851 or 7148880. OLE color: 7148880.
HSL color Cylindrical-coordinate representation of color #50156D: hue angle of 280.23º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50156D is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 21 | 109 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.57 |
| HSL | 280.23º | 0.68% | 0.25% | - |
| HSV(B) | 280.23º | 0.81% | 0.43% | - |
| XYZ | 6.34 | 3.35 | 14.78 | - |
| YUV | 48.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 109 | 0.27 | 0.81 | 0 | 0.57 | 280.23 | 0.68 | 0.25 |
| Hex | 50 | 15 | 6D | 1B | 51 | 0 | 39 | 118 | 44 | 19 |
| Octal | 120 | 25 | 155 | 33 | 121 | 0 | 71 | 430 | 104 | 31 |
| Binary | 1010000 | 10101 | 1101101 | 11011 | 1010001 | 0 | 111001 | 100011000 | 1000100 | 11001 |
Color Harmonies of #50156D
Complementary color
Monochromatic Colors of #50156D
Black with #50156D
Text Example
Text Example
White with #50156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50156D; }
p { color: rgb(80,21,109); }
H1.HeaderClassName
{
color: #50156D;
}
.AnyTagClassName
{
color: #50156D;
}
</style>
background-color css
<style>
a { background-color: #50156D; }
a { background-color: rgb(80,21,109); }
div.DivClassName
{
background-color: #50156D;
}
.BgClassName
{
background-color: #50156D;
}
</style>
border-color css
<style>
span { border-color: #50156D; }
span { border-color: rgb(80,21,109); }
td.TdClassName
{
border-color: #50156D;
}
.TagClassName
{
border-color: #50156D;
}
</style>