Shades of Indigo #46008F
Tints of Indigo #46008F
RGB
CMYK
RGB Variations
Color information
#46008F (or 0x46008F) is known color: Indigo. HEX triplet: 46, 00 and 8F. RGB value is (70,0,143). Sum of RGB (Red+Green+Blue) = 70+0+143=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #46008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46008F is #B9FF70. Grayscale: #242424. Windows color (decimal): -12189553 or 9371718. OLE color: 9371718.
HSL color Cylindrical-coordinate representation of color #46008F: hue angle of 269.37º 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 #46008F is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 0 | 143 | - |
| CMYK | 0.51 | 1 | 0 | 0.44 |
| HSL | 269.37º | 1% | 0.28% | - |
| HSV(B) | 269.37º | 1% | 0.56% | - |
| XYZ | 7.48 | 3.29 | 26.23 | - |
| YUV | 37.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 143 | 0.51 | 1 | 0 | 0.44 | 269.37 | 1 | 0.28 |
| Hex | 46 | 0 | 8F | 33 | 64 | 0 | 2C | 10D | 64 | 1C |
| Octal | 106 | 0 | 217 | 63 | 144 | 0 | 54 | 415 | 144 | 34 |
| Binary | 1000110 | 0 | 10001111 | 110011 | 1100100 | 0 | 101100 | 100001101 | 1100100 | 11100 |
Color Harmonies of #46008F
Complementary color
Monochromatic Colors of #46008F
Black with #46008F
Text Example
Text Example
White with #46008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46008F; }
p { color: rgb(70,0,143); }
H1.HeaderClassName
{
color: #46008F;
}
.AnyTagClassName
{
color: #46008F;
}
</style>
background-color css
<style>
a { background-color: #46008F; }
a { background-color: rgb(70,0,143); }
div.DivClassName
{
background-color: #46008F;
}
.BgClassName
{
background-color: #46008F;
}
</style>
border-color css
<style>
span { border-color: #46008F; }
span { border-color: rgb(70,0,143); }
td.TdClassName
{
border-color: #46008F;
}
.TagClassName
{
border-color: #46008F;
}
</style>