Shades of Indigo #4D0E7F
Tints of Indigo #4D0E7F
RGB
CMYK
RGB Variations
Color information
#4D0E7F (or 0x4D0E7F) is known color: Indigo. HEX triplet: 4D, 0E and 7F. RGB value is (77,14,127). Sum of RGB (Red+Green+Blue) = 77+14+127=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D0E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0E7F is #B2F180. Grayscale: #2D2D2D. Windows color (decimal): -11727233 or 8326733. OLE color: 8326733.
HSL color Cylindrical-coordinate representation of color #4D0E7F: hue angle of 273.45º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D0E7F is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 14 | 127 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.50 |
| HSL | 273.45º | 0.8% | 0.28% | - |
| HSV(B) | 273.45º | 0.89% | 0.5% | - |
| XYZ | 7.05 | 3.42 | 20.37 | - |
| YUV | 45.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 127 | 0.39 | 0.89 | 0 | 0.50 | 273.45 | 0.8 | 0.28 |
| Hex | 4D | E | 7F | 27 | 59 | 0 | 32 | 111 | 50 | 1C |
| Octal | 115 | 16 | 177 | 47 | 131 | 0 | 62 | 421 | 120 | 34 |
| Binary | 1001101 | 1110 | 1111111 | 100111 | 1011001 | 0 | 110010 | 100010001 | 1010000 | 11100 |
Color Harmonies of #4D0E7F
Complementary color
Monochromatic Colors of #4D0E7F
Black with #4D0E7F
Text Example
Text Example
White with #4D0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E7F; }
p { color: rgb(77,14,127); }
H1.HeaderClassName
{
color: #4D0E7F;
}
.AnyTagClassName
{
color: #4D0E7F;
}
</style>
background-color css
<style>
a { background-color: #4D0E7F; }
a { background-color: rgb(77,14,127); }
div.DivClassName
{
background-color: #4D0E7F;
}
.BgClassName
{
background-color: #4D0E7F;
}
</style>
border-color css
<style>
span { border-color: #4D0E7F; }
span { border-color: rgb(77,14,127); }
td.TdClassName
{
border-color: #4D0E7F;
}
.TagClassName
{
border-color: #4D0E7F;
}
</style>