Shades of Indigo #4E079C
Tints of Indigo #4E079C
RGB
CMYK
RGB Variations
Color information
#4E079C (or 0x4E079C) is known color: Indigo. HEX triplet: 4E, 07 and 9C. RGB value is (78,7,156). Sum of RGB (Red+Green+Blue) = 78+7+156=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E079C is #B1F863. Grayscale: #2C2C2C. Windows color (decimal): -11663460 or 10225486. OLE color: 10225486.
HSL color Cylindrical-coordinate representation of color #4E079C: hue angle of 268.59º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E079C is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 7 | 156 | - |
| CMYK | 0.5 | 0.96 | 0 | 0.39 |
| HSL | 268.59º | 0.91% | 0.32% | - |
| HSV(B) | 268.59º | 0.96% | 0.61% | - |
| XYZ | 9.22 | 4.17 | 31.77 | - |
| YUV | 45.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 156 | 0.5 | 0.96 | 0 | 0.39 | 268.59 | 0.91 | 0.32 |
| Hex | 4E | 7 | 9C | 32 | 60 | 0 | 27 | 10D | 5B | 20 |
| Octal | 116 | 7 | 234 | 62 | 140 | 0 | 47 | 415 | 133 | 40 |
| Binary | 1001110 | 111 | 10011100 | 110010 | 1100000 | 0 | 100111 | 100001101 | 1011011 | 100000 |
Color Harmonies of #4E079C
Complementary color
Monochromatic Colors of #4E079C
Black with #4E079C
Text Example
Text Example
White with #4E079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E079C; }
p { color: rgb(78,7,156); }
H1.HeaderClassName
{
color: #4E079C;
}
.AnyTagClassName
{
color: #4E079C;
}
</style>
background-color css
<style>
a { background-color: #4E079C; }
a { background-color: rgb(78,7,156); }
div.DivClassName
{
background-color: #4E079C;
}
.BgClassName
{
background-color: #4E079C;
}
</style>
border-color css
<style>
span { border-color: #4E079C; }
span { border-color: rgb(78,7,156); }
td.TdClassName
{
border-color: #4E079C;
}
.TagClassName
{
border-color: #4E079C;
}
</style>