Shades of Indigo #49189C
Tints of Indigo #49189C
RGB
CMYK
RGB Variations
Color information
#49189C (or 0x49189C) is known color: Indigo. HEX triplet: 49, 18 and 9C. RGB value is (73,24,156). Sum of RGB (Red+Green+Blue) = 73+24+156=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #49189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49189C is #B6E763. Grayscale: #353535. Windows color (decimal): -11986788 or 10229833. OLE color: 10229833.
HSL color Cylindrical-coordinate representation of color #49189C: hue angle of 262.27º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49189C is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 24 | 156 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.39 |
| HSL | 262.27º | 0.73% | 0.35% | - |
| HSV(B) | 262.27º | 0.85% | 0.61% | - |
| XYZ | 9.08 | 4.47 | 31.84 | - |
| YUV | 53.7 | 185.73 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 156 | 0.53 | 0.85 | 0 | 0.39 | 262.27 | 0.73 | 0.35 |
| Hex | 49 | 18 | 9C | 35 | 55 | 0 | 27 | 106 | 49 | 23 |
| Octal | 111 | 30 | 234 | 65 | 125 | 0 | 47 | 406 | 111 | 43 |
| Binary | 1001001 | 11000 | 10011100 | 110101 | 1010101 | 0 | 100111 | 100000110 | 1001001 | 100011 |
Color Harmonies of #49189C
Complementary color
Monochromatic Colors of #49189C
Black with #49189C
Text Example
Text Example
White with #49189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49189C; }
p { color: rgb(73,24,156); }
H1.HeaderClassName
{
color: #49189C;
}
.AnyTagClassName
{
color: #49189C;
}
</style>
background-color css
<style>
a { background-color: #49189C; }
a { background-color: rgb(73,24,156); }
div.DivClassName
{
background-color: #49189C;
}
.BgClassName
{
background-color: #49189C;
}
</style>
border-color css
<style>
span { border-color: #49189C; }
span { border-color: rgb(73,24,156); }
td.TdClassName
{
border-color: #49189C;
}
.TagClassName
{
border-color: #49189C;
}
</style>