Shades of Indigo #4A1470
Tints of Indigo #4A1470
RGB
CMYK
RGB Variations
Color information
#4A1470 (or 0x4A1470) is known color: Indigo. HEX triplet: 4A, 14 and 70. RGB value is (74,20,112). Sum of RGB (Red+Green+Blue) = 74+20+112=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A1470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1470 is #B5EB8F. Grayscale: #2E2E2E. Windows color (decimal): -11922320 or 7345226. OLE color: 7345226.
HSL color Cylindrical-coordinate representation of color #4A1470: hue angle of 275.22º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1470 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 20 | 112 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.56 |
| HSL | 275.22º | 0.7% | 0.26% | - |
| HSV(B) | 275.22º | 0.82% | 0.44% | - |
| XYZ | 6 | 3.13 | 15.62 | - |
| YUV | 46.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 112 | 0.34 | 0.82 | 0 | 0.56 | 275.22 | 0.7 | 0.26 |
| Hex | 4A | 14 | 70 | 22 | 52 | 0 | 38 | 113 | 46 | 1A |
| Octal | 112 | 24 | 160 | 42 | 122 | 0 | 70 | 423 | 106 | 32 |
| Binary | 1001010 | 10100 | 1110000 | 100010 | 1010010 | 0 | 111000 | 100010011 | 1000110 | 11010 |
Color Harmonies of #4A1470
Complementary color
Monochromatic Colors of #4A1470
Black with #4A1470
Text Example
Text Example
White with #4A1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1470; }
p { color: rgb(74,20,112); }
H1.HeaderClassName
{
color: #4A1470;
}
.AnyTagClassName
{
color: #4A1470;
}
</style>
background-color css
<style>
a { background-color: #4A1470; }
a { background-color: rgb(74,20,112); }
div.DivClassName
{
background-color: #4A1470;
}
.BgClassName
{
background-color: #4A1470;
}
</style>
border-color css
<style>
span { border-color: #4A1470; }
span { border-color: rgb(74,20,112); }
td.TdClassName
{
border-color: #4A1470;
}
.TagClassName
{
border-color: #4A1470;
}
</style>