Shades of Indigo #4E0561
Tints of Indigo #4E0561
RGB
CMYK
RGB Variations
Color information
#4E0561 (or 0x4E0561) is known color: Indigo. HEX triplet: 4E, 05 and 61. RGB value is (78,5,97). Sum of RGB (Red+Green+Blue) = 78+5+97=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E0561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0561 is #B1FA9E. Grayscale: #252525. Windows color (decimal): -11664031 or 6358350. OLE color: 6358350.
HSL color Cylindrical-coordinate representation of color #4E0561: hue angle of 287.61º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0561 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 5 | 97 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.62 |
| HSL | 287.61º | 0.9% | 0.2% | - |
| HSV(B) | 287.61º | 0.95% | 0.38% | - |
| XYZ | 5.35 | 2.59 | 11.53 | - |
| YUV | 37.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 97 | 0.20 | 0.95 | 0 | 0.62 | 287.61 | 0.9 | 0.2 |
| Hex | 4E | 5 | 61 | 14 | 5F | 0 | 3E | 120 | 5A | 14 |
| Octal | 116 | 5 | 141 | 24 | 137 | 0 | 76 | 440 | 132 | 24 |
| Binary | 1001110 | 101 | 1100001 | 10100 | 1011111 | 0 | 111110 | 100100000 | 1011010 | 10100 |
Color Harmonies of #4E0561
Complementary color
Monochromatic Colors of #4E0561
Black with #4E0561
Text Example
Text Example
White with #4E0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0561; }
p { color: rgb(78,5,97); }
H1.HeaderClassName
{
color: #4E0561;
}
.AnyTagClassName
{
color: #4E0561;
}
</style>
background-color css
<style>
a { background-color: #4E0561; }
a { background-color: rgb(78,5,97); }
div.DivClassName
{
background-color: #4E0561;
}
.BgClassName
{
background-color: #4E0561;
}
</style>
border-color css
<style>
span { border-color: #4E0561; }
span { border-color: rgb(78,5,97); }
td.TdClassName
{
border-color: #4E0561;
}
.TagClassName
{
border-color: #4E0561;
}
</style>