Shades of Indigo #4E0199
Tints of Indigo #4E0199
RGB
CMYK
RGB Variations
Color information
#4E0199 (or 0x4E0199) is known color: Indigo. HEX triplet: 4E, 01 and 99. RGB value is (78,1,153). Sum of RGB (Red+Green+Blue) = 78+1+153=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E0199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0199 is #B1FE66. Grayscale: #282828. Windows color (decimal): -11664999 or 10027342. OLE color: 10027342.
HSL color Cylindrical-coordinate representation of color #4E0199: hue angle of 270.39º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0199 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 1 | 153 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.4 |
| HSL | 270.39º | 0.99% | 0.3% | - |
| HSV(B) | 270.39º | 0.99% | 0.6% | - |
| XYZ | 8.9 | 3.94 | 30.43 | - |
| YUV | 41.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 153 | 0.49 | 0.99 | 0 | 0.4 | 270.39 | 0.99 | 0.3 |
| Hex | 4E | 1 | 99 | 31 | 63 | 0 | 28 | 10E | 63 | 1E |
| Octal | 116 | 1 | 231 | 61 | 143 | 0 | 50 | 416 | 143 | 36 |
| Binary | 1001110 | 1 | 10011001 | 110001 | 1100011 | 0 | 101000 | 100001110 | 1100011 | 11110 |
Color Harmonies of #4E0199
Complementary color
Monochromatic Colors of #4E0199
Black with #4E0199
Text Example
Text Example
White with #4E0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0199; }
p { color: rgb(78,1,153); }
H1.HeaderClassName
{
color: #4E0199;
}
.AnyTagClassName
{
color: #4E0199;
}
</style>
background-color css
<style>
a { background-color: #4E0199; }
a { background-color: rgb(78,1,153); }
div.DivClassName
{
background-color: #4E0199;
}
.BgClassName
{
background-color: #4E0199;
}
</style>
border-color css
<style>
span { border-color: #4E0199; }
span { border-color: rgb(78,1,153); }
td.TdClassName
{
border-color: #4E0199;
}
.TagClassName
{
border-color: #4E0199;
}
</style>