Shades of Indigo #4E109C
Tints of Indigo #4E109C
RGB
CMYK
RGB Variations
Color information
#4E109C (or 0x4E109C) is known color: Indigo. HEX triplet: 4E, 10 and 9C. RGB value is (78,16,156). Sum of RGB (Red+Green+Blue) = 78+16+156=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E109C is #B1EF63. Grayscale: #323232. Windows color (decimal): -11661156 or 10227790. OLE color: 10227790.
HSL color Cylindrical-coordinate representation of color #4E109C: hue angle of 266.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E109C is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 16 | 156 | - |
| CMYK | 0.5 | 0.90 | 0 | 0.39 |
| HSL | 266.57º | 0.81% | 0.34% | - |
| HSV(B) | 266.57º | 0.9% | 0.61% | - |
| XYZ | 9.33 | 4.39 | 31.81 | - |
| YUV | 50.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 156 | 0.5 | 0.90 | 0 | 0.39 | 266.57 | 0.81 | 0.34 |
| Hex | 4E | 10 | 9C | 32 | 5A | 0 | 27 | 10B | 51 | 22 |
| Octal | 116 | 20 | 234 | 62 | 132 | 0 | 47 | 413 | 121 | 42 |
| Binary | 1001110 | 10000 | 10011100 | 110010 | 1011010 | 0 | 100111 | 100001011 | 1010001 | 100010 |
Color Harmonies of #4E109C
Complementary color
Monochromatic Colors of #4E109C
Black with #4E109C
Text Example
Text Example
White with #4E109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E109C; }
p { color: rgb(78,16,156); }
H1.HeaderClassName
{
color: #4E109C;
}
.AnyTagClassName
{
color: #4E109C;
}
</style>
background-color css
<style>
a { background-color: #4E109C; }
a { background-color: rgb(78,16,156); }
div.DivClassName
{
background-color: #4E109C;
}
.BgClassName
{
background-color: #4E109C;
}
</style>
border-color css
<style>
span { border-color: #4E109C; }
span { border-color: rgb(78,16,156); }
td.TdClassName
{
border-color: #4E109C;
}
.TagClassName
{
border-color: #4E109C;
}
</style>