Shades of Indigo #4A029A
Tints of Indigo #4A029A
RGB
CMYK
RGB Variations
Color information
#4A029A (or 0x4A029A) is known color: Indigo. HEX triplet: 4A, 02 and 9A. RGB value is (74,2,154). Sum of RGB (Red+Green+Blue) = 74+2+154=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A029A is #B5FD65. Grayscale: #282828. Windows color (decimal): -11926886 or 10093130. OLE color: 10093130.
HSL color Cylindrical-coordinate representation of color #4A029A: hue angle of 268.42º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A029A is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 2 | 154 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.40 |
| HSL | 268.42º | 0.97% | 0.31% | - |
| HSV(B) | 268.42º | 0.99% | 0.6% | - |
| XYZ | 8.68 | 3.83 | 30.85 | - |
| YUV | 40.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 154 | 0.52 | 0.99 | 0 | 0.40 | 268.42 | 0.97 | 0.31 |
| Hex | 4A | 2 | 9A | 34 | 63 | 0 | 28 | 10C | 61 | 1F |
| Octal | 112 | 2 | 232 | 64 | 143 | 0 | 50 | 414 | 141 | 37 |
| Binary | 1001010 | 10 | 10011010 | 110100 | 1100011 | 0 | 101000 | 100001100 | 1100001 | 11111 |
Color Harmonies of #4A029A
Complementary color
Monochromatic Colors of #4A029A
Black with #4A029A
Text Example
Text Example
White with #4A029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A029A; }
p { color: rgb(74,2,154); }
H1.HeaderClassName
{
color: #4A029A;
}
.AnyTagClassName
{
color: #4A029A;
}
</style>
background-color css
<style>
a { background-color: #4A029A; }
a { background-color: rgb(74,2,154); }
div.DivClassName
{
background-color: #4A029A;
}
.BgClassName
{
background-color: #4A029A;
}
</style>
border-color css
<style>
span { border-color: #4A029A; }
span { border-color: rgb(74,2,154); }
td.TdClassName
{
border-color: #4A029A;
}
.TagClassName
{
border-color: #4A029A;
}
</style>