Shades of Indigo #50136A
Tints of Indigo #50136A
RGB
CMYK
RGB Variations
Color information
#50136A (or 0x50136A) is known color: Indigo. HEX triplet: 50, 13 and 6A. RGB value is (80,19,106). Sum of RGB (Red+Green+Blue) = 80+19+106=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #50136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50136A is #AFEC95. Grayscale: #2E2E2E. Windows color (decimal): -11529366 or 6951760. OLE color: 6951760.
HSL color Cylindrical-coordinate representation of color #50136A: hue angle of 282.07º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50136A is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 19 | 106 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.58 |
| HSL | 282.07º | 0.7% | 0.25% | - |
| HSV(B) | 282.07º | 0.82% | 0.42% | - |
| XYZ | 6.14 | 3.21 | 13.93 | - |
| YUV | 47.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 106 | 0.25 | 0.82 | 0 | 0.58 | 282.07 | 0.7 | 0.25 |
| Hex | 50 | 13 | 6A | 19 | 52 | 0 | 3A | 11A | 46 | 19 |
| Octal | 120 | 23 | 152 | 31 | 122 | 0 | 72 | 432 | 106 | 31 |
| Binary | 1010000 | 10011 | 1101010 | 11001 | 1010010 | 0 | 111010 | 100011010 | 1000110 | 11001 |
Color Harmonies of #50136A
Complementary color
Monochromatic Colors of #50136A
Black with #50136A
Text Example
Text Example
White with #50136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50136A; }
p { color: rgb(80,19,106); }
H1.HeaderClassName
{
color: #50136A;
}
.AnyTagClassName
{
color: #50136A;
}
</style>
background-color css
<style>
a { background-color: #50136A; }
a { background-color: rgb(80,19,106); }
div.DivClassName
{
background-color: #50136A;
}
.BgClassName
{
background-color: #50136A;
}
</style>
border-color css
<style>
span { border-color: #50136A; }
span { border-color: rgb(80,19,106); }
td.TdClassName
{
border-color: #50136A;
}
.TagClassName
{
border-color: #50136A;
}
</style>