Shades of Indigo #4E0469
Tints of Indigo #4E0469
RGB
CMYK
RGB Variations
Color information
#4E0469 (or 0x4E0469) is known color: Indigo. HEX triplet: 4E, 04 and 69. RGB value is (78,4,105). Sum of RGB (Red+Green+Blue) = 78+4+105=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E0469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0469 is #B1FB96. Grayscale: #252525. Windows color (decimal): -11664279 or 6882382. OLE color: 6882382.
HSL color Cylindrical-coordinate representation of color #4E0469: hue angle of 283.96º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0469 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 4 | 105 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.59 |
| HSL | 283.96º | 0.93% | 0.21% | - |
| HSV(B) | 283.96º | 0.96% | 0.41% | - |
| XYZ | 5.74 | 2.73 | 13.59 | - |
| YUV | 37.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 105 | 0.26 | 0.96 | 0 | 0.59 | 283.96 | 0.93 | 0.21 |
| Hex | 4E | 4 | 69 | 1A | 60 | 0 | 3B | 11C | 5D | 15 |
| Octal | 116 | 4 | 151 | 32 | 140 | 0 | 73 | 434 | 135 | 25 |
| Binary | 1001110 | 100 | 1101001 | 11010 | 1100000 | 0 | 111011 | 100011100 | 1011101 | 10101 |
Color Harmonies of #4E0469
Complementary color
Monochromatic Colors of #4E0469
Black with #4E0469
Text Example
Text Example
White with #4E0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0469; }
p { color: rgb(78,4,105); }
H1.HeaderClassName
{
color: #4E0469;
}
.AnyTagClassName
{
color: #4E0469;
}
</style>
background-color css
<style>
a { background-color: #4E0469; }
a { background-color: rgb(78,4,105); }
div.DivClassName
{
background-color: #4E0469;
}
.BgClassName
{
background-color: #4E0469;
}
</style>
border-color css
<style>
span { border-color: #4E0469; }
span { border-color: rgb(78,4,105); }
td.TdClassName
{
border-color: #4E0469;
}
.TagClassName
{
border-color: #4E0469;
}
</style>