Shades of Indigo #4E045D
Tints of Indigo #4E045D
RGB
CMYK
RGB Variations
Color information
#4E045D (or 0x4E045D) is known color: Indigo. HEX triplet: 4E, 04 and 5D. RGB value is (78,4,93). Sum of RGB (Red+Green+Blue) = 78+4+93=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E045D is #B1FBA2. Grayscale: #232323. Windows color (decimal): -11664291 or 6095950. OLE color: 6095950.
HSL color Cylindrical-coordinate representation of color #4E045D: hue angle of 289.89º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E045D is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 4 | 93 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.64 |
| HSL | 289.89º | 0.92% | 0.19% | - |
| HSV(B) | 289.89º | 0.96% | 0.36% | - |
| XYZ | 5.16 | 2.5 | 10.57 | - |
| YUV | 36.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 93 | 0.16 | 0.96 | 0 | 0.64 | 289.89 | 0.92 | 0.19 |
| Hex | 4E | 4 | 5D | 10 | 60 | 0 | 40 | 122 | 5C | 13 |
| Octal | 116 | 4 | 135 | 20 | 140 | 0 | 100 | 442 | 134 | 23 |
| Binary | 1001110 | 100 | 1011101 | 10000 | 1100000 | 0 | 1000000 | 100100010 | 1011100 | 10011 |
Color Harmonies of #4E045D
Complementary color
Monochromatic Colors of #4E045D
Black with #4E045D
Text Example
Text Example
White with #4E045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E045D; }
p { color: rgb(78,4,93); }
H1.HeaderClassName
{
color: #4E045D;
}
.AnyTagClassName
{
color: #4E045D;
}
</style>
background-color css
<style>
a { background-color: #4E045D; }
a { background-color: rgb(78,4,93); }
div.DivClassName
{
background-color: #4E045D;
}
.BgClassName
{
background-color: #4E045D;
}
</style>
border-color css
<style>
span { border-color: #4E045D; }
span { border-color: rgb(78,4,93); }
td.TdClassName
{
border-color: #4E045D;
}
.TagClassName
{
border-color: #4E045D;
}
</style>