Shades of Indigo #4A03A9
Tints of Indigo #4A03A9
RGB
CMYK
RGB Variations
Color information
#4A03A9 (or 0x4A03A9) is known color: Indigo. HEX triplet: 4A, 03 and A9. RGB value is (74,3,169). Sum of RGB (Red+Green+Blue) = 74+3+169=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 169 (66.41% from 255 or 68.70% from 246); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A03A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A03A9 is #B5FC56. Grayscale: #2A2A2A. Windows color (decimal): -11926615 or 11076426. OLE color: 11076426.
HSL color Cylindrical-coordinate representation of color #4A03A9: hue angle of 265.66º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A03A9 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 3 | 169 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.34 |
| HSL | 265.66º | 0.97% | 0.34% | - |
| HSV(B) | 265.66º | 0.98% | 0.66% | - |
| XYZ | 10.02 | 4.39 | 37.85 | - |
| YUV | 43.15 | 199.02 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 169 | 0.56 | 0.98 | 0 | 0.34 | 265.66 | 0.97 | 0.34 |
| Hex | 4A | 3 | A9 | 38 | 62 | 0 | 22 | 10A | 61 | 22 |
| Octal | 112 | 3 | 251 | 70 | 142 | 0 | 42 | 412 | 141 | 42 |
| Binary | 1001010 | 11 | 10101001 | 111000 | 1100010 | 0 | 100010 | 100001010 | 1100001 | 100010 |
Color Harmonies of #4A03A9
Complementary color
Monochromatic Colors of #4A03A9
Black with #4A03A9
Text Example
Text Example
White with #4A03A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A03A9; }
p { color: rgb(74,3,169); }
H1.HeaderClassName
{
color: #4A03A9;
}
.AnyTagClassName
{
color: #4A03A9;
}
</style>
background-color css
<style>
a { background-color: #4A03A9; }
a { background-color: rgb(74,3,169); }
div.DivClassName
{
background-color: #4A03A9;
}
.BgClassName
{
background-color: #4A03A9;
}
</style>
border-color css
<style>
span { border-color: #4A03A9; }
span { border-color: rgb(74,3,169); }
td.TdClassName
{
border-color: #4A03A9;
}
.TagClassName
{
border-color: #4A03A9;
}
</style>