Shades of Indigo #4C0176
Tints of Indigo #4C0176
RGB
CMYK
RGB Variations
Color information
#4C0176 (or 0x4C0176) is known color: Indigo. HEX triplet: 4C, 01 and 76. RGB value is (76,1,118). Sum of RGB (Red+Green+Blue) = 76+1+118=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0176 is #B3FE89. Grayscale: #242424. Windows color (decimal): -11796106 or 7733580. OLE color: 7733580.
HSL color Cylindrical-coordinate representation of color #4C0176: hue angle of 278.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0176 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 1 | 118 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.54 |
| HSL | 278.46º | 0.98% | 0.23% | - |
| HSV(B) | 278.46º | 0.99% | 0.46% | - |
| XYZ | 6.26 | 2.87 | 17.36 | - |
| YUV | 36.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 118 | 0.36 | 0.99 | 0 | 0.54 | 278.46 | 0.98 | 0.23 |
| Hex | 4C | 1 | 76 | 24 | 63 | 0 | 36 | 116 | 62 | 17 |
| Octal | 114 | 1 | 166 | 44 | 143 | 0 | 66 | 426 | 142 | 27 |
| Binary | 1001100 | 1 | 1110110 | 100100 | 1100011 | 0 | 110110 | 100010110 | 1100010 | 10111 |
Color Harmonies of #4C0176
Complementary color
Monochromatic Colors of #4C0176
Black with #4C0176
Text Example
Text Example
White with #4C0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0176; }
p { color: rgb(76,1,118); }
H1.HeaderClassName
{
color: #4C0176;
}
.AnyTagClassName
{
color: #4C0176;
}
</style>
background-color css
<style>
a { background-color: #4C0176; }
a { background-color: rgb(76,1,118); }
div.DivClassName
{
background-color: #4C0176;
}
.BgClassName
{
background-color: #4C0176;
}
</style>
border-color css
<style>
span { border-color: #4C0176; }
span { border-color: rgb(76,1,118); }
td.TdClassName
{
border-color: #4C0176;
}
.TagClassName
{
border-color: #4C0176;
}
</style>