Shades of Indigo #4E026A
Tints of Indigo #4E026A
RGB
CMYK
RGB Variations
Color information
#4E026A (or 0x4E026A) is known color: Indigo. HEX triplet: 4E, 02 and 6A. RGB value is (78,2,106). Sum of RGB (Red+Green+Blue) = 78+2+106=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E026A is #B1FD95. Grayscale: #242424. Windows color (decimal): -11664790 or 6947406. OLE color: 6947406.
HSL color Cylindrical-coordinate representation of color #4E026A: hue angle of 283.85º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E026A is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 2 | 106 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.58 |
| HSL | 283.85º | 0.96% | 0.21% | - |
| HSV(B) | 283.85º | 0.98% | 0.42% | - |
| XYZ | 5.77 | 2.7 | 13.85 | - |
| YUV | 36.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 106 | 0.26 | 0.98 | 0 | 0.58 | 283.85 | 0.96 | 0.21 |
| Hex | 4E | 2 | 6A | 1A | 62 | 0 | 3A | 11C | 60 | 15 |
| Octal | 116 | 2 | 152 | 32 | 142 | 0 | 72 | 434 | 140 | 25 |
| Binary | 1001110 | 10 | 1101010 | 11010 | 1100010 | 0 | 111010 | 100011100 | 1100000 | 10101 |
Color Harmonies of #4E026A
Complementary color
Monochromatic Colors of #4E026A
Black with #4E026A
Text Example
Text Example
White with #4E026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E026A; }
p { color: rgb(78,2,106); }
H1.HeaderClassName
{
color: #4E026A;
}
.AnyTagClassName
{
color: #4E026A;
}
</style>
background-color css
<style>
a { background-color: #4E026A; }
a { background-color: rgb(78,2,106); }
div.DivClassName
{
background-color: #4E026A;
}
.BgClassName
{
background-color: #4E026A;
}
</style>
border-color css
<style>
span { border-color: #4E026A; }
span { border-color: rgb(78,2,106); }
td.TdClassName
{
border-color: #4E026A;
}
.TagClassName
{
border-color: #4E026A;
}
</style>