Shades of Indigo #4A109D
Tints of Indigo #4A109D
RGB
CMYK
RGB Variations
Color information
#4A109D (or 0x4A109D) is known color: Indigo. HEX triplet: 4A, 10 and 9D. RGB value is (74,16,157). Sum of RGB (Red+Green+Blue) = 74+16+157=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A109D is #B5EF62. Grayscale: #303030. Windows color (decimal): -11923299 or 10293322. OLE color: 10293322.
HSL color Cylindrical-coordinate representation of color #4A109D: hue angle of 264.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A109D is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 16 | 157 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.38 |
| HSL | 264.68º | 0.82% | 0.34% | - |
| HSV(B) | 264.68º | 0.9% | 0.62% | - |
| XYZ | 9.1 | 4.26 | 32.24 | - |
| YUV | 49.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 157 | 0.53 | 0.90 | 0 | 0.38 | 264.68 | 0.82 | 0.34 |
| Hex | 4A | 10 | 9D | 35 | 5A | 0 | 26 | 109 | 52 | 22 |
| Octal | 112 | 20 | 235 | 65 | 132 | 0 | 46 | 411 | 122 | 42 |
| Binary | 1001010 | 10000 | 10011101 | 110101 | 1011010 | 0 | 100110 | 100001001 | 1010010 | 100010 |
Color Harmonies of #4A109D
Complementary color
Monochromatic Colors of #4A109D
Black with #4A109D
Text Example
Text Example
White with #4A109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A109D; }
p { color: rgb(74,16,157); }
H1.HeaderClassName
{
color: #4A109D;
}
.AnyTagClassName
{
color: #4A109D;
}
</style>
background-color css
<style>
a { background-color: #4A109D; }
a { background-color: rgb(74,16,157); }
div.DivClassName
{
background-color: #4A109D;
}
.BgClassName
{
background-color: #4A109D;
}
</style>
border-color css
<style>
span { border-color: #4A109D; }
span { border-color: rgb(74,16,157); }
td.TdClassName
{
border-color: #4A109D;
}
.TagClassName
{
border-color: #4A109D;
}
</style>