Shades of Indigo #4E0082
Tints of Indigo #4E0082
RGB
CMYK
RGB Variations
Color information
#4E0082 (or 0x4E0082) is known color: Indigo. HEX triplet: 4E, 00 and 82. RGB value is (78,0,130). Sum of RGB (Red+Green+Blue) = 78+0+130=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0082 is #B1FF7D. Grayscale: #252525. Windows color (decimal): -11665278 or 8519758. OLE color: 8519758.
HSL color Cylindrical-coordinate representation of color #4E0082: hue angle of 276º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0082 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 0 | 130 | - |
| CMYK | 0.40 | 1 | 0 | 0.49 |
| HSL | 276º | 1% | 0.25% | - |
| HSV(B) | 276º | 1% | 0.51% | - |
| XYZ | 7.17 | 3.23 | 21.36 | - |
| YUV | 38.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 130 | 0.40 | 1 | 0 | 0.49 | 276 | 1 | 0.25 |
| Hex | 4E | 0 | 82 | 28 | 64 | 0 | 31 | 114 | 64 | 19 |
| Octal | 116 | 0 | 202 | 50 | 144 | 0 | 61 | 424 | 144 | 31 |
| Binary | 1001110 | 0 | 10000010 | 101000 | 1100100 | 0 | 110001 | 100010100 | 1100100 | 11001 |
Color Harmonies of #4E0082
Complementary color
Monochromatic Colors of #4E0082
Black with #4E0082
Text Example
Text Example
White with #4E0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0082; }
p { color: rgb(78,0,130); }
H1.HeaderClassName
{
color: #4E0082;
}
.AnyTagClassName
{
color: #4E0082;
}
</style>
background-color css
<style>
a { background-color: #4E0082; }
a { background-color: rgb(78,0,130); }
div.DivClassName
{
background-color: #4E0082;
}
.BgClassName
{
background-color: #4E0082;
}
</style>
border-color css
<style>
span { border-color: #4E0082; }
span { border-color: rgb(78,0,130); }
td.TdClassName
{
border-color: #4E0082;
}
.TagClassName
{
border-color: #4E0082;
}
</style>