Shades of Indigo #4C0071
Tints of Indigo #4C0071
RGB
CMYK
RGB Variations
Color information
#4C0071 (or 0x4C0071) is known color: Indigo. HEX triplet: 4C, 00 and 71. RGB value is (76,0,113). Sum of RGB (Red+Green+Blue) = 76+0+113=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0071 is #B3FF8E. Grayscale: #232323. Windows color (decimal): -11796367 or 7405644. OLE color: 7405644.
HSL color Cylindrical-coordinate representation of color #4C0071: hue angle of 280.35º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0071 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 0 | 113 | - |
| CMYK | 0.33 | 1 | 0 | 0.56 |
| HSL | 280.35º | 1% | 0.22% | - |
| HSV(B) | 280.35º | 1% | 0.44% | - |
| XYZ | 5.96 | 2.73 | 15.84 | - |
| YUV | 35.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 113 | 0.33 | 1 | 0 | 0.56 | 280.35 | 1 | 0.22 |
| Hex | 4C | 0 | 71 | 21 | 64 | 0 | 38 | 118 | 64 | 16 |
| Octal | 114 | 0 | 161 | 41 | 144 | 0 | 70 | 430 | 144 | 26 |
| Binary | 1001100 | 0 | 1110001 | 100001 | 1100100 | 0 | 111000 | 100011000 | 1100100 | 10110 |
Color Harmonies of #4C0071
Complementary color
Monochromatic Colors of #4C0071
Black with #4C0071
Text Example
Text Example
White with #4C0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0071; }
p { color: rgb(76,0,113); }
H1.HeaderClassName
{
color: #4C0071;
}
.AnyTagClassName
{
color: #4C0071;
}
</style>
background-color css
<style>
a { background-color: #4C0071; }
a { background-color: rgb(76,0,113); }
div.DivClassName
{
background-color: #4C0071;
}
.BgClassName
{
background-color: #4C0071;
}
</style>
border-color css
<style>
span { border-color: #4C0071; }
span { border-color: rgb(76,0,113); }
td.TdClassName
{
border-color: #4C0071;
}
.TagClassName
{
border-color: #4C0071;
}
</style>