Shades of Indigo #4E1099
Tints of Indigo #4E1099
RGB
CMYK
RGB Variations
Color information
#4E1099 (or 0x4E1099) is known color: Indigo. HEX triplet: 4E, 10 and 99. RGB value is (78,16,153). Sum of RGB (Red+Green+Blue) = 78+16+153=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E1099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1099 is #B1EF66. Grayscale: #313131. Windows color (decimal): -11661159 or 10031182. OLE color: 10031182.
HSL color Cylindrical-coordinate representation of color #4E1099: hue angle of 267.15º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E1099 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 16 | 153 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.4 |
| HSL | 267.15º | 0.81% | 0.33% | - |
| HSV(B) | 267.15º | 0.9% | 0.6% | - |
| XYZ | 9.08 | 4.29 | 30.49 | - |
| YUV | 50.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 153 | 0.49 | 0.90 | 0 | 0.4 | 267.15 | 0.81 | 0.33 |
| Hex | 4E | 10 | 99 | 31 | 5A | 0 | 28 | 10B | 51 | 21 |
| Octal | 116 | 20 | 231 | 61 | 132 | 0 | 50 | 413 | 121 | 41 |
| Binary | 1001110 | 10000 | 10011001 | 110001 | 1011010 | 0 | 101000 | 100001011 | 1010001 | 100001 |
Color Harmonies of #4E1099
Complementary color
Monochromatic Colors of #4E1099
Black with #4E1099
Text Example
Text Example
White with #4E1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1099; }
p { color: rgb(78,16,153); }
H1.HeaderClassName
{
color: #4E1099;
}
.AnyTagClassName
{
color: #4E1099;
}
</style>
background-color css
<style>
a { background-color: #4E1099; }
a { background-color: rgb(78,16,153); }
div.DivClassName
{
background-color: #4E1099;
}
.BgClassName
{
background-color: #4E1099;
}
</style>
border-color css
<style>
span { border-color: #4E1099; }
span { border-color: rgb(78,16,153); }
td.TdClassName
{
border-color: #4E1099;
}
.TagClassName
{
border-color: #4E1099;
}
</style>