Shades of Indigo #4E0191
Tints of Indigo #4E0191
RGB
CMYK
RGB Variations
Color information
#4E0191 (or 0x4E0191) is known color: Indigo. HEX triplet: 4E, 01 and 91. RGB value is (78,1,145). Sum of RGB (Red+Green+Blue) = 78+1+145=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E0191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0191 is #B1FE6E. Grayscale: #272727. Windows color (decimal): -11665007 or 9503054. OLE color: 9503054.
HSL color Cylindrical-coordinate representation of color #4E0191: hue angle of 272.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0191 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 1 | 145 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.43 |
| HSL | 272.08º | 0.99% | 0.29% | - |
| HSV(B) | 272.08º | 0.99% | 0.57% | - |
| XYZ | 8.26 | 3.69 | 27.06 | - |
| YUV | 40.44 | 187.01 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 145 | 0.46 | 0.99 | 0 | 0.43 | 272.08 | 0.99 | 0.29 |
| Hex | 4E | 1 | 91 | 2E | 63 | 0 | 2B | 110 | 63 | 1D |
| Octal | 116 | 1 | 221 | 56 | 143 | 0 | 53 | 420 | 143 | 35 |
| Binary | 1001110 | 1 | 10010001 | 101110 | 1100011 | 0 | 101011 | 100010000 | 1100011 | 11101 |
Color Harmonies of #4E0191
Complementary color
Monochromatic Colors of #4E0191
Black with #4E0191
Text Example
Text Example
White with #4E0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0191; }
p { color: rgb(78,1,145); }
H1.HeaderClassName
{
color: #4E0191;
}
.AnyTagClassName
{
color: #4E0191;
}
</style>
background-color css
<style>
a { background-color: #4E0191; }
a { background-color: rgb(78,1,145); }
div.DivClassName
{
background-color: #4E0191;
}
.BgClassName
{
background-color: #4E0191;
}
</style>
border-color css
<style>
span { border-color: #4E0191; }
span { border-color: rgb(78,1,145); }
td.TdClassName
{
border-color: #4E0191;
}
.TagClassName
{
border-color: #4E0191;
}
</style>