Shades of Indigo #4900AF
Tints of Indigo #4900AF
RGB
CMYK
RGB Variations
Color information
#4900AF (or 0x4900AF) is known color: Indigo. HEX triplet: 49, 00 and AF. RGB value is (73,0,175). Sum of RGB (Red+Green+Blue) = 73+0+175=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #4900AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900AF is #B6FF50. Grayscale: #292929. Windows color (decimal): -11992913 or 11468873. OLE color: 11468873.
HSL color Cylindrical-coordinate representation of color #4900AF: hue angle of 265.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900AF is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 0 | 175 | - |
| CMYK | 0.58 | 1 | 0 | 0.31 |
| HSL | 265.03º | 1% | 0.34% | - |
| HSV(B) | 265.03º | 1% | 0.69% | - |
| XYZ | 10.49 | 4.51 | 40.88 | - |
| YUV | 41.78 | 203.18 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 175 | 0.58 | 1 | 0 | 0.31 | 265.03 | 1 | 0.34 |
| Hex | 49 | 0 | AF | 3A | 64 | 0 | 1F | 109 | 64 | 22 |
| Octal | 111 | 0 | 257 | 72 | 144 | 0 | 37 | 411 | 144 | 42 |
| Binary | 1001001 | 0 | 10101111 | 111010 | 1100100 | 0 | 11111 | 100001001 | 1100100 | 100010 |
Color Harmonies of #4900AF
Complementary color
Monochromatic Colors of #4900AF
Black with #4900AF
Text Example
Text Example
White with #4900AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900AF; }
p { color: rgb(73,0,175); }
H1.HeaderClassName
{
color: #4900AF;
}
.AnyTagClassName
{
color: #4900AF;
}
</style>
background-color css
<style>
a { background-color: #4900AF; }
a { background-color: rgb(73,0,175); }
div.DivClassName
{
background-color: #4900AF;
}
.BgClassName
{
background-color: #4900AF;
}
</style>
border-color css
<style>
span { border-color: #4900AF; }
span { border-color: rgb(73,0,175); }
td.TdClassName
{
border-color: #4900AF;
}
.TagClassName
{
border-color: #4900AF;
}
</style>