Shades of Indigo #4903A2
Tints of Indigo #4903A2
RGB
CMYK
RGB Variations
Color information
#4903A2 (or 0x4903A2) is known color: Indigo. HEX triplet: 49, 03 and A2. RGB value is (73,3,162). Sum of RGB (Red+Green+Blue) = 73+3+162=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 162 (63.67% from 255 or 68.07% from 238); Max value from RGB is 162 - color contains mainly: blue. Hex color #4903A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4903A2 is #B6FC5D. Grayscale: #292929. Windows color (decimal): -11992158 or 10617673. OLE color: 10617673.
HSL color Cylindrical-coordinate representation of color #4903A2: hue angle of 266.42º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4903A2 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 3 | 162 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.36 |
| HSL | 266.42º | 0.96% | 0.32% | - |
| HSV(B) | 266.42º | 0.98% | 0.64% | - |
| XYZ | 9.3 | 4.09 | 34.48 | - |
| YUV | 42.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 162 | 0.55 | 0.98 | 0 | 0.36 | 266.42 | 0.96 | 0.32 |
| Hex | 49 | 3 | A2 | 37 | 62 | 0 | 24 | 10A | 60 | 20 |
| Octal | 111 | 3 | 242 | 67 | 142 | 0 | 44 | 412 | 140 | 40 |
| Binary | 1001001 | 11 | 10100010 | 110111 | 1100010 | 0 | 100100 | 100001010 | 1100000 | 100000 |
Color Harmonies of #4903A2
Complementary color
Monochromatic Colors of #4903A2
Black with #4903A2
Text Example
Text Example
White with #4903A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4903A2; }
p { color: rgb(73,3,162); }
H1.HeaderClassName
{
color: #4903A2;
}
.AnyTagClassName
{
color: #4903A2;
}
</style>
background-color css
<style>
a { background-color: #4903A2; }
a { background-color: rgb(73,3,162); }
div.DivClassName
{
background-color: #4903A2;
}
.BgClassName
{
background-color: #4903A2;
}
</style>
border-color css
<style>
span { border-color: #4903A2; }
span { border-color: rgb(73,3,162); }
td.TdClassName
{
border-color: #4903A2;
}
.TagClassName
{
border-color: #4903A2;
}
</style>