Shades of Indigo #49078B
Tints of Indigo #49078B
RGB
CMYK
RGB Variations
Color information
#49078B (or 0x49078B) is known color: Indigo. HEX triplet: 49, 07 and 8B. RGB value is (73,7,139). Sum of RGB (Red+Green+Blue) = 73+7+139=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #49078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49078B is #B6F874. Grayscale: #292929. Windows color (decimal): -11991157 or 9111369. OLE color: 9111369.
HSL color Cylindrical-coordinate representation of color #49078B: hue angle of 270º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49078B is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 7 | 139 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.45 |
| HSL | 270º | 0.9% | 0.29% | - |
| HSV(B) | 270º | 0.95% | 0.55% | - |
| XYZ | 7.48 | 3.43 | 24.69 | - |
| YUV | 41.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 139 | 0.47 | 0.95 | 0 | 0.45 | 270 | 0.9 | 0.29 |
| Hex | 49 | 7 | 8B | 2F | 5F | 0 | 2D | 10E | 5A | 1D |
| Octal | 111 | 7 | 213 | 57 | 137 | 0 | 55 | 416 | 132 | 35 |
| Binary | 1001001 | 111 | 10001011 | 101111 | 1011111 | 0 | 101101 | 100001110 | 1011010 | 11101 |
Color Harmonies of #49078B
Complementary color
Monochromatic Colors of #49078B
Black with #49078B
Text Example
Text Example
White with #49078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49078B; }
p { color: rgb(73,7,139); }
H1.HeaderClassName
{
color: #49078B;
}
.AnyTagClassName
{
color: #49078B;
}
</style>
background-color css
<style>
a { background-color: #49078B; }
a { background-color: rgb(73,7,139); }
div.DivClassName
{
background-color: #49078B;
}
.BgClassName
{
background-color: #49078B;
}
</style>
border-color css
<style>
span { border-color: #49078B; }
span { border-color: rgb(73,7,139); }
td.TdClassName
{
border-color: #49078B;
}
.TagClassName
{
border-color: #49078B;
}
</style>