Shades of Indigo #46048B
Tints of Indigo #46048B
RGB
CMYK
RGB Variations
Color information
#46048B (or 0x46048B) is known color: Indigo. HEX triplet: 46, 04 and 8B. RGB value is (70,4,139). Sum of RGB (Red+Green+Blue) = 70+4+139=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #46048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46048B is #B9FB74. Grayscale: #262626. Windows color (decimal): -12188533 or 9110598. OLE color: 9110598.
HSL color Cylindrical-coordinate representation of color #46048B: hue angle of 269.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46048B is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 4 | 139 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.45 |
| HSL | 269.33º | 0.94% | 0.28% | - |
| HSV(B) | 269.33º | 0.97% | 0.55% | - |
| XYZ | 7.23 | 3.25 | 24.67 | - |
| YUV | 39.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 139 | 0.50 | 0.97 | 0 | 0.45 | 269.33 | 0.94 | 0.28 |
| Hex | 46 | 4 | 8B | 32 | 61 | 0 | 2D | 10D | 5E | 1C |
| Octal | 106 | 4 | 213 | 62 | 141 | 0 | 55 | 415 | 136 | 34 |
| Binary | 1000110 | 100 | 10001011 | 110010 | 1100001 | 0 | 101101 | 100001101 | 1011110 | 11100 |
Color Harmonies of #46048B
Complementary color
Monochromatic Colors of #46048B
Black with #46048B
Text Example
Text Example
White with #46048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46048B; }
p { color: rgb(70,4,139); }
H1.HeaderClassName
{
color: #46048B;
}
.AnyTagClassName
{
color: #46048B;
}
</style>
background-color css
<style>
a { background-color: #46048B; }
a { background-color: rgb(70,4,139); }
div.DivClassName
{
background-color: #46048B;
}
.BgClassName
{
background-color: #46048B;
}
</style>
border-color css
<style>
span { border-color: #46048B; }
span { border-color: rgb(70,4,139); }
td.TdClassName
{
border-color: #46048B;
}
.TagClassName
{
border-color: #46048B;
}
</style>