Shades of Indigo #49017B
Tints of Indigo #49017B
RGB
CMYK
RGB Variations
Color information
#49017B (or 0x49017B) is known color: Indigo. HEX triplet: 49, 01 and 7B. RGB value is (73,1,123). Sum of RGB (Red+Green+Blue) = 73+1+123=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #49017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49017B is #B6FE84. Grayscale: #242424. Windows color (decimal): -11992709 or 8061257. OLE color: 8061257.
HSL color Cylindrical-coordinate representation of color #49017B: hue angle of 275.41º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49017B is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 1 | 123 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.52 |
| HSL | 275.41º | 0.98% | 0.24% | - |
| HSV(B) | 275.41º | 0.99% | 0.48% | - |
| XYZ | 6.33 | 2.87 | 18.96 | - |
| YUV | 36.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 123 | 0.41 | 0.99 | 0 | 0.52 | 275.41 | 0.98 | 0.24 |
| Hex | 49 | 1 | 7B | 29 | 63 | 0 | 34 | 113 | 62 | 18 |
| Octal | 111 | 1 | 173 | 51 | 143 | 0 | 64 | 423 | 142 | 30 |
| Binary | 1001001 | 1 | 1111011 | 101001 | 1100011 | 0 | 110100 | 100010011 | 1100010 | 11000 |
Color Harmonies of #49017B
Complementary color
Monochromatic Colors of #49017B
Black with #49017B
Text Example
Text Example
White with #49017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49017B; }
p { color: rgb(73,1,123); }
H1.HeaderClassName
{
color: #49017B;
}
.AnyTagClassName
{
color: #49017B;
}
</style>
background-color css
<style>
a { background-color: #49017B; }
a { background-color: rgb(73,1,123); }
div.DivClassName
{
background-color: #49017B;
}
.BgClassName
{
background-color: #49017B;
}
</style>
border-color css
<style>
span { border-color: #49017B; }
span { border-color: rgb(73,1,123); }
td.TdClassName
{
border-color: #49017B;
}
.TagClassName
{
border-color: #49017B;
}
</style>