Shades of Indigo #4C055E
Tints of Indigo #4C055E
RGB
CMYK
RGB Variations
Color information
#4C055E (or 0x4C055E) is known color: Indigo. HEX triplet: 4C, 05 and 5E. RGB value is (76,5,94). Sum of RGB (Red+Green+Blue) = 76+5+94=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C055E is #B3FAA1. Grayscale: #242424. Windows color (decimal): -11795106 or 6161740. OLE color: 6161740.
HSL color Cylindrical-coordinate representation of color #4C055E: hue angle of 287.87º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C055E is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 5 | 94 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.63 |
| HSL | 287.87º | 0.9% | 0.19% | - |
| HSV(B) | 287.87º | 0.95% | 0.37% | - |
| XYZ | 5.06 | 2.45 | 10.8 | - |
| YUV | 36.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 94 | 0.19 | 0.95 | 0 | 0.63 | 287.87 | 0.9 | 0.19 |
| Hex | 4C | 5 | 5E | 13 | 5F | 0 | 3F | 120 | 5A | 13 |
| Octal | 114 | 5 | 136 | 23 | 137 | 0 | 77 | 440 | 132 | 23 |
| Binary | 1001100 | 101 | 1011110 | 10011 | 1011111 | 0 | 111111 | 100100000 | 1011010 | 10011 |
Color Harmonies of #4C055E
Complementary color
Monochromatic Colors of #4C055E
Black with #4C055E
Text Example
Text Example
White with #4C055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C055E; }
p { color: rgb(76,5,94); }
H1.HeaderClassName
{
color: #4C055E;
}
.AnyTagClassName
{
color: #4C055E;
}
</style>
background-color css
<style>
a { background-color: #4C055E; }
a { background-color: rgb(76,5,94); }
div.DivClassName
{
background-color: #4C055E;
}
.BgClassName
{
background-color: #4C055E;
}
</style>
border-color css
<style>
span { border-color: #4C055E; }
span { border-color: rgb(76,5,94); }
td.TdClassName
{
border-color: #4C055E;
}
.TagClassName
{
border-color: #4C055E;
}
</style>