Shades of Indigo #4E0974
Tints of Indigo #4E0974
RGB
CMYK
RGB Variations
Color information
#4E0974 (or 0x4E0974) is known color: Indigo. HEX triplet: 4E, 09 and 74. RGB value is (78,9,116). Sum of RGB (Red+Green+Blue) = 78+9+116=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E0974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0974 is #B1F68B. Grayscale: #292929. Windows color (decimal): -11662988 or 7604558. OLE color: 7604558.
HSL color Cylindrical-coordinate representation of color #4E0974: hue angle of 278.69º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0974 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 9 | 116 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.55 |
| HSL | 278.69º | 0.86% | 0.25% | - |
| HSV(B) | 278.69º | 0.92% | 0.45% | - |
| XYZ | 6.39 | 3.08 | 16.78 | - |
| YUV | 41.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 116 | 0.33 | 0.92 | 0 | 0.55 | 278.69 | 0.86 | 0.25 |
| Hex | 4E | 9 | 74 | 21 | 5C | 0 | 37 | 117 | 56 | 19 |
| Octal | 116 | 11 | 164 | 41 | 134 | 0 | 67 | 427 | 126 | 31 |
| Binary | 1001110 | 1001 | 1110100 | 100001 | 1011100 | 0 | 110111 | 100010111 | 1010110 | 11001 |
Color Harmonies of #4E0974
Complementary color
Monochromatic Colors of #4E0974
Black with #4E0974
Text Example
Text Example
White with #4E0974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0974; }
p { color: rgb(78,9,116); }
H1.HeaderClassName
{
color: #4E0974;
}
.AnyTagClassName
{
color: #4E0974;
}
</style>
background-color css
<style>
a { background-color: #4E0974; }
a { background-color: rgb(78,9,116); }
div.DivClassName
{
background-color: #4E0974;
}
.BgClassName
{
background-color: #4E0974;
}
</style>
border-color css
<style>
span { border-color: #4E0974; }
span { border-color: rgb(78,9,116); }
td.TdClassName
{
border-color: #4E0974;
}
.TagClassName
{
border-color: #4E0974;
}
</style>