Shades of Indigo #49079A
Tints of Indigo #49079A
RGB
CMYK
RGB Variations
Color information
#49079A (or 0x49079A) is known color: Indigo. HEX triplet: 49, 07 and 9A. RGB value is (73,7,154). Sum of RGB (Red+Green+Blue) = 73+7+154=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #49079A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49079A is #B6F865. Grayscale: #2A2A2A. Windows color (decimal): -11991142 or 10094409. OLE color: 10094409.
HSL color Cylindrical-coordinate representation of color #49079A: hue angle of 266.94º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49079A is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 7 | 154 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.40 |
| HSL | 266.94º | 0.91% | 0.32% | - |
| HSV(B) | 266.94º | 0.95% | 0.6% | - |
| XYZ | 8.66 | 3.9 | 30.87 | - |
| YUV | 43.49 | 190.37 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 154 | 0.53 | 0.95 | 0 | 0.40 | 266.94 | 0.91 | 0.32 |
| Hex | 49 | 7 | 9A | 35 | 5F | 0 | 28 | 10B | 5B | 20 |
| Octal | 111 | 7 | 232 | 65 | 137 | 0 | 50 | 413 | 133 | 40 |
| Binary | 1001001 | 111 | 10011010 | 110101 | 1011111 | 0 | 101000 | 100001011 | 1011011 | 100000 |
Color Harmonies of #49079A
Complementary color
Monochromatic Colors of #49079A
Black with #49079A
Text Example
Text Example
White with #49079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49079A; }
p { color: rgb(73,7,154); }
H1.HeaderClassName
{
color: #49079A;
}
.AnyTagClassName
{
color: #49079A;
}
</style>
background-color css
<style>
a { background-color: #49079A; }
a { background-color: rgb(73,7,154); }
div.DivClassName
{
background-color: #49079A;
}
.BgClassName
{
background-color: #49079A;
}
</style>
border-color css
<style>
span { border-color: #49079A; }
span { border-color: rgb(73,7,154); }
td.TdClassName
{
border-color: #49079A;
}
.TagClassName
{
border-color: #49079A;
}
</style>