Shades of Indigo #4905A2
Tints of Indigo #4905A2
RGB
CMYK
RGB Variations
Color information
#4905A2 (or 0x4905A2) is known color: Indigo. HEX triplet: 49, 05 and A2. RGB value is (73,5,162). Sum of RGB (Red+Green+Blue) = 73+5+162=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #4905A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4905A2 is #B6FA5D. Grayscale: #2A2A2A. Windows color (decimal): -11991646 or 10618185. OLE color: 10618185.
HSL color Cylindrical-coordinate representation of color #4905A2: hue angle of 265.99º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4905A2 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 5 | 162 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.36 |
| HSL | 265.99º | 0.94% | 0.33% | - |
| HSV(B) | 265.99º | 0.97% | 0.64% | - |
| XYZ | 9.32 | 4.13 | 34.49 | - |
| YUV | 43.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 162 | 0.55 | 0.97 | 0 | 0.36 | 265.99 | 0.94 | 0.33 |
| Hex | 49 | 5 | A2 | 37 | 61 | 0 | 24 | 10A | 5E | 21 |
| Octal | 111 | 5 | 242 | 67 | 141 | 0 | 44 | 412 | 136 | 41 |
| Binary | 1001001 | 101 | 10100010 | 110111 | 1100001 | 0 | 100100 | 100001010 | 1011110 | 100001 |
Color Harmonies of #4905A2
Complementary color
Monochromatic Colors of #4905A2
Black with #4905A2
Text Example
Text Example
White with #4905A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905A2; }
p { color: rgb(73,5,162); }
H1.HeaderClassName
{
color: #4905A2;
}
.AnyTagClassName
{
color: #4905A2;
}
</style>
background-color css
<style>
a { background-color: #4905A2; }
a { background-color: rgb(73,5,162); }
div.DivClassName
{
background-color: #4905A2;
}
.BgClassName
{
background-color: #4905A2;
}
</style>
border-color css
<style>
span { border-color: #4905A2; }
span { border-color: rgb(73,5,162); }
td.TdClassName
{
border-color: #4905A2;
}
.TagClassName
{
border-color: #4905A2;
}
</style>