Shades of Indigo #4A048A
Tints of Indigo #4A048A
RGB
CMYK
RGB Variations
Color information
#4A048A (or 0x4A048A) is known color: Indigo. HEX triplet: 4A, 04 and 8A. RGB value is (74,4,138). Sum of RGB (Red+Green+Blue) = 74+4+138=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A048A is #B5FB75. Grayscale: #272727. Windows color (decimal): -11926390 or 9045066. OLE color: 9045066.
HSL color Cylindrical-coordinate representation of color #4A048A: hue angle of 271.34º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A048A is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 4 | 138 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.46 |
| HSL | 271.34º | 0.94% | 0.28% | - |
| HSV(B) | 271.34º | 0.97% | 0.54% | - |
| XYZ | 7.45 | 3.38 | 24.3 | - |
| YUV | 40.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 138 | 0.46 | 0.97 | 0 | 0.46 | 271.34 | 0.94 | 0.28 |
| Hex | 4A | 4 | 8A | 2E | 61 | 0 | 2E | 10F | 5E | 1C |
| Octal | 112 | 4 | 212 | 56 | 141 | 0 | 56 | 417 | 136 | 34 |
| Binary | 1001010 | 100 | 10001010 | 101110 | 1100001 | 0 | 101110 | 100001111 | 1011110 | 11100 |
Color Harmonies of #4A048A
Complementary color
Monochromatic Colors of #4A048A
Black with #4A048A
Text Example
Text Example
White with #4A048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A048A; }
p { color: rgb(74,4,138); }
H1.HeaderClassName
{
color: #4A048A;
}
.AnyTagClassName
{
color: #4A048A;
}
</style>
background-color css
<style>
a { background-color: #4A048A; }
a { background-color: rgb(74,4,138); }
div.DivClassName
{
background-color: #4A048A;
}
.BgClassName
{
background-color: #4A048A;
}
</style>
border-color css
<style>
span { border-color: #4A048A; }
span { border-color: rgb(74,4,138); }
td.TdClassName
{
border-color: #4A048A;
}
.TagClassName
{
border-color: #4A048A;
}
</style>