Shades of Indigo #4C1174
Tints of Indigo #4C1174
RGB
CMYK
RGB Variations
Color information
#4C1174 (or 0x4C1174) is known color: Indigo. HEX triplet: 4C, 11 and 74. RGB value is (76,17,116). Sum of RGB (Red+Green+Blue) = 76+17+116=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C1174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1174 is #B3EE8B. Grayscale: #2D2D2D. Windows color (decimal): -11792012 or 7606604. OLE color: 7606604.
HSL color Cylindrical-coordinate representation of color #4C1174: hue angle of 275.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1174 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 17 | 116 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.55 |
| HSL | 275.76º | 0.74% | 0.26% | - |
| HSV(B) | 275.76º | 0.85% | 0.45% | - |
| XYZ | 6.33 | 3.2 | 16.81 | - |
| YUV | 45.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 116 | 0.34 | 0.85 | 0 | 0.55 | 275.76 | 0.74 | 0.26 |
| Hex | 4C | 11 | 74 | 22 | 55 | 0 | 37 | 114 | 4A | 1A |
| Octal | 114 | 21 | 164 | 42 | 125 | 0 | 67 | 424 | 112 | 32 |
| Binary | 1001100 | 10001 | 1110100 | 100010 | 1010101 | 0 | 110111 | 100010100 | 1001010 | 11010 |
Color Harmonies of #4C1174
Complementary color
Monochromatic Colors of #4C1174
Black with #4C1174
Text Example
Text Example
White with #4C1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1174; }
p { color: rgb(76,17,116); }
H1.HeaderClassName
{
color: #4C1174;
}
.AnyTagClassName
{
color: #4C1174;
}
</style>
background-color css
<style>
a { background-color: #4C1174; }
a { background-color: rgb(76,17,116); }
div.DivClassName
{
background-color: #4C1174;
}
.BgClassName
{
background-color: #4C1174;
}
</style>
border-color css
<style>
span { border-color: #4C1174; }
span { border-color: rgb(76,17,116); }
td.TdClassName
{
border-color: #4C1174;
}
.TagClassName
{
border-color: #4C1174;
}
</style>