Shades of Indigo #4A046E
Tints of Indigo #4A046E
RGB
CMYK
RGB Variations
Color information
#4A046E (or 0x4A046E) is known color: Indigo. HEX triplet: 4A, 04 and 6E. RGB value is (74,4,110). Sum of RGB (Red+Green+Blue) = 74+4+110=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A046E is #B5FB91. Grayscale: #242424. Windows color (decimal): -11926418 or 7210058. OLE color: 7210058.
HSL color Cylindrical-coordinate representation of color #4A046E: hue angle of 279.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A046E is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 4 | 110 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.57 |
| HSL | 279.62º | 0.93% | 0.22% | - |
| HSV(B) | 279.62º | 0.96% | 0.43% | - |
| XYZ | 5.68 | 2.67 | 14.97 | - |
| YUV | 37.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 110 | 0.33 | 0.96 | 0 | 0.57 | 279.62 | 0.93 | 0.22 |
| Hex | 4A | 4 | 6E | 21 | 60 | 0 | 39 | 118 | 5D | 16 |
| Octal | 112 | 4 | 156 | 41 | 140 | 0 | 71 | 430 | 135 | 26 |
| Binary | 1001010 | 100 | 1101110 | 100001 | 1100000 | 0 | 111001 | 100011000 | 1011101 | 10110 |
Color Harmonies of #4A046E
Complementary color
Monochromatic Colors of #4A046E
Black with #4A046E
Text Example
Text Example
White with #4A046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A046E; }
p { color: rgb(74,4,110); }
H1.HeaderClassName
{
color: #4A046E;
}
.AnyTagClassName
{
color: #4A046E;
}
</style>
background-color css
<style>
a { background-color: #4A046E; }
a { background-color: rgb(74,4,110); }
div.DivClassName
{
background-color: #4A046E;
}
.BgClassName
{
background-color: #4A046E;
}
</style>
border-color css
<style>
span { border-color: #4A046E; }
span { border-color: rgb(74,4,110); }
td.TdClassName
{
border-color: #4A046E;
}
.TagClassName
{
border-color: #4A046E;
}
</style>