Shades of Indigo #46008E
Tints of Indigo #46008E
RGB
CMYK
RGB Variations
Color information
#46008E (or 0x46008E) is known color: Indigo. HEX triplet: 46, 00 and 8E. RGB value is (70,0,142). Sum of RGB (Red+Green+Blue) = 70+0+142=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #46008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46008E is #B9FF71. Grayscale: #242424. Windows color (decimal): -12189554 or 9306182. OLE color: 9306182.
HSL color Cylindrical-coordinate representation of color #46008E: hue angle of 269.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46008E is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 0 | 142 | - |
| CMYK | 0.51 | 1 | 0 | 0.44 |
| HSL | 269.58º | 1% | 0.28% | - |
| HSV(B) | 269.58º | 1% | 0.56% | - |
| XYZ | 7.41 | 3.26 | 25.83 | - |
| YUV | 37.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 142 | 0.51 | 1 | 0 | 0.44 | 269.58 | 1 | 0.28 |
| Hex | 46 | 0 | 8E | 33 | 64 | 0 | 2C | 10E | 64 | 1C |
| Octal | 106 | 0 | 216 | 63 | 144 | 0 | 54 | 416 | 144 | 34 |
| Binary | 1000110 | 0 | 10001110 | 110011 | 1100100 | 0 | 101100 | 100001110 | 1100100 | 11100 |
Color Harmonies of #46008E
Complementary color
Monochromatic Colors of #46008E
Black with #46008E
Text Example
Text Example
White with #46008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46008E; }
p { color: rgb(70,0,142); }
H1.HeaderClassName
{
color: #46008E;
}
.AnyTagClassName
{
color: #46008E;
}
</style>
background-color css
<style>
a { background-color: #46008E; }
a { background-color: rgb(70,0,142); }
div.DivClassName
{
background-color: #46008E;
}
.BgClassName
{
background-color: #46008E;
}
</style>
border-color css
<style>
span { border-color: #46008E; }
span { border-color: rgb(70,0,142); }
td.TdClassName
{
border-color: #46008E;
}
.TagClassName
{
border-color: #46008E;
}
</style>