Shades of Indigo #4E1A90
Tints of Indigo #4E1A90
RGB
CMYK
RGB Variations
Color information
#4E1A90 (or 0x4E1A90) is known color: Indigo. HEX triplet: 4E, 1A and 90. RGB value is (78,26,144). Sum of RGB (Red+Green+Blue) = 78+26+144=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E1A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1A90 is #B1E56F. Grayscale: #363636. Windows color (decimal): -11658608 or 9443918. OLE color: 9443918.
HSL color Cylindrical-coordinate representation of color #4E1A90: hue angle of 266.44º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1A90 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 26 | 144 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.44 |
| HSL | 266.44º | 0.69% | 0.33% | - |
| HSV(B) | 266.44º | 0.82% | 0.56% | - |
| XYZ | 8.55 | 4.37 | 26.78 | - |
| YUV | 55 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 144 | 0.46 | 0.82 | 0 | 0.44 | 266.44 | 0.69 | 0.33 |
| Hex | 4E | 1A | 90 | 2E | 52 | 0 | 2C | 10A | 45 | 21 |
| Octal | 116 | 32 | 220 | 56 | 122 | 0 | 54 | 412 | 105 | 41 |
| Binary | 1001110 | 11010 | 10010000 | 101110 | 1010010 | 0 | 101100 | 100001010 | 1000101 | 100001 |
Color Harmonies of #4E1A90
Complementary color
Monochromatic Colors of #4E1A90
Black with #4E1A90
Text Example
Text Example
White with #4E1A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A90; }
p { color: rgb(78,26,144); }
H1.HeaderClassName
{
color: #4E1A90;
}
.AnyTagClassName
{
color: #4E1A90;
}
</style>
background-color css
<style>
a { background-color: #4E1A90; }
a { background-color: rgb(78,26,144); }
div.DivClassName
{
background-color: #4E1A90;
}
.BgClassName
{
background-color: #4E1A90;
}
</style>
border-color css
<style>
span { border-color: #4E1A90; }
span { border-color: rgb(78,26,144); }
td.TdClassName
{
border-color: #4E1A90;
}
.TagClassName
{
border-color: #4E1A90;
}
</style>