Shades of Indigo #4C0D72
Tints of Indigo #4C0D72
RGB
CMYK
RGB Variations
Color information
#4C0D72 (or 0x4C0D72) is known color: Indigo. HEX triplet: 4C, 0D and 72. RGB value is (76,13,114). Sum of RGB (Red+Green+Blue) = 76+13+114=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C0D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D72 is #B3F28D. Grayscale: #2B2B2B. Windows color (decimal): -11793038 or 7474508. OLE color: 7474508.
HSL color Cylindrical-coordinate representation of color #4C0D72: hue angle of 277.43º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0D72 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 13 | 114 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.55 |
| HSL | 277.43º | 0.8% | 0.25% | - |
| HSV(B) | 277.43º | 0.89% | 0.45% | - |
| XYZ | 6.16 | 3.04 | 16.18 | - |
| YUV | 43.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 114 | 0.33 | 0.89 | 0 | 0.55 | 277.43 | 0.8 | 0.25 |
| Hex | 4C | D | 72 | 21 | 59 | 0 | 37 | 115 | 50 | 19 |
| Octal | 114 | 15 | 162 | 41 | 131 | 0 | 67 | 425 | 120 | 31 |
| Binary | 1001100 | 1101 | 1110010 | 100001 | 1011001 | 0 | 110111 | 100010101 | 1010000 | 11001 |
Color Harmonies of #4C0D72
Complementary color
Monochromatic Colors of #4C0D72
Black with #4C0D72
Text Example
Text Example
White with #4C0D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0D72; }
p { color: rgb(76,13,114); }
H1.HeaderClassName
{
color: #4C0D72;
}
.AnyTagClassName
{
color: #4C0D72;
}
</style>
background-color css
<style>
a { background-color: #4C0D72; }
a { background-color: rgb(76,13,114); }
div.DivClassName
{
background-color: #4C0D72;
}
.BgClassName
{
background-color: #4C0D72;
}
</style>
border-color css
<style>
span { border-color: #4C0D72; }
span { border-color: rgb(76,13,114); }
td.TdClassName
{
border-color: #4C0D72;
}
.TagClassName
{
border-color: #4C0D72;
}
</style>