Shades of Indigo #49068D
Tints of Indigo #49068D
RGB
CMYK
RGB Variations
Color information
#49068D (or 0x49068D) is known color: Indigo. HEX triplet: 49, 06 and 8D. RGB value is (73,6,141). Sum of RGB (Red+Green+Blue) = 73+6+141=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #49068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49068D is #B6F972. Grayscale: #282828. Windows color (decimal): -11991411 or 9242185. OLE color: 9242185.
HSL color Cylindrical-coordinate representation of color #49068D: hue angle of 269.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49068D is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 6 | 141 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.45 |
| HSL | 269.78º | 0.92% | 0.29% | - |
| HSV(B) | 269.78º | 0.96% | 0.55% | - |
| XYZ | 7.62 | 3.47 | 25.47 | - |
| YUV | 41.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 141 | 0.48 | 0.96 | 0 | 0.45 | 269.78 | 0.92 | 0.29 |
| Hex | 49 | 6 | 8D | 30 | 60 | 0 | 2D | 10E | 5C | 1D |
| Octal | 111 | 6 | 215 | 60 | 140 | 0 | 55 | 416 | 134 | 35 |
| Binary | 1001001 | 110 | 10001101 | 110000 | 1100000 | 0 | 101101 | 100001110 | 1011100 | 11101 |
Color Harmonies of #49068D
Complementary color
Monochromatic Colors of #49068D
Black with #49068D
Text Example
Text Example
White with #49068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49068D; }
p { color: rgb(73,6,141); }
H1.HeaderClassName
{
color: #49068D;
}
.AnyTagClassName
{
color: #49068D;
}
</style>
background-color css
<style>
a { background-color: #49068D; }
a { background-color: rgb(73,6,141); }
div.DivClassName
{
background-color: #49068D;
}
.BgClassName
{
background-color: #49068D;
}
</style>
border-color css
<style>
span { border-color: #49068D; }
span { border-color: rgb(73,6,141); }
td.TdClassName
{
border-color: #49068D;
}
.TagClassName
{
border-color: #49068D;
}
</style>