Shades of Indigo #4D046E
Tints of Indigo #4D046E
RGB
CMYK
RGB Variations
Color information
#4D046E (or 0x4D046E) is known color: Indigo. HEX triplet: 4D, 04 and 6E. RGB value is (77,4,110). Sum of RGB (Red+Green+Blue) = 77+4+110=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D046E is #B2FB91. Grayscale: #252525. Windows color (decimal): -11729810 or 7210061. OLE color: 7210061.
HSL color Cylindrical-coordinate representation of color #4D046E: hue angle of 281.32º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D046E is Cyan = 0.3, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 4 | 110 | - |
| CMYK | 0.3 | 0.96 | 0 | 0.57 |
| HSL | 281.32º | 0.93% | 0.22% | - |
| HSV(B) | 281.32º | 0.96% | 0.43% | - |
| XYZ | 5.92 | 2.79 | 14.98 | - |
| YUV | 37.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 110 | 0.3 | 0.96 | 0 | 0.57 | 281.32 | 0.93 | 0.22 |
| Hex | 4D | 4 | 6E | 1E | 60 | 0 | 39 | 119 | 5D | 16 |
| Octal | 115 | 4 | 156 | 36 | 140 | 0 | 71 | 431 | 135 | 26 |
| Binary | 1001101 | 100 | 1101110 | 11110 | 1100000 | 0 | 111001 | 100011001 | 1011101 | 10110 |
Color Harmonies of #4D046E
Complementary color
Monochromatic Colors of #4D046E
Black with #4D046E
Text Example
Text Example
White with #4D046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D046E; }
p { color: rgb(77,4,110); }
H1.HeaderClassName
{
color: #4D046E;
}
.AnyTagClassName
{
color: #4D046E;
}
</style>
background-color css
<style>
a { background-color: #4D046E; }
a { background-color: rgb(77,4,110); }
div.DivClassName
{
background-color: #4D046E;
}
.BgClassName
{
background-color: #4D046E;
}
</style>
border-color css
<style>
span { border-color: #4D046E; }
span { border-color: rgb(77,4,110); }
td.TdClassName
{
border-color: #4D046E;
}
.TagClassName
{
border-color: #4D046E;
}
</style>