Shades of Indigo #4C0074
Tints of Indigo #4C0074
RGB
CMYK
RGB Variations
Color information
#4C0074 (or 0x4C0074) is known color: Indigo. HEX triplet: 4C, 00 and 74. RGB value is (76,0,116). Sum of RGB (Red+Green+Blue) = 76+0+116=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C0074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0074 is #B3FF8B. Grayscale: #232323. Windows color (decimal): -11796364 or 7602252. OLE color: 7602252.
HSL color Cylindrical-coordinate representation of color #4C0074: hue angle of 279.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0074 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 0 | 116 | - |
| CMYK | 0.34 | 1 | 0 | 0.55 |
| HSL | 279.31º | 1% | 0.23% | - |
| HSV(B) | 279.31º | 1% | 0.45% | - |
| XYZ | 6.13 | 2.8 | 16.74 | - |
| YUV | 35.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 116 | 0.34 | 1 | 0 | 0.55 | 279.31 | 1 | 0.23 |
| Hex | 4C | 0 | 74 | 22 | 64 | 0 | 37 | 117 | 64 | 17 |
| Octal | 114 | 0 | 164 | 42 | 144 | 0 | 67 | 427 | 144 | 27 |
| Binary | 1001100 | 0 | 1110100 | 100010 | 1100100 | 0 | 110111 | 100010111 | 1100100 | 10111 |
Color Harmonies of #4C0074
Complementary color
Monochromatic Colors of #4C0074
Black with #4C0074
Text Example
Text Example
White with #4C0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0074; }
p { color: rgb(76,0,116); }
H1.HeaderClassName
{
color: #4C0074;
}
.AnyTagClassName
{
color: #4C0074;
}
</style>
background-color css
<style>
a { background-color: #4C0074; }
a { background-color: rgb(76,0,116); }
div.DivClassName
{
background-color: #4C0074;
}
.BgClassName
{
background-color: #4C0074;
}
</style>
border-color css
<style>
span { border-color: #4C0074; }
span { border-color: rgb(76,0,116); }
td.TdClassName
{
border-color: #4C0074;
}
.TagClassName
{
border-color: #4C0074;
}
</style>