Shades of Indigo #4C1076
Tints of Indigo #4C1076
RGB
CMYK
RGB Variations
Color information
#4C1076 (or 0x4C1076) is known color: Indigo. HEX triplet: 4C, 10 and 76. RGB value is (76,16,118). Sum of RGB (Red+Green+Blue) = 76+16+118=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C1076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1076 is #B3EF89. Grayscale: #2D2D2D. Windows color (decimal): -11792266 or 7737420. OLE color: 7737420.
HSL color Cylindrical-coordinate representation of color #4C1076: hue angle of 275.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1076 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 16 | 118 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.54 |
| HSL | 275.29º | 0.76% | 0.26% | - |
| HSV(B) | 275.29º | 0.86% | 0.46% | - |
| XYZ | 6.44 | 3.22 | 17.42 | - |
| YUV | 45.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 118 | 0.36 | 0.86 | 0 | 0.54 | 275.29 | 0.76 | 0.26 |
| Hex | 4C | 10 | 76 | 24 | 56 | 0 | 36 | 113 | 4C | 1A |
| Octal | 114 | 20 | 166 | 44 | 126 | 0 | 66 | 423 | 114 | 32 |
| Binary | 1001100 | 10000 | 1110110 | 100100 | 1010110 | 0 | 110110 | 100010011 | 1001100 | 11010 |
Color Harmonies of #4C1076
Complementary color
Monochromatic Colors of #4C1076
Black with #4C1076
Text Example
Text Example
White with #4C1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1076; }
p { color: rgb(76,16,118); }
H1.HeaderClassName
{
color: #4C1076;
}
.AnyTagClassName
{
color: #4C1076;
}
</style>
background-color css
<style>
a { background-color: #4C1076; }
a { background-color: rgb(76,16,118); }
div.DivClassName
{
background-color: #4C1076;
}
.BgClassName
{
background-color: #4C1076;
}
</style>
border-color css
<style>
span { border-color: #4C1076; }
span { border-color: rgb(76,16,118); }
td.TdClassName
{
border-color: #4C1076;
}
.TagClassName
{
border-color: #4C1076;
}
</style>