Shades of Indigo #4A1890
Tints of Indigo #4A1890
RGB
CMYK
RGB Variations
Color information
#4A1890 (or 0x4A1890) is known color: Indigo. HEX triplet: 4A, 18 and 90. RGB value is (74,24,144). Sum of RGB (Red+Green+Blue) = 74+24+144=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A1890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1890 is #B5E76F. Grayscale: #343434. Windows color (decimal): -11921264 or 9443402. OLE color: 9443402.
HSL color Cylindrical-coordinate representation of color #4A1890: hue angle of 265º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1890 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 24 | 144 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.44 |
| HSL | 265º | 0.71% | 0.33% | - |
| HSV(B) | 265º | 0.83% | 0.56% | - |
| XYZ | 8.18 | 4.12 | 26.75 | - |
| YUV | 52.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 144 | 0.49 | 0.83 | 0 | 0.44 | 265 | 0.71 | 0.33 |
| Hex | 4A | 18 | 90 | 31 | 53 | 0 | 2C | 109 | 47 | 21 |
| Octal | 112 | 30 | 220 | 61 | 123 | 0 | 54 | 411 | 107 | 41 |
| Binary | 1001010 | 11000 | 10010000 | 110001 | 1010011 | 0 | 101100 | 100001001 | 1000111 | 100001 |
Color Harmonies of #4A1890
Complementary color
Monochromatic Colors of #4A1890
Black with #4A1890
Text Example
Text Example
White with #4A1890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1890; }
p { color: rgb(74,24,144); }
H1.HeaderClassName
{
color: #4A1890;
}
.AnyTagClassName
{
color: #4A1890;
}
</style>
background-color css
<style>
a { background-color: #4A1890; }
a { background-color: rgb(74,24,144); }
div.DivClassName
{
background-color: #4A1890;
}
.BgClassName
{
background-color: #4A1890;
}
</style>
border-color css
<style>
span { border-color: #4A1890; }
span { border-color: rgb(74,24,144); }
td.TdClassName
{
border-color: #4A1890;
}
.TagClassName
{
border-color: #4A1890;
}
</style>