Shades of Indigo #49038A
Tints of Indigo #49038A
RGB
CMYK
RGB Variations
Color information
#49038A (or 0x49038A) is known color: Indigo. HEX triplet: 49, 03 and 8A. RGB value is (73,3,138). Sum of RGB (Red+Green+Blue) = 73+3+138=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #49038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49038A is #B6FC75. Grayscale: #262626. Windows color (decimal): -11992182 or 9044809. OLE color: 9044809.
HSL color Cylindrical-coordinate representation of color #49038A: hue angle of 271.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49038A is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 3 | 138 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.46 |
| HSL | 271.11º | 0.96% | 0.28% | - |
| HSV(B) | 271.11º | 0.98% | 0.54% | - |
| XYZ | 7.37 | 3.32 | 24.3 | - |
| YUV | 39.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 138 | 0.47 | 0.98 | 0 | 0.46 | 271.11 | 0.96 | 0.28 |
| Hex | 49 | 3 | 8A | 2F | 62 | 0 | 2E | 10F | 60 | 1C |
| Octal | 111 | 3 | 212 | 57 | 142 | 0 | 56 | 417 | 140 | 34 |
| Binary | 1001001 | 11 | 10001010 | 101111 | 1100010 | 0 | 101110 | 100001111 | 1100000 | 11100 |
Color Harmonies of #49038A
Complementary color
Monochromatic Colors of #49038A
Black with #49038A
Text Example
Text Example
White with #49038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49038A; }
p { color: rgb(73,3,138); }
H1.HeaderClassName
{
color: #49038A;
}
.AnyTagClassName
{
color: #49038A;
}
</style>
background-color css
<style>
a { background-color: #49038A; }
a { background-color: rgb(73,3,138); }
div.DivClassName
{
background-color: #49038A;
}
.BgClassName
{
background-color: #49038A;
}
</style>
border-color css
<style>
span { border-color: #49038A; }
span { border-color: rgb(73,3,138); }
td.TdClassName
{
border-color: #49038A;
}
.TagClassName
{
border-color: #49038A;
}
</style>