Shades of Indigo #49028F
Tints of Indigo #49028F
RGB
CMYK
RGB Variations
Color information
#49028F (or 0x49028F) is known color: Indigo. HEX triplet: 49, 02 and 8F. RGB value is (73,2,143). Sum of RGB (Red+Green+Blue) = 73+2+143=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #49028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49028F is #B6FD70. Grayscale: #262626. Windows color (decimal): -11992433 or 9372233. OLE color: 9372233.
HSL color Cylindrical-coordinate representation of color #49028F: hue angle of 270.21º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49028F is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 2 | 143 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.44 |
| HSL | 270.21º | 0.97% | 0.28% | - |
| HSV(B) | 270.21º | 0.99% | 0.56% | - |
| XYZ | 7.73 | 3.44 | 26.24 | - |
| YUV | 39.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 143 | 0.49 | 0.99 | 0 | 0.44 | 270.21 | 0.97 | 0.28 |
| Hex | 49 | 2 | 8F | 31 | 63 | 0 | 2C | 10E | 61 | 1C |
| Octal | 111 | 2 | 217 | 61 | 143 | 0 | 54 | 416 | 141 | 34 |
| Binary | 1001001 | 10 | 10001111 | 110001 | 1100011 | 0 | 101100 | 100001110 | 1100001 | 11100 |
Color Harmonies of #49028F
Complementary color
Monochromatic Colors of #49028F
Black with #49028F
Text Example
Text Example
White with #49028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49028F; }
p { color: rgb(73,2,143); }
H1.HeaderClassName
{
color: #49028F;
}
.AnyTagClassName
{
color: #49028F;
}
</style>
background-color css
<style>
a { background-color: #49028F; }
a { background-color: rgb(73,2,143); }
div.DivClassName
{
background-color: #49028F;
}
.BgClassName
{
background-color: #49028F;
}
</style>
border-color css
<style>
span { border-color: #49028F; }
span { border-color: rgb(73,2,143); }
td.TdClassName
{
border-color: #49028F;
}
.TagClassName
{
border-color: #49028F;
}
</style>