Shades of Indigo #4E199D
Tints of Indigo #4E199D
RGB
CMYK
RGB Variations
Color information
#4E199D (or 0x4E199D) is known color: Indigo. HEX triplet: 4E, 19 and 9D. RGB value is (78,25,157). Sum of RGB (Red+Green+Blue) = 78+25+157=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E199D is #B1E662. Grayscale: #373737. Windows color (decimal): -11658851 or 10295630. OLE color: 10295630.
HSL color Cylindrical-coordinate representation of color #4E199D: hue angle of 264.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E199D is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 25 | 157 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.38 |
| HSL | 264.09º | 0.73% | 0.36% | - |
| HSV(B) | 264.09º | 0.84% | 0.62% | - |
| XYZ | 9.58 | 4.75 | 32.31 | - |
| YUV | 55.9 | 185.06 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 157 | 0.50 | 0.84 | 0 | 0.38 | 264.09 | 0.73 | 0.36 |
| Hex | 4E | 19 | 9D | 32 | 54 | 0 | 26 | 108 | 49 | 24 |
| Octal | 116 | 31 | 235 | 62 | 124 | 0 | 46 | 410 | 111 | 44 |
| Binary | 1001110 | 11001 | 10011101 | 110010 | 1010100 | 0 | 100110 | 100001000 | 1001001 | 100100 |
Color Harmonies of #4E199D
Complementary color
Monochromatic Colors of #4E199D
Black with #4E199D
Text Example
Text Example
White with #4E199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E199D; }
p { color: rgb(78,25,157); }
H1.HeaderClassName
{
color: #4E199D;
}
.AnyTagClassName
{
color: #4E199D;
}
</style>
background-color css
<style>
a { background-color: #4E199D; }
a { background-color: rgb(78,25,157); }
div.DivClassName
{
background-color: #4E199D;
}
.BgClassName
{
background-color: #4E199D;
}
</style>
border-color css
<style>
span { border-color: #4E199D; }
span { border-color: rgb(78,25,157); }
td.TdClassName
{
border-color: #4E199D;
}
.TagClassName
{
border-color: #4E199D;
}
</style>