Shades of Indigo #4A158D
Tints of Indigo #4A158D
RGB
CMYK
RGB Variations
Color information
#4A158D (or 0x4A158D) is known color: Indigo. HEX triplet: 4A, 15 and 8D. RGB value is (74,21,141). Sum of RGB (Red+Green+Blue) = 74+21+141=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A158D is #B5EA72. Grayscale: #323232. Windows color (decimal): -11922035 or 9246026. OLE color: 9246026.
HSL color Cylindrical-coordinate representation of color #4A158D: hue angle of 266.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A158D is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 21 | 141 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.45 |
| HSL | 266.5º | 0.74% | 0.32% | - |
| HSV(B) | 266.5º | 0.85% | 0.55% | - |
| XYZ | 7.9 | 3.92 | 25.54 | - |
| YUV | 50.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 141 | 0.48 | 0.85 | 0 | 0.45 | 266.5 | 0.74 | 0.32 |
| Hex | 4A | 15 | 8D | 30 | 55 | 0 | 2D | 10A | 4A | 20 |
| Octal | 112 | 25 | 215 | 60 | 125 | 0 | 55 | 412 | 112 | 40 |
| Binary | 1001010 | 10101 | 10001101 | 110000 | 1010101 | 0 | 101101 | 100001010 | 1001010 | 100000 |
Color Harmonies of #4A158D
Complementary color
Monochromatic Colors of #4A158D
Black with #4A158D
Text Example
Text Example
White with #4A158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A158D; }
p { color: rgb(74,21,141); }
H1.HeaderClassName
{
color: #4A158D;
}
.AnyTagClassName
{
color: #4A158D;
}
</style>
background-color css
<style>
a { background-color: #4A158D; }
a { background-color: rgb(74,21,141); }
div.DivClassName
{
background-color: #4A158D;
}
.BgClassName
{
background-color: #4A158D;
}
</style>
border-color css
<style>
span { border-color: #4A158D; }
span { border-color: rgb(74,21,141); }
td.TdClassName
{
border-color: #4A158D;
}
.TagClassName
{
border-color: #4A158D;
}
</style>