Shades of Indigo #4E0663
Tints of Indigo #4E0663
RGB
CMYK
RGB Variations
Color information
#4E0663 (or 0x4E0663) is known color: Indigo. HEX triplet: 4E, 06 and 63. RGB value is (78,6,99). Sum of RGB (Red+Green+Blue) = 78+6+99=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E0663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0663 is #B1F99C. Grayscale: #252525. Windows color (decimal): -11663773 or 6489678. OLE color: 6489678.
HSL color Cylindrical-coordinate representation of color #4E0663: hue angle of 286.45º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0663 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 6 | 99 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.61 |
| HSL | 286.45º | 0.89% | 0.21% | - |
| HSV(B) | 286.45º | 0.94% | 0.39% | - |
| XYZ | 5.46 | 2.65 | 12.03 | - |
| YUV | 38.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 99 | 0.21 | 0.94 | 0 | 0.61 | 286.45 | 0.89 | 0.21 |
| Hex | 4E | 6 | 63 | 15 | 5E | 0 | 3D | 11E | 59 | 15 |
| Octal | 116 | 6 | 143 | 25 | 136 | 0 | 75 | 436 | 131 | 25 |
| Binary | 1001110 | 110 | 1100011 | 10101 | 1011110 | 0 | 111101 | 100011110 | 1011001 | 10101 |
Color Harmonies of #4E0663
Complementary color
Monochromatic Colors of #4E0663
Black with #4E0663
Text Example
Text Example
White with #4E0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0663; }
p { color: rgb(78,6,99); }
H1.HeaderClassName
{
color: #4E0663;
}
.AnyTagClassName
{
color: #4E0663;
}
</style>
background-color css
<style>
a { background-color: #4E0663; }
a { background-color: rgb(78,6,99); }
div.DivClassName
{
background-color: #4E0663;
}
.BgClassName
{
background-color: #4E0663;
}
</style>
border-color css
<style>
span { border-color: #4E0663; }
span { border-color: rgb(78,6,99); }
td.TdClassName
{
border-color: #4E0663;
}
.TagClassName
{
border-color: #4E0663;
}
</style>