Shades of Indigo #50077D
Tints of Indigo #50077D
RGB
CMYK
RGB Variations
Color information
#50077D (or 0x50077D) is known color: Indigo. HEX triplet: 50, 07 and 7D. RGB value is (80,7,125). Sum of RGB (Red+Green+Blue) = 80+7+125=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #50077D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50077D is #AFF882. Grayscale: #292929. Windows color (decimal): -11532419 or 8193872. OLE color: 8193872.
HSL color Cylindrical-coordinate representation of color #50077D: hue angle of 277.12º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50077D is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 7 | 125 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.51 |
| HSL | 277.12º | 0.89% | 0.26% | - |
| HSV(B) | 277.12º | 0.94% | 0.49% | - |
| XYZ | 7.09 | 3.34 | 19.67 | - |
| YUV | 42.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 125 | 0.36 | 0.94 | 0 | 0.51 | 277.12 | 0.89 | 0.26 |
| Hex | 50 | 7 | 7D | 24 | 5E | 0 | 33 | 115 | 59 | 1A |
| Octal | 120 | 7 | 175 | 44 | 136 | 0 | 63 | 425 | 131 | 32 |
| Binary | 1010000 | 111 | 1111101 | 100100 | 1011110 | 0 | 110011 | 100010101 | 1011001 | 11010 |
Color Harmonies of #50077D
Complementary color
Monochromatic Colors of #50077D
Black with #50077D
Text Example
Text Example
White with #50077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50077D; }
p { color: rgb(80,7,125); }
H1.HeaderClassName
{
color: #50077D;
}
.AnyTagClassName
{
color: #50077D;
}
</style>
background-color css
<style>
a { background-color: #50077D; }
a { background-color: rgb(80,7,125); }
div.DivClassName
{
background-color: #50077D;
}
.BgClassName
{
background-color: #50077D;
}
</style>
border-color css
<style>
span { border-color: #50077D; }
span { border-color: rgb(80,7,125); }
td.TdClassName
{
border-color: #50077D;
}
.TagClassName
{
border-color: #50077D;
}
</style>