Shades of Indigo #49007B
Tints of Indigo #49007B
RGB
CMYK
RGB Variations
Color information
#49007B (or 0x49007B) is known color: Indigo. HEX triplet: 49, 00 and 7B. RGB value is (73,0,123). Sum of RGB (Red+Green+Blue) = 73+0+123=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #49007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49007B is #B6FF84. Grayscale: #232323. Windows color (decimal): -11992965 or 8061001. OLE color: 8061001.
HSL color Cylindrical-coordinate representation of color #49007B: hue angle of 275.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49007B is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 0 | 123 | - |
| CMYK | 0.41 | 1 | 0 | 0.52 |
| HSL | 275.61º | 1% | 0.24% | - |
| HSV(B) | 275.61º | 1% | 0.48% | - |
| XYZ | 6.32 | 2.85 | 18.96 | - |
| YUV | 35.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 123 | 0.41 | 1 | 0 | 0.52 | 275.61 | 1 | 0.24 |
| Hex | 49 | 0 | 7B | 29 | 64 | 0 | 34 | 114 | 64 | 18 |
| Octal | 111 | 0 | 173 | 51 | 144 | 0 | 64 | 424 | 144 | 30 |
| Binary | 1001001 | 0 | 1111011 | 101001 | 1100100 | 0 | 110100 | 100010100 | 1100100 | 11000 |
Color Harmonies of #49007B
Complementary color
Monochromatic Colors of #49007B
Black with #49007B
Text Example
Text Example
White with #49007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49007B; }
p { color: rgb(73,0,123); }
H1.HeaderClassName
{
color: #49007B;
}
.AnyTagClassName
{
color: #49007B;
}
</style>
background-color css
<style>
a { background-color: #49007B; }
a { background-color: rgb(73,0,123); }
div.DivClassName
{
background-color: #49007B;
}
.BgClassName
{
background-color: #49007B;
}
</style>
border-color css
<style>
span { border-color: #49007B; }
span { border-color: rgb(73,0,123); }
td.TdClassName
{
border-color: #49007B;
}
.TagClassName
{
border-color: #49007B;
}
</style>