Shades of Indigo #49127B
Tints of Indigo #49127B
RGB
CMYK
RGB Variations
Color information
#49127B (or 0x49127B) is known color: Indigo. HEX triplet: 49, 12 and 7B. RGB value is (73,18,123). Sum of RGB (Red+Green+Blue) = 73+18+123=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #49127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49127B is #B6ED84. Grayscale: #2E2E2E. Windows color (decimal): -11988357 or 8065609. OLE color: 8065609.
HSL color Cylindrical-coordinate representation of color #49127B: hue angle of 271.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49127B is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 18 | 123 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.52 |
| HSL | 271.43º | 0.74% | 0.28% | - |
| HSV(B) | 271.43º | 0.85% | 0.48% | - |
| XYZ | 6.54 | 3.28 | 19.03 | - |
| YUV | 46.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 123 | 0.41 | 0.85 | 0 | 0.52 | 271.43 | 0.74 | 0.28 |
| Hex | 49 | 12 | 7B | 29 | 55 | 0 | 34 | 10F | 4A | 1C |
| Octal | 111 | 22 | 173 | 51 | 125 | 0 | 64 | 417 | 112 | 34 |
| Binary | 1001001 | 10010 | 1111011 | 101001 | 1010101 | 0 | 110100 | 100001111 | 1001010 | 11100 |
Color Harmonies of #49127B
Complementary color
Monochromatic Colors of #49127B
Black with #49127B
Text Example
Text Example
White with #49127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49127B; }
p { color: rgb(73,18,123); }
H1.HeaderClassName
{
color: #49127B;
}
.AnyTagClassName
{
color: #49127B;
}
</style>
background-color css
<style>
a { background-color: #49127B; }
a { background-color: rgb(73,18,123); }
div.DivClassName
{
background-color: #49127B;
}
.BgClassName
{
background-color: #49127B;
}
</style>
border-color css
<style>
span { border-color: #49127B; }
span { border-color: rgb(73,18,123); }
td.TdClassName
{
border-color: #49127B;
}
.TagClassName
{
border-color: #49127B;
}
</style>