Shades of Indigo #4C0379
Tints of Indigo #4C0379
RGB
CMYK
RGB Variations
Color information
#4C0379 (or 0x4C0379) is known color: Indigo. HEX triplet: 4C, 03 and 79. RGB value is (76,3,121). Sum of RGB (Red+Green+Blue) = 76+3+121=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C0379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0379 is #B3FC86. Grayscale: #252525. Windows color (decimal): -11795591 or 7930700. OLE color: 7930700.
HSL color Cylindrical-coordinate representation of color #4C0379: hue angle of 277.12º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C0379 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 3 | 121 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.53 |
| HSL | 277.12º | 0.95% | 0.24% | - |
| HSV(B) | 277.12º | 0.98% | 0.47% | - |
| XYZ | 6.46 | 2.98 | 18.32 | - |
| YUV | 38.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 121 | 0.37 | 0.98 | 0 | 0.53 | 277.12 | 0.95 | 0.24 |
| Hex | 4C | 3 | 79 | 25 | 62 | 0 | 35 | 115 | 5F | 18 |
| Octal | 114 | 3 | 171 | 45 | 142 | 0 | 65 | 425 | 137 | 30 |
| Binary | 1001100 | 11 | 1111001 | 100101 | 1100010 | 0 | 110101 | 100010101 | 1011111 | 11000 |
Color Harmonies of #4C0379
Complementary color
Monochromatic Colors of #4C0379
Black with #4C0379
Text Example
Text Example
White with #4C0379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0379; }
p { color: rgb(76,3,121); }
H1.HeaderClassName
{
color: #4C0379;
}
.AnyTagClassName
{
color: #4C0379;
}
</style>
background-color css
<style>
a { background-color: #4C0379; }
a { background-color: rgb(76,3,121); }
div.DivClassName
{
background-color: #4C0379;
}
.BgClassName
{
background-color: #4C0379;
}
</style>
border-color css
<style>
span { border-color: #4C0379; }
span { border-color: rgb(76,3,121); }
td.TdClassName
{
border-color: #4C0379;
}
.TagClassName
{
border-color: #4C0379;
}
</style>