Shades of Indigo #49097B
Tints of Indigo #49097B
RGB
CMYK
RGB Variations
Color information
#49097B (or 0x49097B) is known color: Indigo. HEX triplet: 49, 09 and 7B. RGB value is (73,9,123). Sum of RGB (Red+Green+Blue) = 73+9+123=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #49097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49097B is #B6F684. Grayscale: #282828. Windows color (decimal): -11990661 or 8063305. OLE color: 8063305.
HSL color Cylindrical-coordinate representation of color #49097B: hue angle of 273.68º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49097B is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 9 | 123 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.52 |
| HSL | 273.68º | 0.86% | 0.26% | - |
| HSV(B) | 273.68º | 0.93% | 0.48% | - |
| XYZ | 6.42 | 3.04 | 18.99 | - |
| YUV | 41.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 123 | 0.41 | 0.93 | 0 | 0.52 | 273.68 | 0.86 | 0.26 |
| Hex | 49 | 9 | 7B | 29 | 5D | 0 | 34 | 112 | 56 | 1A |
| Octal | 111 | 11 | 173 | 51 | 135 | 0 | 64 | 422 | 126 | 32 |
| Binary | 1001001 | 1001 | 1111011 | 101001 | 1011101 | 0 | 110100 | 100010010 | 1010110 | 11010 |
Color Harmonies of #49097B
Complementary color
Monochromatic Colors of #49097B
Black with #49097B
Text Example
Text Example
White with #49097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49097B; }
p { color: rgb(73,9,123); }
H1.HeaderClassName
{
color: #49097B;
}
.AnyTagClassName
{
color: #49097B;
}
</style>
background-color css
<style>
a { background-color: #49097B; }
a { background-color: rgb(73,9,123); }
div.DivClassName
{
background-color: #49097B;
}
.BgClassName
{
background-color: #49097B;
}
</style>
border-color css
<style>
span { border-color: #49097B; }
span { border-color: rgb(73,9,123); }
td.TdClassName
{
border-color: #49097B;
}
.TagClassName
{
border-color: #49097B;
}
</style>