Shades of Indigo #4E048A
Tints of Indigo #4E048A
RGB
CMYK
RGB Variations
Color information
#4E048A (or 0x4E048A) is known color: Indigo. HEX triplet: 4E, 04 and 8A. RGB value is (78,4,138). Sum of RGB (Red+Green+Blue) = 78+4+138=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E048A is #B1FB75. Grayscale: #282828. Windows color (decimal): -11664246 or 9045070. OLE color: 9045070.
HSL color Cylindrical-coordinate representation of color #4E048A: hue angle of 273.13º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E048A is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 4 | 138 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.46 |
| HSL | 273.13º | 0.94% | 0.28% | - |
| HSV(B) | 273.13º | 0.97% | 0.54% | - |
| XYZ | 7.77 | 3.54 | 24.32 | - |
| YUV | 41.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 138 | 0.43 | 0.97 | 0 | 0.46 | 273.13 | 0.94 | 0.28 |
| Hex | 4E | 4 | 8A | 2B | 61 | 0 | 2E | 111 | 5E | 1C |
| Octal | 116 | 4 | 212 | 53 | 141 | 0 | 56 | 421 | 136 | 34 |
| Binary | 1001110 | 100 | 10001010 | 101011 | 1100001 | 0 | 101110 | 100010001 | 1011110 | 11100 |
Color Harmonies of #4E048A
Complementary color
Monochromatic Colors of #4E048A
Black with #4E048A
Text Example
Text Example
White with #4E048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E048A; }
p { color: rgb(78,4,138); }
H1.HeaderClassName
{
color: #4E048A;
}
.AnyTagClassName
{
color: #4E048A;
}
</style>
background-color css
<style>
a { background-color: #4E048A; }
a { background-color: rgb(78,4,138); }
div.DivClassName
{
background-color: #4E048A;
}
.BgClassName
{
background-color: #4E048A;
}
</style>
border-color css
<style>
span { border-color: #4E048A; }
span { border-color: rgb(78,4,138); }
td.TdClassName
{
border-color: #4E048A;
}
.TagClassName
{
border-color: #4E048A;
}
</style>