Shades of Indigo #4E048C
Tints of Indigo #4E048C
RGB
CMYK
RGB Variations
Color information
#4E048C (or 0x4E048C) is known color: Indigo. HEX triplet: 4E, 04 and 8C. RGB value is (78,4,140). Sum of RGB (Red+Green+Blue) = 78+4+140=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E048C is #B1FB73. Grayscale: #292929. Windows color (decimal): -11664244 or 9176142. OLE color: 9176142.
HSL color Cylindrical-coordinate representation of color #4E048C: hue angle of 272.65º 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 #4E048C is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 4 | 140 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.45 |
| HSL | 272.65º | 0.94% | 0.28% | - |
| HSV(B) | 272.65º | 0.97% | 0.55% | - |
| XYZ | 7.92 | 3.6 | 25.09 | - |
| YUV | 41.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 140 | 0.44 | 0.97 | 0 | 0.45 | 272.65 | 0.94 | 0.28 |
| Hex | 4E | 4 | 8C | 2C | 61 | 0 | 2D | 111 | 5E | 1C |
| Octal | 116 | 4 | 214 | 54 | 141 | 0 | 55 | 421 | 136 | 34 |
| Binary | 1001110 | 100 | 10001100 | 101100 | 1100001 | 0 | 101101 | 100010001 | 1011110 | 11100 |
Color Harmonies of #4E048C
Complementary color
Monochromatic Colors of #4E048C
Black with #4E048C
Text Example
Text Example
White with #4E048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E048C; }
p { color: rgb(78,4,140); }
H1.HeaderClassName
{
color: #4E048C;
}
.AnyTagClassName
{
color: #4E048C;
}
</style>
background-color css
<style>
a { background-color: #4E048C; }
a { background-color: rgb(78,4,140); }
div.DivClassName
{
background-color: #4E048C;
}
.BgClassName
{
background-color: #4E048C;
}
</style>
border-color css
<style>
span { border-color: #4E048C; }
span { border-color: rgb(78,4,140); }
td.TdClassName
{
border-color: #4E048C;
}
.TagClassName
{
border-color: #4E048C;
}
</style>