Shades of Indigo #4E129F
Tints of Indigo #4E129F
RGB
CMYK
RGB Variations
Color information
#4E129F (or 0x4E129F) is known color: Indigo. HEX triplet: 4E, 12 and 9F. RGB value is (78,18,159). Sum of RGB (Red+Green+Blue) = 78+18+159=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E129F is #B1ED60. Grayscale: #333333. Windows color (decimal): -11660641 or 10424910. OLE color: 10424910.
HSL color Cylindrical-coordinate representation of color #4E129F: hue angle of 265.53º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E129F is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 18 | 159 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.38 |
| HSL | 265.53º | 0.8% | 0.35% | - |
| HSV(B) | 265.53º | 0.89% | 0.62% | - |
| XYZ | 9.62 | 4.56 | 33.17 | - |
| YUV | 52.01 | 188.38 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 159 | 0.51 | 0.89 | 0 | 0.38 | 265.53 | 0.8 | 0.35 |
| Hex | 4E | 12 | 9F | 33 | 59 | 0 | 26 | 10A | 50 | 23 |
| Octal | 116 | 22 | 237 | 63 | 131 | 0 | 46 | 412 | 120 | 43 |
| Binary | 1001110 | 10010 | 10011111 | 110011 | 1011001 | 0 | 100110 | 100001010 | 1010000 | 100011 |
Color Harmonies of #4E129F
Complementary color
Monochromatic Colors of #4E129F
Black with #4E129F
Text Example
Text Example
White with #4E129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E129F; }
p { color: rgb(78,18,159); }
H1.HeaderClassName
{
color: #4E129F;
}
.AnyTagClassName
{
color: #4E129F;
}
</style>
background-color css
<style>
a { background-color: #4E129F; }
a { background-color: rgb(78,18,159); }
div.DivClassName
{
background-color: #4E129F;
}
.BgClassName
{
background-color: #4E129F;
}
</style>
border-color css
<style>
span { border-color: #4E129F; }
span { border-color: rgb(78,18,159); }
td.TdClassName
{
border-color: #4E129F;
}
.TagClassName
{
border-color: #4E129F;
}
</style>