Shades of Indigo #4E027A
Tints of Indigo #4E027A
RGB
CMYK
RGB Variations
Color information
#4E027A (or 0x4E027A) is known color: Indigo. HEX triplet: 4E, 02 and 7A. RGB value is (78,2,122). Sum of RGB (Red+Green+Blue) = 78+2+122=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E027A is #B1FD85. Grayscale: #262626. Windows color (decimal): -11664774 or 7995982. OLE color: 7995982.
HSL color Cylindrical-coordinate representation of color #4E027A: hue angle of 278º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E027A is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 2 | 122 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.52 |
| HSL | 278º | 0.97% | 0.24% | - |
| HSV(B) | 278º | 0.98% | 0.48% | - |
| XYZ | 6.68 | 3.07 | 18.65 | - |
| YUV | 38.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 122 | 0.36 | 0.98 | 0 | 0.52 | 278 | 0.97 | 0.24 |
| Hex | 4E | 2 | 7A | 24 | 62 | 0 | 34 | 116 | 61 | 18 |
| Octal | 116 | 2 | 172 | 44 | 142 | 0 | 64 | 426 | 141 | 30 |
| Binary | 1001110 | 10 | 1111010 | 100100 | 1100010 | 0 | 110100 | 100010110 | 1100001 | 11000 |
Color Harmonies of #4E027A
Complementary color
Monochromatic Colors of #4E027A
Black with #4E027A
Text Example
Text Example
White with #4E027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E027A; }
p { color: rgb(78,2,122); }
H1.HeaderClassName
{
color: #4E027A;
}
.AnyTagClassName
{
color: #4E027A;
}
</style>
background-color css
<style>
a { background-color: #4E027A; }
a { background-color: rgb(78,2,122); }
div.DivClassName
{
background-color: #4E027A;
}
.BgClassName
{
background-color: #4E027A;
}
</style>
border-color css
<style>
span { border-color: #4E027A; }
span { border-color: rgb(78,2,122); }
td.TdClassName
{
border-color: #4E027A;
}
.TagClassName
{
border-color: #4E027A;
}
</style>