Shades of Indigo #49089C
Tints of Indigo #49089C
RGB
CMYK
RGB Variations
Color information
#49089C (or 0x49089C) is known color: Indigo. HEX triplet: 49, 08 and 9C. RGB value is (73,8,156). Sum of RGB (Red+Green+Blue) = 73+8+156=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #49089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49089C is #B6F763. Grayscale: #2B2B2B. Windows color (decimal): -11990884 or 10225737. OLE color: 10225737.
HSL color Cylindrical-coordinate representation of color #49089C: hue angle of 266.35º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49089C is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 8 | 156 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.39 |
| HSL | 266.35º | 0.9% | 0.32% | - |
| HSV(B) | 266.35º | 0.95% | 0.61% | - |
| XYZ | 8.84 | 3.99 | 31.76 | - |
| YUV | 44.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 156 | 0.53 | 0.95 | 0 | 0.39 | 266.35 | 0.9 | 0.32 |
| Hex | 49 | 8 | 9C | 35 | 5F | 0 | 27 | 10A | 5A | 20 |
| Octal | 111 | 10 | 234 | 65 | 137 | 0 | 47 | 412 | 132 | 40 |
| Binary | 1001001 | 1000 | 10011100 | 110101 | 1011111 | 0 | 100111 | 100001010 | 1011010 | 100000 |
Color Harmonies of #49089C
Complementary color
Monochromatic Colors of #49089C
Black with #49089C
Text Example
Text Example
White with #49089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49089C; }
p { color: rgb(73,8,156); }
H1.HeaderClassName
{
color: #49089C;
}
.AnyTagClassName
{
color: #49089C;
}
</style>
background-color css
<style>
a { background-color: #49089C; }
a { background-color: rgb(73,8,156); }
div.DivClassName
{
background-color: #49089C;
}
.BgClassName
{
background-color: #49089C;
}
</style>
border-color css
<style>
span { border-color: #49089C; }
span { border-color: rgb(73,8,156); }
td.TdClassName
{
border-color: #49089C;
}
.TagClassName
{
border-color: #49089C;
}
</style>