Shades of Indigo #4C0E73
Tints of Indigo #4C0E73
RGB
CMYK
RGB Variations
Color information
#4C0E73 (or 0x4C0E73) is known color: Indigo. HEX triplet: 4C, 0E and 73. RGB value is (76,14,115). Sum of RGB (Red+Green+Blue) = 76+14+115=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C0E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0E73 is #B3F18C. Grayscale: #2B2B2B. Windows color (decimal): -11792781 or 7540300. OLE color: 7540300.
HSL color Cylindrical-coordinate representation of color #4C0E73: hue angle of 276.83º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0E73 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 14 | 115 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.55 |
| HSL | 276.83º | 0.78% | 0.25% | - |
| HSV(B) | 276.83º | 0.88% | 0.45% | - |
| XYZ | 6.23 | 3.09 | 16.49 | - |
| YUV | 44.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 115 | 0.34 | 0.88 | 0 | 0.55 | 276.83 | 0.78 | 0.25 |
| Hex | 4C | E | 73 | 22 | 58 | 0 | 37 | 115 | 4E | 19 |
| Octal | 114 | 16 | 163 | 42 | 130 | 0 | 67 | 425 | 116 | 31 |
| Binary | 1001100 | 1110 | 1110011 | 100010 | 1011000 | 0 | 110111 | 100010101 | 1001110 | 11001 |
Color Harmonies of #4C0E73
Complementary color
Monochromatic Colors of #4C0E73
Black with #4C0E73
Text Example
Text Example
White with #4C0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E73; }
p { color: rgb(76,14,115); }
H1.HeaderClassName
{
color: #4C0E73;
}
.AnyTagClassName
{
color: #4C0E73;
}
</style>
background-color css
<style>
a { background-color: #4C0E73; }
a { background-color: rgb(76,14,115); }
div.DivClassName
{
background-color: #4C0E73;
}
.BgClassName
{
background-color: #4C0E73;
}
</style>
border-color css
<style>
span { border-color: #4C0E73; }
span { border-color: rgb(76,14,115); }
td.TdClassName
{
border-color: #4C0E73;
}
.TagClassName
{
border-color: #4C0E73;
}
</style>