Shades of Indigo #4E0091
Tints of Indigo #4E0091
RGB
CMYK
RGB Variations
Color information
#4E0091 (or 0x4E0091) is known color: Indigo. HEX triplet: 4E, 00 and 91. RGB value is (78,0,145). Sum of RGB (Red+Green+Blue) = 78+0+145=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E0091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0091 is #B1FF6E. Grayscale: #272727. Windows color (decimal): -11665263 or 9502798. OLE color: 9502798.
HSL color Cylindrical-coordinate representation of color #4E0091: hue angle of 272.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0091 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 0 | 145 | - |
| CMYK | 0.46 | 1 | 0 | 0.43 |
| HSL | 272.28º | 1% | 0.28% | - |
| HSV(B) | 272.28º | 1% | 0.57% | - |
| XYZ | 8.25 | 3.66 | 27.06 | - |
| YUV | 39.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 145 | 0.46 | 1 | 0 | 0.43 | 272.28 | 1 | 0.28 |
| Hex | 4E | 0 | 91 | 2E | 64 | 0 | 2B | 110 | 64 | 1C |
| Octal | 116 | 0 | 221 | 56 | 144 | 0 | 53 | 420 | 144 | 34 |
| Binary | 1001110 | 0 | 10010001 | 101110 | 1100100 | 0 | 101011 | 100010000 | 1100100 | 11100 |
Color Harmonies of #4E0091
Complementary color
Monochromatic Colors of #4E0091
Black with #4E0091
Text Example
Text Example
White with #4E0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0091; }
p { color: rgb(78,0,145); }
H1.HeaderClassName
{
color: #4E0091;
}
.AnyTagClassName
{
color: #4E0091;
}
</style>
background-color css
<style>
a { background-color: #4E0091; }
a { background-color: rgb(78,0,145); }
div.DivClassName
{
background-color: #4E0091;
}
.BgClassName
{
background-color: #4E0091;
}
</style>
border-color css
<style>
span { border-color: #4E0091; }
span { border-color: rgb(78,0,145); }
td.TdClassName
{
border-color: #4E0091;
}
.TagClassName
{
border-color: #4E0091;
}
</style>