Shades of Indigo #4D048B
Tints of Indigo #4D048B
RGB
CMYK
RGB Variations
Color information
#4D048B (or 0x4D048B) is known color: Indigo. HEX triplet: 4D, 04 and 8B. RGB value is (77,4,139). Sum of RGB (Red+Green+Blue) = 77+4+139=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D048B is #B2FB74. Grayscale: #282828. Windows color (decimal): -11729781 or 9110605. OLE color: 9110605.
HSL color Cylindrical-coordinate representation of color #4D048B: hue angle of 272.44º 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 #4D048B is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 4 | 139 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.45 |
| HSL | 272.44º | 0.94% | 0.28% | - |
| HSV(B) | 272.44º | 0.97% | 0.55% | - |
| XYZ | 7.76 | 3.53 | 24.7 | - |
| YUV | 41.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 139 | 0.45 | 0.97 | 0 | 0.45 | 272.44 | 0.94 | 0.28 |
| Hex | 4D | 4 | 8B | 2D | 61 | 0 | 2D | 110 | 5E | 1C |
| Octal | 115 | 4 | 213 | 55 | 141 | 0 | 55 | 420 | 136 | 34 |
| Binary | 1001101 | 100 | 10001011 | 101101 | 1100001 | 0 | 101101 | 100010000 | 1011110 | 11100 |
Color Harmonies of #4D048B
Complementary color
Monochromatic Colors of #4D048B
Black with #4D048B
Text Example
Text Example
White with #4D048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D048B; }
p { color: rgb(77,4,139); }
H1.HeaderClassName
{
color: #4D048B;
}
.AnyTagClassName
{
color: #4D048B;
}
</style>
background-color css
<style>
a { background-color: #4D048B; }
a { background-color: rgb(77,4,139); }
div.DivClassName
{
background-color: #4D048B;
}
.BgClassName
{
background-color: #4D048B;
}
</style>
border-color css
<style>
span { border-color: #4D048B; }
span { border-color: rgb(77,4,139); }
td.TdClassName
{
border-color: #4D048B;
}
.TagClassName
{
border-color: #4D048B;
}
</style>