Shades of Indigo #4A1374
Tints of Indigo #4A1374
RGB
CMYK
RGB Variations
Color information
#4A1374 (or 0x4A1374) is known color: Indigo. HEX triplet: 4A, 13 and 74. RGB value is (74,19,116). Sum of RGB (Red+Green+Blue) = 74+19+116=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A1374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1374 is #B5EC8B. Grayscale: #2E2E2E. Windows color (decimal): -11922572 or 7607114. OLE color: 7607114.
HSL color Cylindrical-coordinate representation of color #4A1374: hue angle of 274.02º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1374 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 19 | 116 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.55 |
| HSL | 274.02º | 0.72% | 0.26% | - |
| HSV(B) | 274.02º | 0.84% | 0.45% | - |
| XYZ | 6.21 | 3.18 | 16.81 | - |
| YUV | 46.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 116 | 0.36 | 0.84 | 0 | 0.55 | 274.02 | 0.72 | 0.26 |
| Hex | 4A | 13 | 74 | 24 | 54 | 0 | 37 | 112 | 48 | 1A |
| Octal | 112 | 23 | 164 | 44 | 124 | 0 | 67 | 422 | 110 | 32 |
| Binary | 1001010 | 10011 | 1110100 | 100100 | 1010100 | 0 | 110111 | 100010010 | 1001000 | 11010 |
Color Harmonies of #4A1374
Complementary color
Monochromatic Colors of #4A1374
Black with #4A1374
Text Example
Text Example
White with #4A1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1374; }
p { color: rgb(74,19,116); }
H1.HeaderClassName
{
color: #4A1374;
}
.AnyTagClassName
{
color: #4A1374;
}
</style>
background-color css
<style>
a { background-color: #4A1374; }
a { background-color: rgb(74,19,116); }
div.DivClassName
{
background-color: #4A1374;
}
.BgClassName
{
background-color: #4A1374;
}
</style>
border-color css
<style>
span { border-color: #4A1374; }
span { border-color: rgb(74,19,116); }
td.TdClassName
{
border-color: #4A1374;
}
.TagClassName
{
border-color: #4A1374;
}
</style>