Shades of Indigo #4A1480
Tints of Indigo #4A1480
RGB
CMYK
RGB Variations
Color information
#4A1480 (or 0x4A1480) is known color: Indigo. HEX triplet: 4A, 14 and 80. RGB value is (74,20,128). Sum of RGB (Red+Green+Blue) = 74+20+128=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A1480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1480 is #B5EB7F. Grayscale: #303030. Windows color (decimal): -11922304 or 8393802. OLE color: 8393802.
HSL color Cylindrical-coordinate representation of color #4A1480: hue angle of 270º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1480 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 20 | 128 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.50 |
| HSL | 270º | 0.73% | 0.29% | - |
| HSV(B) | 270º | 0.84% | 0.5% | - |
| XYZ | 6.97 | 3.51 | 20.73 | - |
| YUV | 48.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 128 | 0.42 | 0.84 | 0 | 0.50 | 270 | 0.73 | 0.29 |
| Hex | 4A | 14 | 80 | 2A | 54 | 0 | 32 | 10E | 49 | 1D |
| Octal | 112 | 24 | 200 | 52 | 124 | 0 | 62 | 416 | 111 | 35 |
| Binary | 1001010 | 10100 | 10000000 | 101010 | 1010100 | 0 | 110010 | 100001110 | 1001001 | 11101 |
Color Harmonies of #4A1480
Complementary color
Monochromatic Colors of #4A1480
Black with #4A1480
Text Example
Text Example
White with #4A1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1480; }
p { color: rgb(74,20,128); }
H1.HeaderClassName
{
color: #4A1480;
}
.AnyTagClassName
{
color: #4A1480;
}
</style>
background-color css
<style>
a { background-color: #4A1480; }
a { background-color: rgb(74,20,128); }
div.DivClassName
{
background-color: #4A1480;
}
.BgClassName
{
background-color: #4A1480;
}
</style>
border-color css
<style>
span { border-color: #4A1480; }
span { border-color: rgb(74,20,128); }
td.TdClassName
{
border-color: #4A1480;
}
.TagClassName
{
border-color: #4A1480;
}
</style>