Shades of Indigo #4900AC
Tints of Indigo #4900AC
RGB
CMYK
RGB Variations
Color information
#4900AC (or 0x4900AC) is known color: Indigo. HEX triplet: 49, 00 and AC. RGB value is (73,0,172). Sum of RGB (Red+Green+Blue) = 73+0+172=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #4900AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900AC is #B6FF53. Grayscale: #282828. Windows color (decimal): -11992916 or 11272265. OLE color: 11272265.
HSL color Cylindrical-coordinate representation of color #4900AC: hue angle of 265.47º 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 #4900AC is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 0 | 172 | - |
| CMYK | 0.58 | 1 | 0 | 0.33 |
| HSL | 265.47º | 1% | 0.34% | - |
| HSV(B) | 265.47º | 1% | 0.67% | - |
| XYZ | 10.19 | 4.4 | 39.34 | - |
| YUV | 41.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 172 | 0.58 | 1 | 0 | 0.33 | 265.47 | 1 | 0.34 |
| Hex | 49 | 0 | AC | 3A | 64 | 0 | 21 | 109 | 64 | 22 |
| Octal | 111 | 0 | 254 | 72 | 144 | 0 | 41 | 411 | 144 | 42 |
| Binary | 1001001 | 0 | 10101100 | 111010 | 1100100 | 0 | 100001 | 100001001 | 1100100 | 100010 |
Color Harmonies of #4900AC
Complementary color
Monochromatic Colors of #4900AC
Black with #4900AC
Text Example
Text Example
White with #4900AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900AC; }
p { color: rgb(73,0,172); }
H1.HeaderClassName
{
color: #4900AC;
}
.AnyTagClassName
{
color: #4900AC;
}
</style>
background-color css
<style>
a { background-color: #4900AC; }
a { background-color: rgb(73,0,172); }
div.DivClassName
{
background-color: #4900AC;
}
.BgClassName
{
background-color: #4900AC;
}
</style>
border-color css
<style>
span { border-color: #4900AC; }
span { border-color: rgb(73,0,172); }
td.TdClassName
{
border-color: #4900AC;
}
.TagClassName
{
border-color: #4900AC;
}
</style>