Shades of Indigo #4C1071
Tints of Indigo #4C1071
RGB
CMYK
RGB Variations
Color information
#4C1071 (or 0x4C1071) is known color: Indigo. HEX triplet: 4C, 10 and 71. RGB value is (76,16,113). Sum of RGB (Red+Green+Blue) = 76+16+113=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C1071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1071 is #B3EF8E. Grayscale: #2C2C2C. Windows color (decimal): -11792271 or 7409740. OLE color: 7409740.
HSL color Cylindrical-coordinate representation of color #4C1071: hue angle of 277.11º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1071 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 16 | 113 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.56 |
| HSL | 277.11º | 0.75% | 0.25% | - |
| HSV(B) | 277.11º | 0.86% | 0.44% | - |
| XYZ | 6.15 | 3.1 | 15.9 | - |
| YUV | 45 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 113 | 0.33 | 0.86 | 0 | 0.56 | 277.11 | 0.75 | 0.25 |
| Hex | 4C | 10 | 71 | 21 | 56 | 0 | 38 | 115 | 4B | 19 |
| Octal | 114 | 20 | 161 | 41 | 126 | 0 | 70 | 425 | 113 | 31 |
| Binary | 1001100 | 10000 | 1110001 | 100001 | 1010110 | 0 | 111000 | 100010101 | 1001011 | 11001 |
Color Harmonies of #4C1071
Complementary color
Monochromatic Colors of #4C1071
Black with #4C1071
Text Example
Text Example
White with #4C1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1071; }
p { color: rgb(76,16,113); }
H1.HeaderClassName
{
color: #4C1071;
}
.AnyTagClassName
{
color: #4C1071;
}
</style>
background-color css
<style>
a { background-color: #4C1071; }
a { background-color: rgb(76,16,113); }
div.DivClassName
{
background-color: #4C1071;
}
.BgClassName
{
background-color: #4C1071;
}
</style>
border-color css
<style>
span { border-color: #4C1071; }
span { border-color: rgb(76,16,113); }
td.TdClassName
{
border-color: #4C1071;
}
.TagClassName
{
border-color: #4C1071;
}
</style>