Shades of Indigo #4C0276
Tints of Indigo #4C0276
RGB
CMYK
RGB Variations
Color information
#4C0276 (or 0x4C0276) is known color: Indigo. HEX triplet: 4C, 02 and 76. RGB value is (76,2,118). Sum of RGB (Red+Green+Blue) = 76+2+118=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C0276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0276 is #B3FD89. Grayscale: #242424. Windows color (decimal): -11795850 or 7733836. OLE color: 7733836.
HSL color Cylindrical-coordinate representation of color #4C0276: hue angle of 278.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C0276 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 2 | 118 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.54 |
| HSL | 278.28º | 0.97% | 0.24% | - |
| HSV(B) | 278.28º | 0.98% | 0.46% | - |
| XYZ | 6.27 | 2.89 | 17.37 | - |
| YUV | 37.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 118 | 0.36 | 0.98 | 0 | 0.54 | 278.28 | 0.97 | 0.24 |
| Hex | 4C | 2 | 76 | 24 | 62 | 0 | 36 | 116 | 61 | 18 |
| Octal | 114 | 2 | 166 | 44 | 142 | 0 | 66 | 426 | 141 | 30 |
| Binary | 1001100 | 10 | 1110110 | 100100 | 1100010 | 0 | 110110 | 100010110 | 1100001 | 11000 |
Color Harmonies of #4C0276
Complementary color
Monochromatic Colors of #4C0276
Black with #4C0276
Text Example
Text Example
White with #4C0276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0276; }
p { color: rgb(76,2,118); }
H1.HeaderClassName
{
color: #4C0276;
}
.AnyTagClassName
{
color: #4C0276;
}
</style>
background-color css
<style>
a { background-color: #4C0276; }
a { background-color: rgb(76,2,118); }
div.DivClassName
{
background-color: #4C0276;
}
.BgClassName
{
background-color: #4C0276;
}
</style>
border-color css
<style>
span { border-color: #4C0276; }
span { border-color: rgb(76,2,118); }
td.TdClassName
{
border-color: #4C0276;
}
.TagClassName
{
border-color: #4C0276;
}
</style>