Shades of Indigo #4C0377
Tints of Indigo #4C0377
RGB
CMYK
RGB Variations
Color information
#4C0377 (or 0x4C0377) is known color: Indigo. HEX triplet: 4C, 03 and 77. RGB value is (76,3,119). Sum of RGB (Red+Green+Blue) = 76+3+119=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0377 is #B3FC88. Grayscale: #252525. Windows color (decimal): -11795593 or 7799628. OLE color: 7799628.
HSL color Cylindrical-coordinate representation of color #4C0377: hue angle of 277.76º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C0377 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 3 | 119 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.53 |
| HSL | 277.76º | 0.95% | 0.24% | - |
| HSV(B) | 277.76º | 0.97% | 0.47% | - |
| XYZ | 6.34 | 2.93 | 17.68 | - |
| YUV | 38.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 119 | 0.36 | 0.97 | 0 | 0.53 | 277.76 | 0.95 | 0.24 |
| Hex | 4C | 3 | 77 | 24 | 61 | 0 | 35 | 116 | 5F | 18 |
| Octal | 114 | 3 | 167 | 44 | 141 | 0 | 65 | 426 | 137 | 30 |
| Binary | 1001100 | 11 | 1110111 | 100100 | 1100001 | 0 | 110101 | 100010110 | 1011111 | 11000 |
Color Harmonies of #4C0377
Complementary color
Monochromatic Colors of #4C0377
Black with #4C0377
Text Example
Text Example
White with #4C0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0377; }
p { color: rgb(76,3,119); }
H1.HeaderClassName
{
color: #4C0377;
}
.AnyTagClassName
{
color: #4C0377;
}
</style>
background-color css
<style>
a { background-color: #4C0377; }
a { background-color: rgb(76,3,119); }
div.DivClassName
{
background-color: #4C0377;
}
.BgClassName
{
background-color: #4C0377;
}
</style>
border-color css
<style>
span { border-color: #4C0377; }
span { border-color: rgb(76,3,119); }
td.TdClassName
{
border-color: #4C0377;
}
.TagClassName
{
border-color: #4C0377;
}
</style>