Shades of Indigo #4E0290
Tints of Indigo #4E0290
RGB
CMYK
RGB Variations
Color information
#4E0290 (or 0x4E0290) is known color: Indigo. HEX triplet: 4E, 02 and 90. RGB value is (78,2,144). Sum of RGB (Red+Green+Blue) = 78+2+144=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E0290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0290 is #B1FD6F. Grayscale: #282828. Windows color (decimal): -11664752 or 9437774. OLE color: 9437774.
HSL color Cylindrical-coordinate representation of color #4E0290: hue angle of 272.11º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0290 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 2 | 144 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.44 |
| HSL | 272.11º | 0.97% | 0.29% | - |
| HSV(B) | 272.11º | 0.99% | 0.56% | - |
| XYZ | 8.2 | 3.68 | 26.66 | - |
| YUV | 40.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 144 | 0.46 | 0.99 | 0 | 0.44 | 272.11 | 0.97 | 0.29 |
| Hex | 4E | 2 | 90 | 2E | 63 | 0 | 2C | 110 | 61 | 1D |
| Octal | 116 | 2 | 220 | 56 | 143 | 0 | 54 | 420 | 141 | 35 |
| Binary | 1001110 | 10 | 10010000 | 101110 | 1100011 | 0 | 101100 | 100010000 | 1100001 | 11101 |
Color Harmonies of #4E0290
Complementary color
Monochromatic Colors of #4E0290
Black with #4E0290
Text Example
Text Example
White with #4E0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0290; }
p { color: rgb(78,2,144); }
H1.HeaderClassName
{
color: #4E0290;
}
.AnyTagClassName
{
color: #4E0290;
}
</style>
background-color css
<style>
a { background-color: #4E0290; }
a { background-color: rgb(78,2,144); }
div.DivClassName
{
background-color: #4E0290;
}
.BgClassName
{
background-color: #4E0290;
}
</style>
border-color css
<style>
span { border-color: #4E0290; }
span { border-color: rgb(78,2,144); }
td.TdClassName
{
border-color: #4E0290;
}
.TagClassName
{
border-color: #4E0290;
}
</style>