Shades of Indigo #50015D
Tints of Indigo #50015D
RGB
CMYK
RGB Variations
Color information
#50015D (or 0x50015D) is known color: Indigo. HEX triplet: 50, 01 and 5D. RGB value is (80,1,93). Sum of RGB (Red+Green+Blue) = 80+1+93=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #50015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50015D is #AFFEA2. Grayscale: #222222. Windows color (decimal): -11533987 or 6095184. OLE color: 6095184.
HSL color Cylindrical-coordinate representation of color #50015D: hue angle of 291.52º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50015D is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 1 | 93 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.64 |
| HSL | 291.52º | 0.98% | 0.18% | - |
| HSV(B) | 291.52º | 0.99% | 0.36% | - |
| XYZ | 5.29 | 2.52 | 10.56 | - |
| YUV | 35.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 93 | 0.14 | 0.99 | 0 | 0.64 | 291.52 | 0.98 | 0.18 |
| Hex | 50 | 1 | 5D | E | 63 | 0 | 40 | 124 | 62 | 12 |
| Octal | 120 | 1 | 135 | 16 | 143 | 0 | 100 | 444 | 142 | 22 |
| Binary | 1010000 | 1 | 1011101 | 1110 | 1100011 | 0 | 1000000 | 100100100 | 1100010 | 10010 |
Color Harmonies of #50015D
Complementary color
Monochromatic Colors of #50015D
Black with #50015D
Text Example
Text Example
White with #50015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50015D; }
p { color: rgb(80,1,93); }
H1.HeaderClassName
{
color: #50015D;
}
.AnyTagClassName
{
color: #50015D;
}
</style>
background-color css
<style>
a { background-color: #50015D; }
a { background-color: rgb(80,1,93); }
div.DivClassName
{
background-color: #50015D;
}
.BgClassName
{
background-color: #50015D;
}
</style>
border-color css
<style>
span { border-color: #50015D; }
span { border-color: rgb(80,1,93); }
td.TdClassName
{
border-color: #50015D;
}
.TagClassName
{
border-color: #50015D;
}
</style>