Shades of Indigo #4E0D92
Tints of Indigo #4E0D92
RGB
CMYK
RGB Variations
Color information
#4E0D92 (or 0x4E0D92) is known color: Indigo. HEX triplet: 4E, 0D and 92. RGB value is (78,13,146). Sum of RGB (Red+Green+Blue) = 78+13+146=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E0D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0D92 is #B1F26D. Grayscale: #2F2F2F. Windows color (decimal): -11661934 or 9571662. OLE color: 9571662.
HSL color Cylindrical-coordinate representation of color #4E0D92: hue angle of 269.32º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0D92 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 13 | 146 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.43 |
| HSL | 269.32º | 0.84% | 0.31% | - |
| HSV(B) | 269.32º | 0.91% | 0.57% | - |
| XYZ | 8.47 | 3.98 | 27.52 | - |
| YUV | 47.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 146 | 0.47 | 0.91 | 0 | 0.43 | 269.32 | 0.84 | 0.31 |
| Hex | 4E | D | 92 | 2F | 5B | 0 | 2B | 10D | 54 | 1F |
| Octal | 116 | 15 | 222 | 57 | 133 | 0 | 53 | 415 | 124 | 37 |
| Binary | 1001110 | 1101 | 10010010 | 101111 | 1011011 | 0 | 101011 | 100001101 | 1010100 | 11111 |
Color Harmonies of #4E0D92
Complementary color
Monochromatic Colors of #4E0D92
Black with #4E0D92
Text Example
Text Example
White with #4E0D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D92; }
p { color: rgb(78,13,146); }
H1.HeaderClassName
{
color: #4E0D92;
}
.AnyTagClassName
{
color: #4E0D92;
}
</style>
background-color css
<style>
a { background-color: #4E0D92; }
a { background-color: rgb(78,13,146); }
div.DivClassName
{
background-color: #4E0D92;
}
.BgClassName
{
background-color: #4E0D92;
}
</style>
border-color css
<style>
span { border-color: #4E0D92; }
span { border-color: rgb(78,13,146); }
td.TdClassName
{
border-color: #4E0D92;
}
.TagClassName
{
border-color: #4E0D92;
}
</style>