Shades of Indigo #4903AC
Tints of Indigo #4903AC
RGB
CMYK
RGB Variations
Color information
#4903AC (or 0x4903AC) is known color: Indigo. HEX triplet: 49, 03 and AC. RGB value is (73,3,172). Sum of RGB (Red+Green+Blue) = 73+3+172=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #4903AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4903AC is #B6FC53. Grayscale: #2A2A2A. Windows color (decimal): -11992148 or 11273033. OLE color: 11273033.
HSL color Cylindrical-coordinate representation of color #4903AC: hue angle of 264.85º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4903AC is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 3 | 172 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.33 |
| HSL | 264.85º | 0.97% | 0.34% | - |
| HSV(B) | 264.85º | 0.98% | 0.67% | - |
| XYZ | 10.23 | 4.46 | 39.35 | - |
| YUV | 43.2 | 200.69 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 172 | 0.58 | 0.98 | 0 | 0.33 | 264.85 | 0.97 | 0.34 |
| Hex | 49 | 3 | AC | 3A | 62 | 0 | 21 | 109 | 61 | 22 |
| Octal | 111 | 3 | 254 | 72 | 142 | 0 | 41 | 411 | 141 | 42 |
| Binary | 1001001 | 11 | 10101100 | 111010 | 1100010 | 0 | 100001 | 100001001 | 1100001 | 100010 |
Color Harmonies of #4903AC
Complementary color
Monochromatic Colors of #4903AC
Black with #4903AC
Text Example
Text Example
White with #4903AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4903AC; }
p { color: rgb(73,3,172); }
H1.HeaderClassName
{
color: #4903AC;
}
.AnyTagClassName
{
color: #4903AC;
}
</style>
background-color css
<style>
a { background-color: #4903AC; }
a { background-color: rgb(73,3,172); }
div.DivClassName
{
background-color: #4903AC;
}
.BgClassName
{
background-color: #4903AC;
}
</style>
border-color css
<style>
span { border-color: #4903AC; }
span { border-color: rgb(73,3,172); }
td.TdClassName
{
border-color: #4903AC;
}
.TagClassName
{
border-color: #4903AC;
}
</style>