Shades of Indigo #4A1373
Tints of Indigo #4A1373
RGB
CMYK
RGB Variations
Color information
#4A1373 (or 0x4A1373) is known color: Indigo. HEX triplet: 4A, 13 and 73. RGB value is (74,19,115). Sum of RGB (Red+Green+Blue) = 74+19+115=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A1373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1373 is #B5EC8C. Grayscale: #2E2E2E. Windows color (decimal): -11922573 or 7541578. OLE color: 7541578.
HSL color Cylindrical-coordinate representation of color #4A1373: hue angle of 274.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1373 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 19 | 115 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.55 |
| HSL | 274.38º | 0.72% | 0.26% | - |
| HSV(B) | 274.38º | 0.83% | 0.45% | - |
| XYZ | 6.15 | 3.16 | 16.51 | - |
| YUV | 46.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 115 | 0.36 | 0.83 | 0 | 0.55 | 274.38 | 0.72 | 0.26 |
| Hex | 4A | 13 | 73 | 24 | 53 | 0 | 37 | 112 | 48 | 1A |
| Octal | 112 | 23 | 163 | 44 | 123 | 0 | 67 | 422 | 110 | 32 |
| Binary | 1001010 | 10011 | 1110011 | 100100 | 1010011 | 0 | 110111 | 100010010 | 1001000 | 11010 |
Color Harmonies of #4A1373
Complementary color
Monochromatic Colors of #4A1373
Black with #4A1373
Text Example
Text Example
White with #4A1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1373; }
p { color: rgb(74,19,115); }
H1.HeaderClassName
{
color: #4A1373;
}
.AnyTagClassName
{
color: #4A1373;
}
</style>
background-color css
<style>
a { background-color: #4A1373; }
a { background-color: rgb(74,19,115); }
div.DivClassName
{
background-color: #4A1373;
}
.BgClassName
{
background-color: #4A1373;
}
</style>
border-color css
<style>
span { border-color: #4A1373; }
span { border-color: rgb(74,19,115); }
td.TdClassName
{
border-color: #4A1373;
}
.TagClassName
{
border-color: #4A1373;
}
</style>