Shades of Indigo #4E098C
Tints of Indigo #4E098C
RGB
CMYK
RGB Variations
Color information
#4E098C (or 0x4E098C) is known color: Indigo. HEX triplet: 4E, 09 and 8C. RGB value is (78,9,140). Sum of RGB (Red+Green+Blue) = 78+9+140=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E098C is #B1F673. Grayscale: #2C2C2C. Windows color (decimal): -11662964 or 9177422. OLE color: 9177422.
HSL color Cylindrical-coordinate representation of color #4E098C: hue angle of 271.6º degrees, saturation: 0.88, 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 #4E098C is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 9 | 140 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.45 |
| HSL | 271.6º | 0.88% | 0.29% | - |
| HSV(B) | 271.6º | 0.94% | 0.55% | - |
| XYZ | 7.97 | 3.71 | 25.11 | - |
| YUV | 44.57 | 181.86 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 140 | 0.44 | 0.94 | 0 | 0.45 | 271.6 | 0.88 | 0.29 |
| Hex | 4E | 9 | 8C | 2C | 5E | 0 | 2D | 110 | 58 | 1D |
| Octal | 116 | 11 | 214 | 54 | 136 | 0 | 55 | 420 | 130 | 35 |
| Binary | 1001110 | 1001 | 10001100 | 101100 | 1011110 | 0 | 101101 | 100010000 | 1011000 | 11101 |
Color Harmonies of #4E098C
Complementary color
Monochromatic Colors of #4E098C
Black with #4E098C
Text Example
Text Example
White with #4E098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E098C; }
p { color: rgb(78,9,140); }
H1.HeaderClassName
{
color: #4E098C;
}
.AnyTagClassName
{
color: #4E098C;
}
</style>
background-color css
<style>
a { background-color: #4E098C; }
a { background-color: rgb(78,9,140); }
div.DivClassName
{
background-color: #4E098C;
}
.BgClassName
{
background-color: #4E098C;
}
</style>
border-color css
<style>
span { border-color: #4E098C; }
span { border-color: rgb(78,9,140); }
td.TdClassName
{
border-color: #4E098C;
}
.TagClassName
{
border-color: #4E098C;
}
</style>