Shades of Indigo #4E0669
Tints of Indigo #4E0669
RGB
CMYK
RGB Variations
Color information
#4E0669 (or 0x4E0669) is known color: Indigo. HEX triplet: 4E, 06 and 69. RGB value is (78,6,105). Sum of RGB (Red+Green+Blue) = 78+6+105=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E0669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0669 is #B1F996. Grayscale: #262626. Windows color (decimal): -11663767 or 6882894. OLE color: 6882894.
HSL color Cylindrical-coordinate representation of color #4E0669: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0669 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 6 | 105 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.59 |
| HSL | 283.64º | 0.89% | 0.22% | - |
| HSV(B) | 283.64º | 0.94% | 0.41% | - |
| XYZ | 5.76 | 2.77 | 13.6 | - |
| YUV | 38.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 105 | 0.26 | 0.94 | 0 | 0.59 | 283.64 | 0.89 | 0.22 |
| Hex | 4E | 6 | 69 | 1A | 5E | 0 | 3B | 11C | 59 | 16 |
| Octal | 116 | 6 | 151 | 32 | 136 | 0 | 73 | 434 | 131 | 26 |
| Binary | 1001110 | 110 | 1101001 | 11010 | 1011110 | 0 | 111011 | 100011100 | 1011001 | 10110 |
Color Harmonies of #4E0669
Complementary color
Monochromatic Colors of #4E0669
Black with #4E0669
Text Example
Text Example
White with #4E0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0669; }
p { color: rgb(78,6,105); }
H1.HeaderClassName
{
color: #4E0669;
}
.AnyTagClassName
{
color: #4E0669;
}
</style>
background-color css
<style>
a { background-color: #4E0669; }
a { background-color: rgb(78,6,105); }
div.DivClassName
{
background-color: #4E0669;
}
.BgClassName
{
background-color: #4E0669;
}
</style>
border-color css
<style>
span { border-color: #4E0669; }
span { border-color: rgb(78,6,105); }
td.TdClassName
{
border-color: #4E0669;
}
.TagClassName
{
border-color: #4E0669;
}
</style>