Shades of Indigo #4E038B
Tints of Indigo #4E038B
RGB
CMYK
RGB Variations
Color information
#4E038B (or 0x4E038B) is known color: Indigo. HEX triplet: 4E, 03 and 8B. RGB value is (78,3,139). Sum of RGB (Red+Green+Blue) = 78+3+139=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E038B is #B1FC74. Grayscale: #282828. Windows color (decimal): -11664501 or 9110350. OLE color: 9110350.
HSL color Cylindrical-coordinate representation of color #4E038B: hue angle of 273.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E038B is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 3 | 139 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.45 |
| HSL | 273.09º | 0.96% | 0.28% | - |
| HSV(B) | 273.09º | 0.98% | 0.55% | - |
| XYZ | 7.83 | 3.55 | 24.7 | - |
| YUV | 40.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 139 | 0.44 | 0.98 | 0 | 0.45 | 273.09 | 0.96 | 0.28 |
| Hex | 4E | 3 | 8B | 2C | 62 | 0 | 2D | 111 | 60 | 1C |
| Octal | 116 | 3 | 213 | 54 | 142 | 0 | 55 | 421 | 140 | 34 |
| Binary | 1001110 | 11 | 10001011 | 101100 | 1100010 | 0 | 101101 | 100010001 | 1100000 | 11100 |
Color Harmonies of #4E038B
Complementary color
Monochromatic Colors of #4E038B
Black with #4E038B
Text Example
Text Example
White with #4E038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E038B; }
p { color: rgb(78,3,139); }
H1.HeaderClassName
{
color: #4E038B;
}
.AnyTagClassName
{
color: #4E038B;
}
</style>
background-color css
<style>
a { background-color: #4E038B; }
a { background-color: rgb(78,3,139); }
div.DivClassName
{
background-color: #4E038B;
}
.BgClassName
{
background-color: #4E038B;
}
</style>
border-color css
<style>
span { border-color: #4E038B; }
span { border-color: rgb(78,3,139); }
td.TdClassName
{
border-color: #4E038B;
}
.TagClassName
{
border-color: #4E038B;
}
</style>