Shades of Indigo #50025D
Tints of Indigo #50025D
RGB
CMYK
RGB Variations
Color information
#50025D (or 0x50025D) is known color: Indigo. HEX triplet: 50, 02 and 5D. RGB value is (80,2,93). Sum of RGB (Red+Green+Blue) = 80+2+93=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #50025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50025D is #AFFDA2. Grayscale: #232323. Windows color (decimal): -11533731 or 6095440. OLE color: 6095440.
HSL color Cylindrical-coordinate representation of color #50025D: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50025D is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 2 | 93 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.64 |
| HSL | 291.43º | 0.96% | 0.19% | - |
| HSV(B) | 291.43º | 0.98% | 0.36% | - |
| XYZ | 5.31 | 2.54 | 10.57 | - |
| YUV | 35.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 93 | 0.14 | 0.98 | 0 | 0.64 | 291.43 | 0.96 | 0.19 |
| Hex | 50 | 2 | 5D | E | 62 | 0 | 40 | 123 | 60 | 13 |
| Octal | 120 | 2 | 135 | 16 | 142 | 0 | 100 | 443 | 140 | 23 |
| Binary | 1010000 | 10 | 1011101 | 1110 | 1100010 | 0 | 1000000 | 100100011 | 1100000 | 10011 |
Color Harmonies of #50025D
Complementary color
Monochromatic Colors of #50025D
Black with #50025D
Text Example
Text Example
White with #50025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50025D; }
p { color: rgb(80,2,93); }
H1.HeaderClassName
{
color: #50025D;
}
.AnyTagClassName
{
color: #50025D;
}
</style>
background-color css
<style>
a { background-color: #50025D; }
a { background-color: rgb(80,2,93); }
div.DivClassName
{
background-color: #50025D;
}
.BgClassName
{
background-color: #50025D;
}
</style>
border-color css
<style>
span { border-color: #50025D; }
span { border-color: rgb(80,2,93); }
td.TdClassName
{
border-color: #50025D;
}
.TagClassName
{
border-color: #50025D;
}
</style>