Shades of Indigo #4901AD
Tints of Indigo #4901AD
RGB
CMYK
RGB Variations
Color information
#4901AD (or 0x4901AD) is known color: Indigo. HEX triplet: 49, 01 and AD. RGB value is (73,1,173). Sum of RGB (Red+Green+Blue) = 73+1+173=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #4901AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4901AD is #B6FE52. Grayscale: #292929. Windows color (decimal): -11992659 or 11338057. OLE color: 11338057.
HSL color Cylindrical-coordinate representation of color #4901AD: hue angle of 265.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4901AD is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 1 | 173 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.32 |
| HSL | 265.12º | 0.99% | 0.34% | - |
| HSV(B) | 265.12º | 0.99% | 0.68% | - |
| XYZ | 10.3 | 4.46 | 39.85 | - |
| YUV | 42.14 | 201.85 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 173 | 0.58 | 0.99 | 0 | 0.32 | 265.12 | 0.99 | 0.34 |
| Hex | 49 | 1 | AD | 3A | 63 | 0 | 20 | 109 | 63 | 22 |
| Octal | 111 | 1 | 255 | 72 | 143 | 0 | 40 | 411 | 143 | 42 |
| Binary | 1001001 | 1 | 10101101 | 111010 | 1100011 | 0 | 100000 | 100001001 | 1100011 | 100010 |
Color Harmonies of #4901AD
Complementary color
Monochromatic Colors of #4901AD
Black with #4901AD
Text Example
Text Example
White with #4901AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4901AD; }
p { color: rgb(73,1,173); }
H1.HeaderClassName
{
color: #4901AD;
}
.AnyTagClassName
{
color: #4901AD;
}
</style>
background-color css
<style>
a { background-color: #4901AD; }
a { background-color: rgb(73,1,173); }
div.DivClassName
{
background-color: #4901AD;
}
.BgClassName
{
background-color: #4901AD;
}
</style>
border-color css
<style>
span { border-color: #4901AD; }
span { border-color: rgb(73,1,173); }
td.TdClassName
{
border-color: #4901AD;
}
.TagClassName
{
border-color: #4901AD;
}
</style>