Shades of Indigo #4E0392
Tints of Indigo #4E0392
RGB
CMYK
RGB Variations
Color information
#4E0392 (or 0x4E0392) is known color: Indigo. HEX triplet: 4E, 03 and 92. RGB value is (78,3,146). Sum of RGB (Red+Green+Blue) = 78+3+146=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E0392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0392 is #B1FC6D. Grayscale: #292929. Windows color (decimal): -11664494 or 9569102. OLE color: 9569102.
HSL color Cylindrical-coordinate representation of color #4E0392: hue angle of 271.47º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E0392 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 3 | 146 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.43 |
| HSL | 271.47º | 0.96% | 0.29% | - |
| HSV(B) | 271.47º | 0.98% | 0.57% | - |
| XYZ | 8.36 | 3.76 | 27.48 | - |
| YUV | 41.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 146 | 0.47 | 0.98 | 0 | 0.43 | 271.47 | 0.96 | 0.29 |
| Hex | 4E | 3 | 92 | 2F | 62 | 0 | 2B | 10F | 60 | 1D |
| Octal | 116 | 3 | 222 | 57 | 142 | 0 | 53 | 417 | 140 | 35 |
| Binary | 1001110 | 11 | 10010010 | 101111 | 1100010 | 0 | 101011 | 100001111 | 1100000 | 11101 |
Color Harmonies of #4E0392
Complementary color
Monochromatic Colors of #4E0392
Black with #4E0392
Text Example
Text Example
White with #4E0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0392; }
p { color: rgb(78,3,146); }
H1.HeaderClassName
{
color: #4E0392;
}
.AnyTagClassName
{
color: #4E0392;
}
</style>
background-color css
<style>
a { background-color: #4E0392; }
a { background-color: rgb(78,3,146); }
div.DivClassName
{
background-color: #4E0392;
}
.BgClassName
{
background-color: #4E0392;
}
</style>
border-color css
<style>
span { border-color: #4E0392; }
span { border-color: rgb(78,3,146); }
td.TdClassName
{
border-color: #4E0392;
}
.TagClassName
{
border-color: #4E0392;
}
</style>