Shades of Indigo #4D048C
Tints of Indigo #4D048C
RGB
CMYK
RGB Variations
Color information
#4D048C (or 0x4D048C) is known color: Indigo. HEX triplet: 4D, 04 and 8C. RGB value is (77,4,140). Sum of RGB (Red+Green+Blue) = 77+4+140=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D048C is #B2FB73. Grayscale: #282828. Windows color (decimal): -11729780 or 9176141. OLE color: 9176141.
HSL color Cylindrical-coordinate representation of color #4D048C: hue angle of 272.21º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D048C is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 4 | 140 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.45 |
| HSL | 272.21º | 0.94% | 0.28% | - |
| HSV(B) | 272.21º | 0.97% | 0.55% | - |
| XYZ | 7.84 | 3.56 | 25.08 | - |
| YUV | 41.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 140 | 0.45 | 0.97 | 0 | 0.45 | 272.21 | 0.94 | 0.28 |
| Hex | 4D | 4 | 8C | 2D | 61 | 0 | 2D | 110 | 5E | 1C |
| Octal | 115 | 4 | 214 | 55 | 141 | 0 | 55 | 420 | 136 | 34 |
| Binary | 1001101 | 100 | 10001100 | 101101 | 1100001 | 0 | 101101 | 100010000 | 1011110 | 11100 |
Color Harmonies of #4D048C
Complementary color
Monochromatic Colors of #4D048C
Black with #4D048C
Text Example
Text Example
White with #4D048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D048C; }
p { color: rgb(77,4,140); }
H1.HeaderClassName
{
color: #4D048C;
}
.AnyTagClassName
{
color: #4D048C;
}
</style>
background-color css
<style>
a { background-color: #4D048C; }
a { background-color: rgb(77,4,140); }
div.DivClassName
{
background-color: #4D048C;
}
.BgClassName
{
background-color: #4D048C;
}
</style>
border-color css
<style>
span { border-color: #4D048C; }
span { border-color: rgb(77,4,140); }
td.TdClassName
{
border-color: #4D048C;
}
.TagClassName
{
border-color: #4D048C;
}
</style>