Shades of Indigo #49067B
Tints of Indigo #49067B
RGB
CMYK
RGB Variations
Color information
#49067B (or 0x49067B) is known color: Indigo. HEX triplet: 49, 06 and 7B. RGB value is (73,6,123). Sum of RGB (Red+Green+Blue) = 73+6+123=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #49067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49067B is #B6F984. Grayscale: #262626. Windows color (decimal): -11991429 or 8062537. OLE color: 8062537.
HSL color Cylindrical-coordinate representation of color #49067B: hue angle of 274.36º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49067B is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 6 | 123 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.52 |
| HSL | 274.36º | 0.91% | 0.25% | - |
| HSV(B) | 274.36º | 0.95% | 0.48% | - |
| XYZ | 6.39 | 2.98 | 18.98 | - |
| YUV | 39.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 123 | 0.41 | 0.95 | 0 | 0.52 | 274.36 | 0.91 | 0.25 |
| Hex | 49 | 6 | 7B | 29 | 5F | 0 | 34 | 112 | 5B | 19 |
| Octal | 111 | 6 | 173 | 51 | 137 | 0 | 64 | 422 | 133 | 31 |
| Binary | 1001001 | 110 | 1111011 | 101001 | 1011111 | 0 | 110100 | 100010010 | 1011011 | 11001 |
Color Harmonies of #49067B
Complementary color
Monochromatic Colors of #49067B
Black with #49067B
Text Example
Text Example
White with #49067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49067B; }
p { color: rgb(73,6,123); }
H1.HeaderClassName
{
color: #49067B;
}
.AnyTagClassName
{
color: #49067B;
}
</style>
background-color css
<style>
a { background-color: #49067B; }
a { background-color: rgb(73,6,123); }
div.DivClassName
{
background-color: #49067B;
}
.BgClassName
{
background-color: #49067B;
}
</style>
border-color css
<style>
span { border-color: #49067B; }
span { border-color: rgb(73,6,123); }
td.TdClassName
{
border-color: #49067B;
}
.TagClassName
{
border-color: #49067B;
}
</style>