Shades of Indigo #4A1170
Tints of Indigo #4A1170
RGB
CMYK
RGB Variations
Color information
#4A1170 (or 0x4A1170) is known color: Indigo. HEX triplet: 4A, 11 and 70. RGB value is (74,17,112). Sum of RGB (Red+Green+Blue) = 74+17+112=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1170 is #B5EE8F. Grayscale: #2C2C2C. Windows color (decimal): -11923088 or 7344458. OLE color: 7344458.
HSL color Cylindrical-coordinate representation of color #4A1170: hue angle of 276º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1170 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 17 | 112 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.56 |
| HSL | 276º | 0.74% | 0.25% | - |
| HSV(B) | 276º | 0.85% | 0.44% | - |
| XYZ | 5.95 | 3.03 | 15.6 | - |
| YUV | 44.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 112 | 0.34 | 0.85 | 0 | 0.56 | 276 | 0.74 | 0.25 |
| Hex | 4A | 11 | 70 | 22 | 55 | 0 | 38 | 114 | 4A | 19 |
| Octal | 112 | 21 | 160 | 42 | 125 | 0 | 70 | 424 | 112 | 31 |
| Binary | 1001010 | 10001 | 1110000 | 100010 | 1010101 | 0 | 111000 | 100010100 | 1001010 | 11001 |
Color Harmonies of #4A1170
Complementary color
Monochromatic Colors of #4A1170
Black with #4A1170
Text Example
Text Example
White with #4A1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1170; }
p { color: rgb(74,17,112); }
H1.HeaderClassName
{
color: #4A1170;
}
.AnyTagClassName
{
color: #4A1170;
}
</style>
background-color css
<style>
a { background-color: #4A1170; }
a { background-color: rgb(74,17,112); }
div.DivClassName
{
background-color: #4A1170;
}
.BgClassName
{
background-color: #4A1170;
}
</style>
border-color css
<style>
span { border-color: #4A1170; }
span { border-color: rgb(74,17,112); }
td.TdClassName
{
border-color: #4A1170;
}
.TagClassName
{
border-color: #4A1170;
}
</style>