Shades of Indigo #4D046A
Tints of Indigo #4D046A
RGB
CMYK
RGB Variations
Color information
#4D046A (or 0x4D046A) is known color: Indigo. HEX triplet: 4D, 04 and 6A. RGB value is (77,4,106). Sum of RGB (Red+Green+Blue) = 77+4+106=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D046A is #B2FB95. Grayscale: #252525. Windows color (decimal): -11729814 or 6947917. OLE color: 6947917.
HSL color Cylindrical-coordinate representation of color #4D046A: hue angle of 282.94º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D046A is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 4 | 106 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.58 |
| HSL | 282.94º | 0.93% | 0.22% | - |
| HSV(B) | 282.94º | 0.96% | 0.42% | - |
| XYZ | 5.71 | 2.71 | 13.86 | - |
| YUV | 37.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 106 | 0.27 | 0.96 | 0 | 0.58 | 282.94 | 0.93 | 0.22 |
| Hex | 4D | 4 | 6A | 1B | 60 | 0 | 3A | 11B | 5D | 16 |
| Octal | 115 | 4 | 152 | 33 | 140 | 0 | 72 | 433 | 135 | 26 |
| Binary | 1001101 | 100 | 1101010 | 11011 | 1100000 | 0 | 111010 | 100011011 | 1011101 | 10110 |
Color Harmonies of #4D046A
Complementary color
Monochromatic Colors of #4D046A
Black with #4D046A
Text Example
Text Example
White with #4D046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D046A; }
p { color: rgb(77,4,106); }
H1.HeaderClassName
{
color: #4D046A;
}
.AnyTagClassName
{
color: #4D046A;
}
</style>
background-color css
<style>
a { background-color: #4D046A; }
a { background-color: rgb(77,4,106); }
div.DivClassName
{
background-color: #4D046A;
}
.BgClassName
{
background-color: #4D046A;
}
</style>
border-color css
<style>
span { border-color: #4D046A; }
span { border-color: rgb(77,4,106); }
td.TdClassName
{
border-color: #4D046A;
}
.TagClassName
{
border-color: #4D046A;
}
</style>