Shades of Indigo #4D0E76
Tints of Indigo #4D0E76
RGB
CMYK
RGB Variations
Color information
#4D0E76 (or 0x4D0E76) is known color: Indigo. HEX triplet: 4D, 0E and 76. RGB value is (77,14,118). Sum of RGB (Red+Green+Blue) = 77+14+118=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D0E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0E76 is #B2F189. Grayscale: #2C2C2C. Windows color (decimal): -11727242 or 7736909. OLE color: 7736909.
HSL color Cylindrical-coordinate representation of color #4D0E76: hue angle of 276.35º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0E76 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 14 | 118 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.54 |
| HSL | 276.35º | 0.79% | 0.26% | - |
| HSV(B) | 276.35º | 0.88% | 0.46% | - |
| XYZ | 6.49 | 3.2 | 17.42 | - |
| YUV | 44.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 118 | 0.35 | 0.88 | 0 | 0.54 | 276.35 | 0.79 | 0.26 |
| Hex | 4D | E | 76 | 23 | 58 | 0 | 36 | 114 | 4F | 1A |
| Octal | 115 | 16 | 166 | 43 | 130 | 0 | 66 | 424 | 117 | 32 |
| Binary | 1001101 | 1110 | 1110110 | 100011 | 1011000 | 0 | 110110 | 100010100 | 1001111 | 11010 |
Color Harmonies of #4D0E76
Complementary color
Monochromatic Colors of #4D0E76
Black with #4D0E76
Text Example
Text Example
White with #4D0E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E76; }
p { color: rgb(77,14,118); }
H1.HeaderClassName
{
color: #4D0E76;
}
.AnyTagClassName
{
color: #4D0E76;
}
</style>
background-color css
<style>
a { background-color: #4D0E76; }
a { background-color: rgb(77,14,118); }
div.DivClassName
{
background-color: #4D0E76;
}
.BgClassName
{
background-color: #4D0E76;
}
</style>
border-color css
<style>
span { border-color: #4D0E76; }
span { border-color: rgb(77,14,118); }
td.TdClassName
{
border-color: #4D0E76;
}
.TagClassName
{
border-color: #4D0E76;
}
</style>