Shades of Indigo #4A046D
Tints of Indigo #4A046D
RGB
CMYK
RGB Variations
Color information
#4A046D (or 0x4A046D) is known color: Indigo. HEX triplet: 4A, 04 and 6D. RGB value is (74,4,109). Sum of RGB (Red+Green+Blue) = 74+4+109=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A046D is #B5FB92. Grayscale: #242424. Windows color (decimal): -11926419 or 7144522. OLE color: 7144522.
HSL color Cylindrical-coordinate representation of color #4A046D: hue angle of 280º 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 #4A046D is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 4 | 109 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.57 |
| HSL | 280º | 0.93% | 0.22% | - |
| HSV(B) | 280º | 0.96% | 0.43% | - |
| XYZ | 5.63 | 2.65 | 14.68 | - |
| YUV | 36.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 109 | 0.32 | 0.96 | 0 | 0.57 | 280 | 0.93 | 0.22 |
| Hex | 4A | 4 | 6D | 20 | 60 | 0 | 39 | 118 | 5D | 16 |
| Octal | 112 | 4 | 155 | 40 | 140 | 0 | 71 | 430 | 135 | 26 |
| Binary | 1001010 | 100 | 1101101 | 100000 | 1100000 | 0 | 111001 | 100011000 | 1011101 | 10110 |
Color Harmonies of #4A046D
Complementary color
Monochromatic Colors of #4A046D
Black with #4A046D
Text Example
Text Example
White with #4A046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A046D; }
p { color: rgb(74,4,109); }
H1.HeaderClassName
{
color: #4A046D;
}
.AnyTagClassName
{
color: #4A046D;
}
</style>
background-color css
<style>
a { background-color: #4A046D; }
a { background-color: rgb(74,4,109); }
div.DivClassName
{
background-color: #4A046D;
}
.BgClassName
{
background-color: #4A046D;
}
</style>
border-color css
<style>
span { border-color: #4A046D; }
span { border-color: rgb(74,4,109); }
td.TdClassName
{
border-color: #4A046D;
}
.TagClassName
{
border-color: #4A046D;
}
</style>