Shades of Indigo #4A046A
Tints of Indigo #4A046A
RGB
CMYK
RGB Variations
Color information
#4A046A (or 0x4A046A) is known color: Indigo. HEX triplet: 4A, 04 and 6A. RGB value is (74,4,106). Sum of RGB (Red+Green+Blue) = 74+4+106=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A046A is #B5FB95. Grayscale: #242424. Windows color (decimal): -11926422 or 6947914. OLE color: 6947914.
HSL color Cylindrical-coordinate representation of color #4A046A: hue angle of 281.18º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A046A is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 4 | 106 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.58 |
| HSL | 281.18º | 0.93% | 0.22% | - |
| HSV(B) | 281.18º | 0.96% | 0.42% | - |
| XYZ | 5.47 | 2.58 | 13.85 | - |
| YUV | 36.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 106 | 0.30 | 0.96 | 0 | 0.58 | 281.18 | 0.93 | 0.22 |
| Hex | 4A | 4 | 6A | 1E | 60 | 0 | 3A | 119 | 5D | 16 |
| Octal | 112 | 4 | 152 | 36 | 140 | 0 | 72 | 431 | 135 | 26 |
| Binary | 1001010 | 100 | 1101010 | 11110 | 1100000 | 0 | 111010 | 100011001 | 1011101 | 10110 |
Color Harmonies of #4A046A
Complementary color
Monochromatic Colors of #4A046A
Black with #4A046A
Text Example
Text Example
White with #4A046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A046A; }
p { color: rgb(74,4,106); }
H1.HeaderClassName
{
color: #4A046A;
}
.AnyTagClassName
{
color: #4A046A;
}
</style>
background-color css
<style>
a { background-color: #4A046A; }
a { background-color: rgb(74,4,106); }
div.DivClassName
{
background-color: #4A046A;
}
.BgClassName
{
background-color: #4A046A;
}
</style>
border-color css
<style>
span { border-color: #4A046A; }
span { border-color: rgb(74,4,106); }
td.TdClassName
{
border-color: #4A046A;
}
.TagClassName
{
border-color: #4A046A;
}
</style>