Shades of Indigo #4E058B
Tints of Indigo #4E058B
RGB
CMYK
RGB Variations
Color information
#4E058B (or 0x4E058B) is known color: Indigo. HEX triplet: 4E, 05 and 8B. RGB value is (78,5,139). Sum of RGB (Red+Green+Blue) = 78+5+139=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E058B is #B1FA74. Grayscale: #292929. Windows color (decimal): -11663989 or 9110862. OLE color: 9110862.
HSL color Cylindrical-coordinate representation of color #4E058B: hue angle of 272.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E058B is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 5 | 139 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.45 |
| HSL | 272.69º | 0.93% | 0.28% | - |
| HSV(B) | 272.69º | 0.96% | 0.55% | - |
| XYZ | 7.86 | 3.59 | 24.71 | - |
| YUV | 42.1 | 182.68 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 139 | 0.44 | 0.96 | 0 | 0.45 | 272.69 | 0.93 | 0.28 |
| Hex | 4E | 5 | 8B | 2C | 60 | 0 | 2D | 111 | 5D | 1C |
| Octal | 116 | 5 | 213 | 54 | 140 | 0 | 55 | 421 | 135 | 34 |
| Binary | 1001110 | 101 | 10001011 | 101100 | 1100000 | 0 | 101101 | 100010001 | 1011101 | 11100 |
Color Harmonies of #4E058B
Complementary color
Monochromatic Colors of #4E058B
Black with #4E058B
Text Example
Text Example
White with #4E058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E058B; }
p { color: rgb(78,5,139); }
H1.HeaderClassName
{
color: #4E058B;
}
.AnyTagClassName
{
color: #4E058B;
}
</style>
background-color css
<style>
a { background-color: #4E058B; }
a { background-color: rgb(78,5,139); }
div.DivClassName
{
background-color: #4E058B;
}
.BgClassName
{
background-color: #4E058B;
}
</style>
border-color css
<style>
span { border-color: #4E058B; }
span { border-color: rgb(78,5,139); }
td.TdClassName
{
border-color: #4E058B;
}
.TagClassName
{
border-color: #4E058B;
}
</style>