Shades of Indigo #49087B
Tints of Indigo #49087B
RGB
CMYK
RGB Variations
Color information
#49087B (or 0x49087B) is known color: Indigo. HEX triplet: 49, 08 and 7B. RGB value is (73,8,123). Sum of RGB (Red+Green+Blue) = 73+8+123=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #49087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49087B is #B6F784. Grayscale: #282828. Windows color (decimal): -11990917 or 8063049. OLE color: 8063049.
HSL color Cylindrical-coordinate representation of color #49087B: hue angle of 273.91º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49087B is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 8 | 123 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.52 |
| HSL | 273.91º | 0.88% | 0.26% | - |
| HSV(B) | 273.91º | 0.93% | 0.48% | - |
| XYZ | 6.41 | 3.02 | 18.98 | - |
| YUV | 40.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 123 | 0.41 | 0.93 | 0 | 0.52 | 273.91 | 0.88 | 0.26 |
| Hex | 49 | 8 | 7B | 29 | 5D | 0 | 34 | 112 | 58 | 1A |
| Octal | 111 | 10 | 173 | 51 | 135 | 0 | 64 | 422 | 130 | 32 |
| Binary | 1001001 | 1000 | 1111011 | 101001 | 1011101 | 0 | 110100 | 100010010 | 1011000 | 11010 |
Color Harmonies of #49087B
Complementary color
Monochromatic Colors of #49087B
Black with #49087B
Text Example
Text Example
White with #49087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49087B; }
p { color: rgb(73,8,123); }
H1.HeaderClassName
{
color: #49087B;
}
.AnyTagClassName
{
color: #49087B;
}
</style>
background-color css
<style>
a { background-color: #49087B; }
a { background-color: rgb(73,8,123); }
div.DivClassName
{
background-color: #49087B;
}
.BgClassName
{
background-color: #49087B;
}
</style>
border-color css
<style>
span { border-color: #49087B; }
span { border-color: rgb(73,8,123); }
td.TdClassName
{
border-color: #49087B;
}
.TagClassName
{
border-color: #49087B;
}
</style>