Shades of Indigo #4A1195
Tints of Indigo #4A1195
RGB
CMYK
RGB Variations
Color information
#4A1195 (or 0x4A1195) is known color: Indigo. HEX triplet: 4A, 11 and 95. RGB value is (74,17,149). Sum of RGB (Red+Green+Blue) = 74+17+149=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1195 is #B5EE6A. Grayscale: #303030. Windows color (decimal): -11923051 or 9769290. OLE color: 9769290.
HSL color Cylindrical-coordinate representation of color #4A1195: hue angle of 265.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1195 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 17 | 149 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.42 |
| HSL | 265.91º | 0.8% | 0.33% | - |
| HSV(B) | 265.91º | 0.89% | 0.58% | - |
| XYZ | 8.45 | 4.03 | 28.77 | - |
| YUV | 49.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 149 | 0.50 | 0.89 | 0 | 0.42 | 265.91 | 0.8 | 0.33 |
| Hex | 4A | 11 | 95 | 32 | 59 | 0 | 2A | 10A | 50 | 21 |
| Octal | 112 | 21 | 225 | 62 | 131 | 0 | 52 | 412 | 120 | 41 |
| Binary | 1001010 | 10001 | 10010101 | 110010 | 1011001 | 0 | 101010 | 100001010 | 1010000 | 100001 |
Color Harmonies of #4A1195
Complementary color
Monochromatic Colors of #4A1195
Black with #4A1195
Text Example
Text Example
White with #4A1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1195; }
p { color: rgb(74,17,149); }
H1.HeaderClassName
{
color: #4A1195;
}
.AnyTagClassName
{
color: #4A1195;
}
</style>
background-color css
<style>
a { background-color: #4A1195; }
a { background-color: rgb(74,17,149); }
div.DivClassName
{
background-color: #4A1195;
}
.BgClassName
{
background-color: #4A1195;
}
</style>
border-color css
<style>
span { border-color: #4A1195; }
span { border-color: rgb(74,17,149); }
td.TdClassName
{
border-color: #4A1195;
}
.TagClassName
{
border-color: #4A1195;
}
</style>