Shades of Indigo #4E028A
Tints of Indigo #4E028A
RGB
CMYK
RGB Variations
Color information
#4E028A (or 0x4E028A) is known color: Indigo. HEX triplet: 4E, 02 and 8A. RGB value is (78,2,138). Sum of RGB (Red+Green+Blue) = 78+2+138=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E028A is #B1FD75. Grayscale: #272727. Windows color (decimal): -11664758 or 9044558. OLE color: 9044558.
HSL color Cylindrical-coordinate representation of color #4E028A: hue angle of 273.53º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E028A is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 2 | 138 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.46 |
| HSL | 273.53º | 0.97% | 0.27% | - |
| HSV(B) | 273.53º | 0.99% | 0.54% | - |
| XYZ | 7.75 | 3.5 | 24.31 | - |
| YUV | 40.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 138 | 0.43 | 0.99 | 0 | 0.46 | 273.53 | 0.97 | 0.27 |
| Hex | 4E | 2 | 8A | 2B | 63 | 0 | 2E | 112 | 61 | 1B |
| Octal | 116 | 2 | 212 | 53 | 143 | 0 | 56 | 422 | 141 | 33 |
| Binary | 1001110 | 10 | 10001010 | 101011 | 1100011 | 0 | 101110 | 100010010 | 1100001 | 11011 |
Color Harmonies of #4E028A
Complementary color
Monochromatic Colors of #4E028A
Black with #4E028A
Text Example
Text Example
White with #4E028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E028A; }
p { color: rgb(78,2,138); }
H1.HeaderClassName
{
color: #4E028A;
}
.AnyTagClassName
{
color: #4E028A;
}
</style>
background-color css
<style>
a { background-color: #4E028A; }
a { background-color: rgb(78,2,138); }
div.DivClassName
{
background-color: #4E028A;
}
.BgClassName
{
background-color: #4E028A;
}
</style>
border-color css
<style>
span { border-color: #4E028A; }
span { border-color: rgb(78,2,138); }
td.TdClassName
{
border-color: #4E028A;
}
.TagClassName
{
border-color: #4E028A;
}
</style>