Shades of Indigo #4E088C
Tints of Indigo #4E088C
RGB
CMYK
RGB Variations
Color information
#4E088C (or 0x4E088C) is known color: Indigo. HEX triplet: 4E, 08 and 8C. RGB value is (78,8,140). Sum of RGB (Red+Green+Blue) = 78+8+140=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E088C is #B1F773. Grayscale: #2B2B2B. Windows color (decimal): -11663220 or 9177166. OLE color: 9177166.
HSL color Cylindrical-coordinate representation of color #4E088C: hue angle of 271.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E088C is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 8 | 140 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.45 |
| HSL | 271.82º | 0.89% | 0.29% | - |
| HSV(B) | 271.82º | 0.94% | 0.55% | - |
| XYZ | 7.96 | 3.69 | 25.1 | - |
| YUV | 43.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 140 | 0.44 | 0.94 | 0 | 0.45 | 271.82 | 0.89 | 0.29 |
| Hex | 4E | 8 | 8C | 2C | 5E | 0 | 2D | 110 | 59 | 1D |
| Octal | 116 | 10 | 214 | 54 | 136 | 0 | 55 | 420 | 131 | 35 |
| Binary | 1001110 | 1000 | 10001100 | 101100 | 1011110 | 0 | 101101 | 100010000 | 1011001 | 11101 |
Color Harmonies of #4E088C
Complementary color
Monochromatic Colors of #4E088C
Black with #4E088C
Text Example
Text Example
White with #4E088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E088C; }
p { color: rgb(78,8,140); }
H1.HeaderClassName
{
color: #4E088C;
}
.AnyTagClassName
{
color: #4E088C;
}
</style>
background-color css
<style>
a { background-color: #4E088C; }
a { background-color: rgb(78,8,140); }
div.DivClassName
{
background-color: #4E088C;
}
.BgClassName
{
background-color: #4E088C;
}
</style>
border-color css
<style>
span { border-color: #4E088C; }
span { border-color: rgb(78,8,140); }
td.TdClassName
{
border-color: #4E088C;
}
.TagClassName
{
border-color: #4E088C;
}
</style>