Shades of Indigo #4C0171
Tints of Indigo #4C0171
RGB
CMYK
RGB Variations
Color information
#4C0171 (or 0x4C0171) is known color: Indigo. HEX triplet: 4C, 01 and 71. RGB value is (76,1,113). Sum of RGB (Red+Green+Blue) = 76+1+113=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0171 is #B3FE8E. Grayscale: #232323. Windows color (decimal): -11796111 or 7405900. OLE color: 7405900.
HSL color Cylindrical-coordinate representation of color #4C0171: hue angle of 280.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0171 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 1 | 113 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.56 |
| HSL | 280.18º | 0.98% | 0.22% | - |
| HSV(B) | 280.18º | 0.99% | 0.44% | - |
| XYZ | 5.97 | 2.75 | 15.84 | - |
| YUV | 36.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 113 | 0.33 | 0.99 | 0 | 0.56 | 280.18 | 0.98 | 0.22 |
| Hex | 4C | 1 | 71 | 21 | 63 | 0 | 38 | 118 | 62 | 16 |
| Octal | 114 | 1 | 161 | 41 | 143 | 0 | 70 | 430 | 142 | 26 |
| Binary | 1001100 | 1 | 1110001 | 100001 | 1100011 | 0 | 111000 | 100011000 | 1100010 | 10110 |
Color Harmonies of #4C0171
Complementary color
Monochromatic Colors of #4C0171
Black with #4C0171
Text Example
Text Example
White with #4C0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0171; }
p { color: rgb(76,1,113); }
H1.HeaderClassName
{
color: #4C0171;
}
.AnyTagClassName
{
color: #4C0171;
}
</style>
background-color css
<style>
a { background-color: #4C0171; }
a { background-color: rgb(76,1,113); }
div.DivClassName
{
background-color: #4C0171;
}
.BgClassName
{
background-color: #4C0171;
}
</style>
border-color css
<style>
span { border-color: #4C0171; }
span { border-color: rgb(76,1,113); }
td.TdClassName
{
border-color: #4C0171;
}
.TagClassName
{
border-color: #4C0171;
}
</style>