Shades of Indigo #49089F
Tints of Indigo #49089F
RGB
CMYK
RGB Variations
Color information
#49089F (or 0x49089F) is known color: Indigo. HEX triplet: 49, 08 and 9F. RGB value is (73,8,159). Sum of RGB (Red+Green+Blue) = 73+8+159=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #49089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49089F is #B6F760. Grayscale: #2C2C2C. Windows color (decimal): -11990881 or 10422345. OLE color: 10422345.
HSL color Cylindrical-coordinate representation of color #49089F: hue angle of 265.83º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49089F is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 8 | 159 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.38 |
| HSL | 265.83º | 0.9% | 0.33% | - |
| HSV(B) | 265.83º | 0.95% | 0.62% | - |
| XYZ | 9.09 | 4.09 | 33.11 | - |
| YUV | 44.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 159 | 0.54 | 0.95 | 0 | 0.38 | 265.83 | 0.9 | 0.33 |
| Hex | 49 | 8 | 9F | 36 | 5F | 0 | 26 | 10A | 5A | 21 |
| Octal | 111 | 10 | 237 | 66 | 137 | 0 | 46 | 412 | 132 | 41 |
| Binary | 1001001 | 1000 | 10011111 | 110110 | 1011111 | 0 | 100110 | 100001010 | 1011010 | 100001 |
Color Harmonies of #49089F
Complementary color
Monochromatic Colors of #49089F
Black with #49089F
Text Example
Text Example
White with #49089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49089F; }
p { color: rgb(73,8,159); }
H1.HeaderClassName
{
color: #49089F;
}
.AnyTagClassName
{
color: #49089F;
}
</style>
background-color css
<style>
a { background-color: #49089F; }
a { background-color: rgb(73,8,159); }
div.DivClassName
{
background-color: #49089F;
}
.BgClassName
{
background-color: #49089F;
}
</style>
border-color css
<style>
span { border-color: #49089F; }
span { border-color: rgb(73,8,159); }
td.TdClassName
{
border-color: #49089F;
}
.TagClassName
{
border-color: #49089F;
}
</style>