Shades of Indigo #4A189B
Tints of Indigo #4A189B
RGB
CMYK
RGB Variations
Color information
#4A189B (or 0x4A189B) is known color: Indigo. HEX triplet: 4A, 18 and 9B. RGB value is (74,24,155). Sum of RGB (Red+Green+Blue) = 74+24+155=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A189B is #B5E764. Grayscale: #353535. Windows color (decimal): -11921253 or 10164298. OLE color: 10164298.
HSL color Cylindrical-coordinate representation of color #4A189B: hue angle of 262.9º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A189B is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 24 | 155 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.39 |
| HSL | 262.9º | 0.73% | 0.35% | - |
| HSV(B) | 262.9º | 0.85% | 0.61% | - |
| XYZ | 9.07 | 4.48 | 31.4 | - |
| YUV | 53.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 155 | 0.52 | 0.85 | 0 | 0.39 | 262.9 | 0.73 | 0.35 |
| Hex | 4A | 18 | 9B | 34 | 55 | 0 | 27 | 107 | 49 | 23 |
| Octal | 112 | 30 | 233 | 64 | 125 | 0 | 47 | 407 | 111 | 43 |
| Binary | 1001010 | 11000 | 10011011 | 110100 | 1010101 | 0 | 100111 | 100000111 | 1001001 | 100011 |
Color Harmonies of #4A189B
Complementary color
Monochromatic Colors of #4A189B
Black with #4A189B
Text Example
Text Example
White with #4A189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A189B; }
p { color: rgb(74,24,155); }
H1.HeaderClassName
{
color: #4A189B;
}
.AnyTagClassName
{
color: #4A189B;
}
</style>
background-color css
<style>
a { background-color: #4A189B; }
a { background-color: rgb(74,24,155); }
div.DivClassName
{
background-color: #4A189B;
}
.BgClassName
{
background-color: #4A189B;
}
</style>
border-color css
<style>
span { border-color: #4A189B; }
span { border-color: rgb(74,24,155); }
td.TdClassName
{
border-color: #4A189B;
}
.TagClassName
{
border-color: #4A189B;
}
</style>