Shades of Indigo #4E0794
Tints of Indigo #4E0794
RGB
CMYK
RGB Variations
Color information
#4E0794 (or 0x4E0794) is known color: Indigo. HEX triplet: 4E, 07 and 94. RGB value is (78,7,148). Sum of RGB (Red+Green+Blue) = 78+7+148=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E0794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0794 is #B1F86B. Grayscale: #2B2B2B. Windows color (decimal): -11663468 or 9701198. OLE color: 9701198.
HSL color Cylindrical-coordinate representation of color #4E0794: hue angle of 270.21º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0794 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 7 | 148 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.42 |
| HSL | 270.21º | 0.91% | 0.3% | - |
| HSV(B) | 270.21º | 0.95% | 0.58% | - |
| XYZ | 8.56 | 3.91 | 28.32 | - |
| YUV | 44.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 148 | 0.47 | 0.95 | 0 | 0.42 | 270.21 | 0.91 | 0.3 |
| Hex | 4E | 7 | 94 | 2F | 5F | 0 | 2A | 10E | 5B | 1E |
| Octal | 116 | 7 | 224 | 57 | 137 | 0 | 52 | 416 | 133 | 36 |
| Binary | 1001110 | 111 | 10010100 | 101111 | 1011111 | 0 | 101010 | 100001110 | 1011011 | 11110 |
Color Harmonies of #4E0794
Complementary color
Monochromatic Colors of #4E0794
Black with #4E0794
Text Example
Text Example
White with #4E0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0794; }
p { color: rgb(78,7,148); }
H1.HeaderClassName
{
color: #4E0794;
}
.AnyTagClassName
{
color: #4E0794;
}
</style>
background-color css
<style>
a { background-color: #4E0794; }
a { background-color: rgb(78,7,148); }
div.DivClassName
{
background-color: #4E0794;
}
.BgClassName
{
background-color: #4E0794;
}
</style>
border-color css
<style>
span { border-color: #4E0794; }
span { border-color: rgb(78,7,148); }
td.TdClassName
{
border-color: #4E0794;
}
.TagClassName
{
border-color: #4E0794;
}
</style>