Shades of Indigo #4900AB
Tints of Indigo #4900AB
RGB
CMYK
RGB Variations
Color information
#4900AB (or 0x4900AB) is known color: Indigo. HEX triplet: 49, 00 and AB. RGB value is (73,0,171). Sum of RGB (Red+Green+Blue) = 73+0+171=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #4900AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900AB is #B6FF54. Grayscale: #282828. Windows color (decimal): -11992917 or 11206729. OLE color: 11206729.
HSL color Cylindrical-coordinate representation of color #4900AB: hue angle of 265.61º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900AB is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 0 | 171 | - |
| CMYK | 0.57 | 1 | 0 | 0.33 |
| HSL | 265.61º | 1% | 0.34% | - |
| HSV(B) | 265.61º | 1% | 0.67% | - |
| XYZ | 10.1 | 4.36 | 38.84 | - |
| YUV | 41.32 | 201.18 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 171 | 0.57 | 1 | 0 | 0.33 | 265.61 | 1 | 0.34 |
| Hex | 49 | 0 | AB | 39 | 64 | 0 | 21 | 10A | 64 | 22 |
| Octal | 111 | 0 | 253 | 71 | 144 | 0 | 41 | 412 | 144 | 42 |
| Binary | 1001001 | 0 | 10101011 | 111001 | 1100100 | 0 | 100001 | 100001010 | 1100100 | 100010 |
Color Harmonies of #4900AB
Complementary color
Monochromatic Colors of #4900AB
Black with #4900AB
Text Example
Text Example
White with #4900AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900AB; }
p { color: rgb(73,0,171); }
H1.HeaderClassName
{
color: #4900AB;
}
.AnyTagClassName
{
color: #4900AB;
}
</style>
background-color css
<style>
a { background-color: #4900AB; }
a { background-color: rgb(73,0,171); }
div.DivClassName
{
background-color: #4900AB;
}
.BgClassName
{
background-color: #4900AB;
}
</style>
border-color css
<style>
span { border-color: #4900AB; }
span { border-color: rgb(73,0,171); }
td.TdClassName
{
border-color: #4900AB;
}
.TagClassName
{
border-color: #4900AB;
}
</style>