Shades of Indigo #4C168B
Tints of Indigo #4C168B
RGB
CMYK
RGB Variations
Color information
#4C168B (or 0x4C168B) is known color: Indigo. HEX triplet: 4C, 16 and 8B. RGB value is (76,22,139). Sum of RGB (Red+Green+Blue) = 76+22+139=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C168B is #B3E974. Grayscale: #333333. Windows color (decimal): -11790709 or 9115212. OLE color: 9115212.
HSL color Cylindrical-coordinate representation of color #4C168B: hue angle of 267.69º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C168B is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 22 | 139 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.45 |
| HSL | 267.69º | 0.73% | 0.32% | - |
| HSV(B) | 267.69º | 0.84% | 0.55% | - |
| XYZ | 7.93 | 3.97 | 24.78 | - |
| YUV | 51.48 | 177.39 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 139 | 0.45 | 0.84 | 0 | 0.45 | 267.69 | 0.73 | 0.32 |
| Hex | 4C | 16 | 8B | 2D | 54 | 0 | 2D | 10C | 49 | 20 |
| Octal | 114 | 26 | 213 | 55 | 124 | 0 | 55 | 414 | 111 | 40 |
| Binary | 1001100 | 10110 | 10001011 | 101101 | 1010100 | 0 | 101101 | 100001100 | 1001001 | 100000 |
Color Harmonies of #4C168B
Complementary color
Monochromatic Colors of #4C168B
Black with #4C168B
Text Example
Text Example
White with #4C168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C168B; }
p { color: rgb(76,22,139); }
H1.HeaderClassName
{
color: #4C168B;
}
.AnyTagClassName
{
color: #4C168B;
}
</style>
background-color css
<style>
a { background-color: #4C168B; }
a { background-color: rgb(76,22,139); }
div.DivClassName
{
background-color: #4C168B;
}
.BgClassName
{
background-color: #4C168B;
}
</style>
border-color css
<style>
span { border-color: #4C168B; }
span { border-color: rgb(76,22,139); }
td.TdClassName
{
border-color: #4C168B;
}
.TagClassName
{
border-color: #4C168B;
}
</style>