Shades of Indigo #4906AD
Tints of Indigo #4906AD
RGB
CMYK
RGB Variations
Color information
#4906AD (or 0x4906AD) is known color: Indigo. HEX triplet: 49, 06 and AD. RGB value is (73,6,173). Sum of RGB (Red+Green+Blue) = 73+6+173=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #4906AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4906AD is #B6F952. Grayscale: #2C2C2C. Windows color (decimal): -11991379 or 11339337. OLE color: 11339337.
HSL color Cylindrical-coordinate representation of color #4906AD: hue angle of 264.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4906AD is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 6 | 173 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.32 |
| HSL | 264.07º | 0.93% | 0.35% | - |
| HSV(B) | 264.07º | 0.97% | 0.68% | - |
| XYZ | 10.36 | 4.56 | 39.87 | - |
| YUV | 45.07 | 200.2 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 173 | 0.58 | 0.97 | 0 | 0.32 | 264.07 | 0.93 | 0.35 |
| Hex | 49 | 6 | AD | 3A | 61 | 0 | 20 | 108 | 5D | 23 |
| Octal | 111 | 6 | 255 | 72 | 141 | 0 | 40 | 410 | 135 | 43 |
| Binary | 1001001 | 110 | 10101101 | 111010 | 1100001 | 0 | 100000 | 100001000 | 1011101 | 100011 |
Color Harmonies of #4906AD
Complementary color
Monochromatic Colors of #4906AD
Black with #4906AD
Text Example
Text Example
White with #4906AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4906AD; }
p { color: rgb(73,6,173); }
H1.HeaderClassName
{
color: #4906AD;
}
.AnyTagClassName
{
color: #4906AD;
}
</style>
background-color css
<style>
a { background-color: #4906AD; }
a { background-color: rgb(73,6,173); }
div.DivClassName
{
background-color: #4906AD;
}
.BgClassName
{
background-color: #4906AD;
}
</style>
border-color css
<style>
span { border-color: #4906AD; }
span { border-color: rgb(73,6,173); }
td.TdClassName
{
border-color: #4906AD;
}
.TagClassName
{
border-color: #4906AD;
}
</style>