Shades of Indigo #4A038A
Tints of Indigo #4A038A
RGB
CMYK
RGB Variations
Color information
#4A038A (or 0x4A038A) is known color: Indigo. HEX triplet: 4A, 03 and 8A. RGB value is (74,3,138). Sum of RGB (Red+Green+Blue) = 74+3+138=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A038A is #B5FC75. Grayscale: #272727. Windows color (decimal): -11926646 or 9044810. OLE color: 9044810.
HSL color Cylindrical-coordinate representation of color #4A038A: hue angle of 271.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A038A is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 3 | 138 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.46 |
| HSL | 271.56º | 0.96% | 0.28% | - |
| HSV(B) | 271.56º | 0.98% | 0.54% | - |
| XYZ | 7.44 | 3.36 | 24.3 | - |
| YUV | 39.62 | 183.52 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 138 | 0.46 | 0.98 | 0 | 0.46 | 271.56 | 0.96 | 0.28 |
| Hex | 4A | 3 | 8A | 2E | 62 | 0 | 2E | 110 | 60 | 1C |
| Octal | 112 | 3 | 212 | 56 | 142 | 0 | 56 | 420 | 140 | 34 |
| Binary | 1001010 | 11 | 10001010 | 101110 | 1100010 | 0 | 101110 | 100010000 | 1100000 | 11100 |
Color Harmonies of #4A038A
Complementary color
Monochromatic Colors of #4A038A
Black with #4A038A
Text Example
Text Example
White with #4A038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A038A; }
p { color: rgb(74,3,138); }
H1.HeaderClassName
{
color: #4A038A;
}
.AnyTagClassName
{
color: #4A038A;
}
</style>
background-color css
<style>
a { background-color: #4A038A; }
a { background-color: rgb(74,3,138); }
div.DivClassName
{
background-color: #4A038A;
}
.BgClassName
{
background-color: #4A038A;
}
</style>
border-color css
<style>
span { border-color: #4A038A; }
span { border-color: rgb(74,3,138); }
td.TdClassName
{
border-color: #4A038A;
}
.TagClassName
{
border-color: #4A038A;
}
</style>