Shades of Indigo #4A049B
Tints of Indigo #4A049B
RGB
CMYK
RGB Variations
Color information
#4A049B (or 0x4A049B) is known color: Indigo. HEX triplet: 4A, 04 and 9B. RGB value is (74,4,155). Sum of RGB (Red+Green+Blue) = 74+4+155=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A049B is #B5FB64. Grayscale: #292929. Windows color (decimal): -11926373 or 10159178. OLE color: 10159178.
HSL color Cylindrical-coordinate representation of color #4A049B: hue angle of 267.81º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A049B is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 4 | 155 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.39 |
| HSL | 267.81º | 0.95% | 0.31% | - |
| HSV(B) | 267.81º | 0.97% | 0.61% | - |
| XYZ | 8.78 | 3.91 | 31.3 | - |
| YUV | 42.14 | 191.69 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 155 | 0.52 | 0.97 | 0 | 0.39 | 267.81 | 0.95 | 0.31 |
| Hex | 4A | 4 | 9B | 34 | 61 | 0 | 27 | 10C | 5F | 1F |
| Octal | 112 | 4 | 233 | 64 | 141 | 0 | 47 | 414 | 137 | 37 |
| Binary | 1001010 | 100 | 10011011 | 110100 | 1100001 | 0 | 100111 | 100001100 | 1011111 | 11111 |
Color Harmonies of #4A049B
Complementary color
Monochromatic Colors of #4A049B
Black with #4A049B
Text Example
Text Example
White with #4A049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A049B; }
p { color: rgb(74,4,155); }
H1.HeaderClassName
{
color: #4A049B;
}
.AnyTagClassName
{
color: #4A049B;
}
</style>
background-color css
<style>
a { background-color: #4A049B; }
a { background-color: rgb(74,4,155); }
div.DivClassName
{
background-color: #4A049B;
}
.BgClassName
{
background-color: #4A049B;
}
</style>
border-color css
<style>
span { border-color: #4A049B; }
span { border-color: rgb(74,4,155); }
td.TdClassName
{
border-color: #4A049B;
}
.TagClassName
{
border-color: #4A049B;
}
</style>