Shades of Indigo #4A1371
Tints of Indigo #4A1371
RGB
CMYK
RGB Variations
Color information
#4A1371 (or 0x4A1371) is known color: Indigo. HEX triplet: 4A, 13 and 71. RGB value is (74,19,113). Sum of RGB (Red+Green+Blue) = 74+19+113=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A1371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1371 is #B5EC8E. Grayscale: #2D2D2D. Windows color (decimal): -11922575 or 7410506. OLE color: 7410506.
HSL color Cylindrical-coordinate representation of color #4A1371: hue angle of 275.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1371 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 19 | 113 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.56 |
| HSL | 275.11º | 0.71% | 0.26% | - |
| HSV(B) | 275.11º | 0.83% | 0.44% | - |
| XYZ | 6.04 | 3.11 | 15.91 | - |
| YUV | 46.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 113 | 0.35 | 0.83 | 0 | 0.56 | 275.11 | 0.71 | 0.26 |
| Hex | 4A | 13 | 71 | 23 | 53 | 0 | 38 | 113 | 47 | 1A |
| Octal | 112 | 23 | 161 | 43 | 123 | 0 | 70 | 423 | 107 | 32 |
| Binary | 1001010 | 10011 | 1110001 | 100011 | 1010011 | 0 | 111000 | 100010011 | 1000111 | 11010 |
Color Harmonies of #4A1371
Complementary color
Monochromatic Colors of #4A1371
Black with #4A1371
Text Example
Text Example
White with #4A1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1371; }
p { color: rgb(74,19,113); }
H1.HeaderClassName
{
color: #4A1371;
}
.AnyTagClassName
{
color: #4A1371;
}
</style>
background-color css
<style>
a { background-color: #4A1371; }
a { background-color: rgb(74,19,113); }
div.DivClassName
{
background-color: #4A1371;
}
.BgClassName
{
background-color: #4A1371;
}
</style>
border-color css
<style>
span { border-color: #4A1371; }
span { border-color: rgb(74,19,113); }
td.TdClassName
{
border-color: #4A1371;
}
.TagClassName
{
border-color: #4A1371;
}
</style>