Shades of Indigo #46078B
Tints of Indigo #46078B
RGB
CMYK
RGB Variations
Color information
#46078B (or 0x46078B) is known color: Indigo. HEX triplet: 46, 07 and 8B. RGB value is (70,7,139). Sum of RGB (Red+Green+Blue) = 70+7+139=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #46078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46078B is #B9F874. Grayscale: #282828. Windows color (decimal): -12187765 or 9111366. OLE color: 9111366.
HSL color Cylindrical-coordinate representation of color #46078B: hue angle of 268.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46078B is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 7 | 139 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.45 |
| HSL | 268.64º | 0.9% | 0.29% | - |
| HSV(B) | 268.64º | 0.95% | 0.55% | - |
| XYZ | 7.26 | 3.32 | 24.68 | - |
| YUV | 40.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 139 | 0.50 | 0.95 | 0 | 0.45 | 268.64 | 0.9 | 0.29 |
| Hex | 46 | 7 | 8B | 32 | 5F | 0 | 2D | 10D | 5A | 1D |
| Octal | 106 | 7 | 213 | 62 | 137 | 0 | 55 | 415 | 132 | 35 |
| Binary | 1000110 | 111 | 10001011 | 110010 | 1011111 | 0 | 101101 | 100001101 | 1011010 | 11101 |
Color Harmonies of #46078B
Complementary color
Monochromatic Colors of #46078B
Black with #46078B
Text Example
Text Example
White with #46078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46078B; }
p { color: rgb(70,7,139); }
H1.HeaderClassName
{
color: #46078B;
}
.AnyTagClassName
{
color: #46078B;
}
</style>
background-color css
<style>
a { background-color: #46078B; }
a { background-color: rgb(70,7,139); }
div.DivClassName
{
background-color: #46078B;
}
.BgClassName
{
background-color: #46078B;
}
</style>
border-color css
<style>
span { border-color: #46078B; }
span { border-color: rgb(70,7,139); }
td.TdClassName
{
border-color: #46078B;
}
.TagClassName
{
border-color: #46078B;
}
</style>