Shades of Indigo #4E1582
Tints of Indigo #4E1582
RGB
CMYK
RGB Variations
Color information
#4E1582 (or 0x4E1582) is known color: Indigo. HEX triplet: 4E, 15 and 82. RGB value is (78,21,130). Sum of RGB (Red+Green+Blue) = 78+21+130=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E1582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1582 is #B1EA7D. Grayscale: #323232. Windows color (decimal): -11659902 or 8525134. OLE color: 8525134.
HSL color Cylindrical-coordinate representation of color #4E1582: hue angle of 271.38º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1582 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 21 | 130 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.49 |
| HSL | 271.38º | 0.72% | 0.3% | - |
| HSV(B) | 271.38º | 0.84% | 0.51% | - |
| XYZ | 7.44 | 3.77 | 21.45 | - |
| YUV | 50.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 130 | 0.40 | 0.84 | 0 | 0.49 | 271.38 | 0.72 | 0.3 |
| Hex | 4E | 15 | 82 | 28 | 54 | 0 | 31 | 10F | 48 | 1E |
| Octal | 116 | 25 | 202 | 50 | 124 | 0 | 61 | 417 | 110 | 36 |
| Binary | 1001110 | 10101 | 10000010 | 101000 | 1010100 | 0 | 110001 | 100001111 | 1001000 | 11110 |
Color Harmonies of #4E1582
Complementary color
Monochromatic Colors of #4E1582
Black with #4E1582
Text Example
Text Example
White with #4E1582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1582; }
p { color: rgb(78,21,130); }
H1.HeaderClassName
{
color: #4E1582;
}
.AnyTagClassName
{
color: #4E1582;
}
</style>
background-color css
<style>
a { background-color: #4E1582; }
a { background-color: rgb(78,21,130); }
div.DivClassName
{
background-color: #4E1582;
}
.BgClassName
{
background-color: #4E1582;
}
</style>
border-color css
<style>
span { border-color: #4E1582; }
span { border-color: rgb(78,21,130); }
td.TdClassName
{
border-color: #4E1582;
}
.TagClassName
{
border-color: #4E1582;
}
</style>