Shades of Indigo #4E079F
Tints of Indigo #4E079F
RGB
CMYK
RGB Variations
Color information
#4E079F (or 0x4E079F) is known color: Indigo. HEX triplet: 4E, 07 and 9F. RGB value is (78,7,159). Sum of RGB (Red+Green+Blue) = 78+7+159=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E079F is #B1F860. Grayscale: #2D2D2D. Windows color (decimal): -11663457 or 10422094. OLE color: 10422094.
HSL color Cylindrical-coordinate representation of color #4E079F: hue angle of 268.03º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E079F is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 7 | 159 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.38 |
| HSL | 268.03º | 0.92% | 0.33% | - |
| HSV(B) | 268.03º | 0.96% | 0.62% | - |
| XYZ | 9.48 | 4.27 | 33.13 | - |
| YUV | 45.56 | 192.02 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 159 | 0.51 | 0.96 | 0 | 0.38 | 268.03 | 0.92 | 0.33 |
| Hex | 4E | 7 | 9F | 33 | 60 | 0 | 26 | 10C | 5C | 21 |
| Octal | 116 | 7 | 237 | 63 | 140 | 0 | 46 | 414 | 134 | 41 |
| Binary | 1001110 | 111 | 10011111 | 110011 | 1100000 | 0 | 100110 | 100001100 | 1011100 | 100001 |
Color Harmonies of #4E079F
Complementary color
Monochromatic Colors of #4E079F
Black with #4E079F
Text Example
Text Example
White with #4E079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E079F; }
p { color: rgb(78,7,159); }
H1.HeaderClassName
{
color: #4E079F;
}
.AnyTagClassName
{
color: #4E079F;
}
</style>
background-color css
<style>
a { background-color: #4E079F; }
a { background-color: rgb(78,7,159); }
div.DivClassName
{
background-color: #4E079F;
}
.BgClassName
{
background-color: #4E079F;
}
</style>
border-color css
<style>
span { border-color: #4E079F; }
span { border-color: rgb(78,7,159); }
td.TdClassName
{
border-color: #4E079F;
}
.TagClassName
{
border-color: #4E079F;
}
</style>