Shades of Indigo #4D047A
Tints of Indigo #4D047A
RGB
CMYK
RGB Variations
Color information
#4D047A (or 0x4D047A) is known color: Indigo. HEX triplet: 4D, 04 and 7A. RGB value is (77,4,122). Sum of RGB (Red+Green+Blue) = 77+4+122=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D047A is #B2FB85. Grayscale: #262626. Windows color (decimal): -11729798 or 7996493. OLE color: 7996493.
HSL color Cylindrical-coordinate representation of color #4D047A: hue angle of 277.12º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D047A is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 4 | 122 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.52 |
| HSL | 277.12º | 0.94% | 0.25% | - |
| HSV(B) | 277.12º | 0.97% | 0.48% | - |
| XYZ | 6.62 | 3.07 | 18.66 | - |
| YUV | 39.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 122 | 0.37 | 0.97 | 0 | 0.52 | 277.12 | 0.94 | 0.25 |
| Hex | 4D | 4 | 7A | 25 | 61 | 0 | 34 | 115 | 5E | 19 |
| Octal | 115 | 4 | 172 | 45 | 141 | 0 | 64 | 425 | 136 | 31 |
| Binary | 1001101 | 100 | 1111010 | 100101 | 1100001 | 0 | 110100 | 100010101 | 1011110 | 11001 |
Color Harmonies of #4D047A
Complementary color
Monochromatic Colors of #4D047A
Black with #4D047A
Text Example
Text Example
White with #4D047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D047A; }
p { color: rgb(77,4,122); }
H1.HeaderClassName
{
color: #4D047A;
}
.AnyTagClassName
{
color: #4D047A;
}
</style>
background-color css
<style>
a { background-color: #4D047A; }
a { background-color: rgb(77,4,122); }
div.DivClassName
{
background-color: #4D047A;
}
.BgClassName
{
background-color: #4D047A;
}
</style>
border-color css
<style>
span { border-color: #4D047A; }
span { border-color: rgb(77,4,122); }
td.TdClassName
{
border-color: #4D047A;
}
.TagClassName
{
border-color: #4D047A;
}
</style>