Shades of Indigo #4A167A
Tints of Indigo #4A167A
RGB
CMYK
RGB Variations
Color information
#4A167A (or 0x4A167A) is known color: Indigo. HEX triplet: 4A, 16 and 7A. RGB value is (74,22,122). Sum of RGB (Red+Green+Blue) = 74+22+122=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A167A is #B5E985. Grayscale: #303030. Windows color (decimal): -11921798 or 8001098. OLE color: 8001098.
HSL color Cylindrical-coordinate representation of color #4A167A: hue angle of 271.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A167A is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 22 | 122 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.52 |
| HSL | 271.2º | 0.69% | 0.28% | - |
| HSV(B) | 271.2º | 0.82% | 0.48% | - |
| XYZ | 6.62 | 3.43 | 18.73 | - |
| YUV | 48.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 122 | 0.39 | 0.82 | 0 | 0.52 | 271.2 | 0.69 | 0.28 |
| Hex | 4A | 16 | 7A | 27 | 52 | 0 | 34 | 10F | 45 | 1C |
| Octal | 112 | 26 | 172 | 47 | 122 | 0 | 64 | 417 | 105 | 34 |
| Binary | 1001010 | 10110 | 1111010 | 100111 | 1010010 | 0 | 110100 | 100001111 | 1000101 | 11100 |
Color Harmonies of #4A167A
Complementary color
Monochromatic Colors of #4A167A
Black with #4A167A
Text Example
Text Example
White with #4A167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A167A; }
p { color: rgb(74,22,122); }
H1.HeaderClassName
{
color: #4A167A;
}
.AnyTagClassName
{
color: #4A167A;
}
</style>
background-color css
<style>
a { background-color: #4A167A; }
a { background-color: rgb(74,22,122); }
div.DivClassName
{
background-color: #4A167A;
}
.BgClassName
{
background-color: #4A167A;
}
</style>
border-color css
<style>
span { border-color: #4A167A; }
span { border-color: rgb(74,22,122); }
td.TdClassName
{
border-color: #4A167A;
}
.TagClassName
{
border-color: #4A167A;
}
</style>