Shades of Indigo #4A029F
Tints of Indigo #4A029F
RGB
CMYK
RGB Variations
Color information
#4A029F (or 0x4A029F) is known color: Indigo. HEX triplet: 4A, 02 and 9F. RGB value is (74,2,159). Sum of RGB (Red+Green+Blue) = 74+2+159=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A029F is #B5FD60. Grayscale: #282828. Windows color (decimal): -11926881 or 10420810. OLE color: 10420810.
HSL color Cylindrical-coordinate representation of color #4A029F: hue angle of 267.52º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A029F is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 2 | 159 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.38 |
| HSL | 267.52º | 0.98% | 0.32% | - |
| HSV(B) | 267.52º | 0.99% | 0.62% | - |
| XYZ | 9.1 | 4 | 33.09 | - |
| YUV | 41.43 | 194.35 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 159 | 0.53 | 0.99 | 0 | 0.38 | 267.52 | 0.98 | 0.32 |
| Hex | 4A | 2 | 9F | 35 | 63 | 0 | 26 | 10C | 62 | 20 |
| Octal | 112 | 2 | 237 | 65 | 143 | 0 | 46 | 414 | 142 | 40 |
| Binary | 1001010 | 10 | 10011111 | 110101 | 1100011 | 0 | 100110 | 100001100 | 1100010 | 100000 |
Color Harmonies of #4A029F
Complementary color
Monochromatic Colors of #4A029F
Black with #4A029F
Text Example
Text Example
White with #4A029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A029F; }
p { color: rgb(74,2,159); }
H1.HeaderClassName
{
color: #4A029F;
}
.AnyTagClassName
{
color: #4A029F;
}
</style>
background-color css
<style>
a { background-color: #4A029F; }
a { background-color: rgb(74,2,159); }
div.DivClassName
{
background-color: #4A029F;
}
.BgClassName
{
background-color: #4A029F;
}
</style>
border-color css
<style>
span { border-color: #4A029F; }
span { border-color: rgb(74,2,159); }
td.TdClassName
{
border-color: #4A029F;
}
.TagClassName
{
border-color: #4A029F;
}
</style>