Shades of Indigo #4A03AA
Tints of Indigo #4A03AA
RGB
CMYK
RGB Variations
Color information
#4A03AA (or 0x4A03AA) is known color: Indigo. HEX triplet: 4A, 03 and AA. RGB value is (74,3,170). Sum of RGB (Red+Green+Blue) = 74+3+170=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A03AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A03AA is #B5FC55. Grayscale: #2A2A2A. Windows color (decimal): -11926614 or 11141962. OLE color: 11141962.
HSL color Cylindrical-coordinate representation of color #4A03AA: hue angle of 265.51º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A03AA is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 3 | 170 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.33 |
| HSL | 265.51º | 0.97% | 0.34% | - |
| HSV(B) | 265.51º | 0.98% | 0.67% | - |
| XYZ | 10.11 | 4.42 | 38.35 | - |
| YUV | 43.27 | 199.52 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 170 | 0.56 | 0.98 | 0 | 0.33 | 265.51 | 0.97 | 0.34 |
| Hex | 4A | 3 | AA | 38 | 62 | 0 | 21 | 10A | 61 | 22 |
| Octal | 112 | 3 | 252 | 70 | 142 | 0 | 41 | 412 | 141 | 42 |
| Binary | 1001010 | 11 | 10101010 | 111000 | 1100010 | 0 | 100001 | 100001010 | 1100001 | 100010 |
Color Harmonies of #4A03AA
Complementary color
Monochromatic Colors of #4A03AA
Black with #4A03AA
Text Example
Text Example
White with #4A03AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A03AA; }
p { color: rgb(74,3,170); }
H1.HeaderClassName
{
color: #4A03AA;
}
.AnyTagClassName
{
color: #4A03AA;
}
</style>
background-color css
<style>
a { background-color: #4A03AA; }
a { background-color: rgb(74,3,170); }
div.DivClassName
{
background-color: #4A03AA;
}
.BgClassName
{
background-color: #4A03AA;
}
</style>
border-color css
<style>
span { border-color: #4A03AA; }
span { border-color: rgb(74,3,170); }
td.TdClassName
{
border-color: #4A03AA;
}
.TagClassName
{
border-color: #4A03AA;
}
</style>