Shades of Indigo #4A168C
Tints of Indigo #4A168C
RGB
CMYK
RGB Variations
Color information
#4A168C (or 0x4A168C) is known color: Indigo. HEX triplet: 4A, 16 and 8C. RGB value is (74,22,140). Sum of RGB (Red+Green+Blue) = 74+22+140=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A168C is #B5E973. Grayscale: #323232. Windows color (decimal): -11921780 or 9180746. OLE color: 9180746.
HSL color Cylindrical-coordinate representation of color #4A168C: hue angle of 266.44º 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 #4A168C is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 22 | 140 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.45 |
| HSL | 266.44º | 0.73% | 0.32% | - |
| HSV(B) | 266.44º | 0.84% | 0.55% | - |
| XYZ | 7.84 | 3.92 | 25.15 | - |
| YUV | 51 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 140 | 0.47 | 0.84 | 0 | 0.45 | 266.44 | 0.73 | 0.32 |
| Hex | 4A | 16 | 8C | 2F | 54 | 0 | 2D | 10A | 49 | 20 |
| Octal | 112 | 26 | 214 | 57 | 124 | 0 | 55 | 412 | 111 | 40 |
| Binary | 1001010 | 10110 | 10001100 | 101111 | 1010100 | 0 | 101101 | 100001010 | 1001001 | 100000 |
Color Harmonies of #4A168C
Complementary color
Monochromatic Colors of #4A168C
Black with #4A168C
Text Example
Text Example
White with #4A168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A168C; }
p { color: rgb(74,22,140); }
H1.HeaderClassName
{
color: #4A168C;
}
.AnyTagClassName
{
color: #4A168C;
}
</style>
background-color css
<style>
a { background-color: #4A168C; }
a { background-color: rgb(74,22,140); }
div.DivClassName
{
background-color: #4A168C;
}
.BgClassName
{
background-color: #4A168C;
}
</style>
border-color css
<style>
span { border-color: #4A168C; }
span { border-color: rgb(74,22,140); }
td.TdClassName
{
border-color: #4A168C;
}
.TagClassName
{
border-color: #4A168C;
}
</style>