Shades of Indigo #4A199C
Tints of Indigo #4A199C
RGB
CMYK
RGB Variations
Color information
#4A199C (or 0x4A199C) is known color: Indigo. HEX triplet: 4A, 19 and 9C. RGB value is (74,25,156). Sum of RGB (Red+Green+Blue) = 74+25+156=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A199C is #B5E663. Grayscale: #363636. Windows color (decimal): -11920996 or 10230090. OLE color: 10230090.
HSL color Cylindrical-coordinate representation of color #4A199C: hue angle of 262.44º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A199C is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 25 | 156 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.39 |
| HSL | 262.44º | 0.72% | 0.35% | - |
| HSV(B) | 262.44º | 0.84% | 0.61% | - |
| XYZ | 9.17 | 4.55 | 31.85 | - |
| YUV | 54.59 | 185.23 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 156 | 0.53 | 0.84 | 0 | 0.39 | 262.44 | 0.72 | 0.35 |
| Hex | 4A | 19 | 9C | 35 | 54 | 0 | 27 | 106 | 48 | 23 |
| Octal | 112 | 31 | 234 | 65 | 124 | 0 | 47 | 406 | 110 | 43 |
| Binary | 1001010 | 11001 | 10011100 | 110101 | 1010100 | 0 | 100111 | 100000110 | 1001000 | 100011 |
Color Harmonies of #4A199C
Complementary color
Monochromatic Colors of #4A199C
Black with #4A199C
Text Example
Text Example
White with #4A199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A199C; }
p { color: rgb(74,25,156); }
H1.HeaderClassName
{
color: #4A199C;
}
.AnyTagClassName
{
color: #4A199C;
}
</style>
background-color css
<style>
a { background-color: #4A199C; }
a { background-color: rgb(74,25,156); }
div.DivClassName
{
background-color: #4A199C;
}
.BgClassName
{
background-color: #4A199C;
}
</style>
border-color css
<style>
span { border-color: #4A199C; }
span { border-color: rgb(74,25,156); }
td.TdClassName
{
border-color: #4A199C;
}
.TagClassName
{
border-color: #4A199C;
}
</style>