Shades of Indigo #4E0366
Tints of Indigo #4E0366
RGB
CMYK
RGB Variations
Color information
#4E0366 (or 0x4E0366) is known color: Indigo. HEX triplet: 4E, 03 and 66. RGB value is (78,3,102). Sum of RGB (Red+Green+Blue) = 78+3+102=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E0366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0366 is #B1FC99. Grayscale: #242424. Windows color (decimal): -11664538 or 6685518. OLE color: 6685518.
HSL color Cylindrical-coordinate representation of color #4E0366: hue angle of 285.45º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0366 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 3 | 102 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.6 |
| HSL | 285.45º | 0.94% | 0.21% | - |
| HSV(B) | 285.45º | 0.97% | 0.4% | - |
| XYZ | 5.57 | 2.64 | 12.79 | - |
| YUV | 36.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 102 | 0.24 | 0.97 | 0 | 0.6 | 285.45 | 0.94 | 0.21 |
| Hex | 4E | 3 | 66 | 18 | 61 | 0 | 3C | 11D | 5E | 15 |
| Octal | 116 | 3 | 146 | 30 | 141 | 0 | 74 | 435 | 136 | 25 |
| Binary | 1001110 | 11 | 1100110 | 11000 | 1100001 | 0 | 111100 | 100011101 | 1011110 | 10101 |
Color Harmonies of #4E0366
Complementary color
Monochromatic Colors of #4E0366
Black with #4E0366
Text Example
Text Example
White with #4E0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0366; }
p { color: rgb(78,3,102); }
H1.HeaderClassName
{
color: #4E0366;
}
.AnyTagClassName
{
color: #4E0366;
}
</style>
background-color css
<style>
a { background-color: #4E0366; }
a { background-color: rgb(78,3,102); }
div.DivClassName
{
background-color: #4E0366;
}
.BgClassName
{
background-color: #4E0366;
}
</style>
border-color css
<style>
span { border-color: #4E0366; }
span { border-color: rgb(78,3,102); }
td.TdClassName
{
border-color: #4E0366;
}
.TagClassName
{
border-color: #4E0366;
}
</style>