Shades of Indigo #4E199B
Tints of Indigo #4E199B
RGB
CMYK
RGB Variations
Color information
#4E199B (or 0x4E199B) is known color: Indigo. HEX triplet: 4E, 19 and 9B. RGB value is (78,25,155). Sum of RGB (Red+Green+Blue) = 78+25+155=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E199B is #B1E664. Grayscale: #373737. Windows color (decimal): -11658853 or 10164558. OLE color: 10164558.
HSL color Cylindrical-coordinate representation of color #4E199B: hue angle of 264.46º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E199B is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 25 | 155 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.39 |
| HSL | 264.46º | 0.72% | 0.35% | - |
| HSV(B) | 264.46º | 0.84% | 0.61% | - |
| XYZ | 9.41 | 4.68 | 31.42 | - |
| YUV | 55.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 155 | 0.50 | 0.84 | 0 | 0.39 | 264.46 | 0.72 | 0.35 |
| Hex | 4E | 19 | 9B | 32 | 54 | 0 | 27 | 108 | 48 | 23 |
| Octal | 116 | 31 | 233 | 62 | 124 | 0 | 47 | 410 | 110 | 43 |
| Binary | 1001110 | 11001 | 10011011 | 110010 | 1010100 | 0 | 100111 | 100001000 | 1001000 | 100011 |
Color Harmonies of #4E199B
Complementary color
Monochromatic Colors of #4E199B
Black with #4E199B
Text Example
Text Example
White with #4E199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E199B; }
p { color: rgb(78,25,155); }
H1.HeaderClassName
{
color: #4E199B;
}
.AnyTagClassName
{
color: #4E199B;
}
</style>
background-color css
<style>
a { background-color: #4E199B; }
a { background-color: rgb(78,25,155); }
div.DivClassName
{
background-color: #4E199B;
}
.BgClassName
{
background-color: #4E199B;
}
</style>
border-color css
<style>
span { border-color: #4E199B; }
span { border-color: rgb(78,25,155); }
td.TdClassName
{
border-color: #4E199B;
}
.TagClassName
{
border-color: #4E199B;
}
</style>