Shades of Indigo #4E088D
Tints of Indigo #4E088D
RGB
CMYK
RGB Variations
Color information
#4E088D (or 0x4E088D) is known color: Indigo. HEX triplet: 4E, 08 and 8D. RGB value is (78,8,141). Sum of RGB (Red+Green+Blue) = 78+8+141=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E088D is #B1F772. Grayscale: #2B2B2B. Windows color (decimal): -11663219 or 9242702. OLE color: 9242702.
HSL color Cylindrical-coordinate representation of color #4E088D: hue angle of 271.58º 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 #4E088D is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 8 | 141 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.45 |
| HSL | 271.58º | 0.89% | 0.29% | - |
| HSV(B) | 271.58º | 0.94% | 0.55% | - |
| XYZ | 8.04 | 3.72 | 25.49 | - |
| YUV | 44.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 141 | 0.45 | 0.94 | 0 | 0.45 | 271.58 | 0.89 | 0.29 |
| Hex | 4E | 8 | 8D | 2D | 5E | 0 | 2D | 110 | 59 | 1D |
| Octal | 116 | 10 | 215 | 55 | 136 | 0 | 55 | 420 | 131 | 35 |
| Binary | 1001110 | 1000 | 10001101 | 101101 | 1011110 | 0 | 101101 | 100010000 | 1011001 | 11101 |
Color Harmonies of #4E088D
Complementary color
Monochromatic Colors of #4E088D
Black with #4E088D
Text Example
Text Example
White with #4E088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E088D; }
p { color: rgb(78,8,141); }
H1.HeaderClassName
{
color: #4E088D;
}
.AnyTagClassName
{
color: #4E088D;
}
</style>
background-color css
<style>
a { background-color: #4E088D; }
a { background-color: rgb(78,8,141); }
div.DivClassName
{
background-color: #4E088D;
}
.BgClassName
{
background-color: #4E088D;
}
</style>
border-color css
<style>
span { border-color: #4E088D; }
span { border-color: rgb(78,8,141); }
td.TdClassName
{
border-color: #4E088D;
}
.TagClassName
{
border-color: #4E088D;
}
</style>