Shades of Indigo #4C168E
Tints of Indigo #4C168E
RGB
CMYK
RGB Variations
Color information
#4C168E (or 0x4C168E) is known color: Indigo. HEX triplet: 4C, 16 and 8E. RGB value is (76,22,142). Sum of RGB (Red+Green+Blue) = 76+22+142=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C168E is #B3E971. Grayscale: #333333. Windows color (decimal): -11790706 or 9311820. OLE color: 9311820.
HSL color Cylindrical-coordinate representation of color #4C168E: hue angle of 267º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C168E is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 22 | 142 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.44 |
| HSL | 267º | 0.73% | 0.32% | - |
| HSV(B) | 267º | 0.85% | 0.56% | - |
| XYZ | 8.15 | 4.06 | 25.95 | - |
| YUV | 51.83 | 178.89 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 142 | 0.46 | 0.85 | 0 | 0.44 | 267 | 0.73 | 0.32 |
| Hex | 4C | 16 | 8E | 2E | 55 | 0 | 2C | 10B | 49 | 20 |
| Octal | 114 | 26 | 216 | 56 | 125 | 0 | 54 | 413 | 111 | 40 |
| Binary | 1001100 | 10110 | 10001110 | 101110 | 1010101 | 0 | 101100 | 100001011 | 1001001 | 100000 |
Color Harmonies of #4C168E
Complementary color
Monochromatic Colors of #4C168E
Black with #4C168E
Text Example
Text Example
White with #4C168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C168E; }
p { color: rgb(76,22,142); }
H1.HeaderClassName
{
color: #4C168E;
}
.AnyTagClassName
{
color: #4C168E;
}
</style>
background-color css
<style>
a { background-color: #4C168E; }
a { background-color: rgb(76,22,142); }
div.DivClassName
{
background-color: #4C168E;
}
.BgClassName
{
background-color: #4C168E;
}
</style>
border-color css
<style>
span { border-color: #4C168E; }
span { border-color: rgb(76,22,142); }
td.TdClassName
{
border-color: #4C168E;
}
.TagClassName
{
border-color: #4C168E;
}
</style>