Shades of Indigo #4A0296
Tints of Indigo #4A0296
RGB
CMYK
RGB Variations
Color information
#4A0296 (or 0x4A0296) is known color: Indigo. HEX triplet: 4A, 02 and 96. RGB value is (74,2,150). Sum of RGB (Red+Green+Blue) = 74+2+150=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A0296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0296 is #B5FD69. Grayscale: #272727. Windows color (decimal): -11926890 or 9830986. OLE color: 9830986.
HSL color Cylindrical-coordinate representation of color #4A0296: hue angle of 269.19º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0296 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 2 | 150 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.41 |
| HSL | 269.19º | 0.97% | 0.3% | - |
| HSV(B) | 269.19º | 0.99% | 0.59% | - |
| XYZ | 8.35 | 3.7 | 29.13 | - |
| YUV | 40.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 150 | 0.51 | 0.99 | 0 | 0.41 | 269.19 | 0.97 | 0.3 |
| Hex | 4A | 2 | 96 | 33 | 63 | 0 | 29 | 10D | 61 | 1E |
| Octal | 112 | 2 | 226 | 63 | 143 | 0 | 51 | 415 | 141 | 36 |
| Binary | 1001010 | 10 | 10010110 | 110011 | 1100011 | 0 | 101001 | 100001101 | 1100001 | 11110 |
Color Harmonies of #4A0296
Complementary color
Monochromatic Colors of #4A0296
Black with #4A0296
Text Example
Text Example
White with #4A0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0296; }
p { color: rgb(74,2,150); }
H1.HeaderClassName
{
color: #4A0296;
}
.AnyTagClassName
{
color: #4A0296;
}
</style>
background-color css
<style>
a { background-color: #4A0296; }
a { background-color: rgb(74,2,150); }
div.DivClassName
{
background-color: #4A0296;
}
.BgClassName
{
background-color: #4A0296;
}
</style>
border-color css
<style>
span { border-color: #4A0296; }
span { border-color: rgb(74,2,150); }
td.TdClassName
{
border-color: #4A0296;
}
.TagClassName
{
border-color: #4A0296;
}
</style>