Shades of Indigo #49107B
Tints of Indigo #49107B
RGB
CMYK
RGB Variations
Color information
#49107B (or 0x49107B) is known color: Indigo. HEX triplet: 49, 10 and 7B. RGB value is (73,16,123). Sum of RGB (Red+Green+Blue) = 73+16+123=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #49107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49107B is #B6EF84. Grayscale: #2C2C2C. Windows color (decimal): -11988869 or 8065097. OLE color: 8065097.
HSL color Cylindrical-coordinate representation of color #49107B: hue angle of 271.96º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49107B is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 16 | 123 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.52 |
| HSL | 271.96º | 0.77% | 0.27% | - |
| HSV(B) | 271.96º | 0.87% | 0.48% | - |
| XYZ | 6.51 | 3.22 | 19.02 | - |
| YUV | 45.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 123 | 0.41 | 0.87 | 0 | 0.52 | 271.96 | 0.77 | 0.27 |
| Hex | 49 | 10 | 7B | 29 | 57 | 0 | 34 | 110 | 4D | 1B |
| Octal | 111 | 20 | 173 | 51 | 127 | 0 | 64 | 420 | 115 | 33 |
| Binary | 1001001 | 10000 | 1111011 | 101001 | 1010111 | 0 | 110100 | 100010000 | 1001101 | 11011 |
Color Harmonies of #49107B
Complementary color
Monochromatic Colors of #49107B
Black with #49107B
Text Example
Text Example
White with #49107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49107B; }
p { color: rgb(73,16,123); }
H1.HeaderClassName
{
color: #49107B;
}
.AnyTagClassName
{
color: #49107B;
}
</style>
background-color css
<style>
a { background-color: #49107B; }
a { background-color: rgb(73,16,123); }
div.DivClassName
{
background-color: #49107B;
}
.BgClassName
{
background-color: #49107B;
}
</style>
border-color css
<style>
span { border-color: #49107B; }
span { border-color: rgb(73,16,123); }
td.TdClassName
{
border-color: #49107B;
}
.TagClassName
{
border-color: #49107B;
}
</style>