Shades of Indigo #4C0D78
Tints of Indigo #4C0D78
RGB
CMYK
RGB Variations
Color information
#4C0D78 (or 0x4C0D78) is known color: Indigo. HEX triplet: 4C, 0D and 78. RGB value is (76,13,120). Sum of RGB (Red+Green+Blue) = 76+13+120=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C0D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D78 is #B3F287. Grayscale: #2B2B2B. Windows color (decimal): -11793032 or 7867724. OLE color: 7867724.
HSL color Cylindrical-coordinate representation of color #4C0D78: hue angle of 275.33º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0D78 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 13 | 120 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.53 |
| HSL | 275.33º | 0.8% | 0.26% | - |
| HSV(B) | 275.33º | 0.89% | 0.47% | - |
| XYZ | 6.51 | 3.18 | 18.04 | - |
| YUV | 44.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 120 | 0.37 | 0.89 | 0 | 0.53 | 275.33 | 0.8 | 0.26 |
| Hex | 4C | D | 78 | 25 | 59 | 0 | 35 | 113 | 50 | 1A |
| Octal | 114 | 15 | 170 | 45 | 131 | 0 | 65 | 423 | 120 | 32 |
| Binary | 1001100 | 1101 | 1111000 | 100101 | 1011001 | 0 | 110101 | 100010011 | 1010000 | 11010 |
Color Harmonies of #4C0D78
Complementary color
Monochromatic Colors of #4C0D78
Black with #4C0D78
Text Example
Text Example
White with #4C0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0D78; }
p { color: rgb(76,13,120); }
H1.HeaderClassName
{
color: #4C0D78;
}
.AnyTagClassName
{
color: #4C0D78;
}
</style>
background-color css
<style>
a { background-color: #4C0D78; }
a { background-color: rgb(76,13,120); }
div.DivClassName
{
background-color: #4C0D78;
}
.BgClassName
{
background-color: #4C0D78;
}
</style>
border-color css
<style>
span { border-color: #4C0D78; }
span { border-color: rgb(76,13,120); }
td.TdClassName
{
border-color: #4C0D78;
}
.TagClassName
{
border-color: #4C0D78;
}
</style>