Shades of Indigo #4A0390
Tints of Indigo #4A0390
RGB
CMYK
RGB Variations
Color information
#4A0390 (or 0x4A0390) is known color: Indigo. HEX triplet: 4A, 03 and 90. RGB value is (74,3,144). Sum of RGB (Red+Green+Blue) = 74+3+144=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A0390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0390 is #B5FC6F. Grayscale: #272727. Windows color (decimal): -11926640 or 9438026. OLE color: 9438026.
HSL color Cylindrical-coordinate representation of color #4A0390: hue angle of 270.21º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0390 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 3 | 144 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.44 |
| HSL | 270.21º | 0.96% | 0.29% | - |
| HSV(B) | 270.21º | 0.98% | 0.56% | - |
| XYZ | 7.89 | 3.53 | 26.65 | - |
| YUV | 40.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 144 | 0.49 | 0.98 | 0 | 0.44 | 270.21 | 0.96 | 0.29 |
| Hex | 4A | 3 | 90 | 31 | 62 | 0 | 2C | 10E | 60 | 1D |
| Octal | 112 | 3 | 220 | 61 | 142 | 0 | 54 | 416 | 140 | 35 |
| Binary | 1001010 | 11 | 10010000 | 110001 | 1100010 | 0 | 101100 | 100001110 | 1100000 | 11101 |
Color Harmonies of #4A0390
Complementary color
Monochromatic Colors of #4A0390
Black with #4A0390
Text Example
Text Example
White with #4A0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0390; }
p { color: rgb(74,3,144); }
H1.HeaderClassName
{
color: #4A0390;
}
.AnyTagClassName
{
color: #4A0390;
}
</style>
background-color css
<style>
a { background-color: #4A0390; }
a { background-color: rgb(74,3,144); }
div.DivClassName
{
background-color: #4A0390;
}
.BgClassName
{
background-color: #4A0390;
}
</style>
border-color css
<style>
span { border-color: #4A0390; }
span { border-color: rgb(74,3,144); }
td.TdClassName
{
border-color: #4A0390;
}
.TagClassName
{
border-color: #4A0390;
}
</style>