Shades of Indigo #49039B
Tints of Indigo #49039B
RGB
CMYK
RGB Variations
Color information
#49039B (or 0x49039B) is known color: Indigo. HEX triplet: 49, 03 and 9B. RGB value is (73,3,155). Sum of RGB (Red+Green+Blue) = 73+3+155=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #49039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49039B is #B6FC64. Grayscale: #282828. Windows color (decimal): -11992165 or 10158921. OLE color: 10158921.
HSL color Cylindrical-coordinate representation of color #49039B: hue angle of 267.63º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49039B is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 3 | 155 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.39 |
| HSL | 267.63º | 0.96% | 0.31% | - |
| HSV(B) | 267.63º | 0.98% | 0.61% | - |
| XYZ | 8.7 | 3.85 | 31.29 | - |
| YUV | 41.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 155 | 0.53 | 0.98 | 0 | 0.39 | 267.63 | 0.96 | 0.31 |
| Hex | 49 | 3 | 9B | 35 | 62 | 0 | 27 | 10C | 60 | 1F |
| Octal | 111 | 3 | 233 | 65 | 142 | 0 | 47 | 414 | 140 | 37 |
| Binary | 1001001 | 11 | 10011011 | 110101 | 1100010 | 0 | 100111 | 100001100 | 1100000 | 11111 |
Color Harmonies of #49039B
Complementary color
Monochromatic Colors of #49039B
Black with #49039B
Text Example
Text Example
White with #49039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49039B; }
p { color: rgb(73,3,155); }
H1.HeaderClassName
{
color: #49039B;
}
.AnyTagClassName
{
color: #49039B;
}
</style>
background-color css
<style>
a { background-color: #49039B; }
a { background-color: rgb(73,3,155); }
div.DivClassName
{
background-color: #49039B;
}
.BgClassName
{
background-color: #49039B;
}
</style>
border-color css
<style>
span { border-color: #49039B; }
span { border-color: rgb(73,3,155); }
td.TdClassName
{
border-color: #49039B;
}
.TagClassName
{
border-color: #49039B;
}
</style>