Shades of Indigo #46065E
Tints of Indigo #46065E
RGB
CMYK
RGB Variations
Color information
#46065E (or 0x46065E) is known color: Indigo. HEX triplet: 46, 06 and 5E. RGB value is (70,6,94). Sum of RGB (Red+Green+Blue) = 70+6+94=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #46065E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46065E is #B9F9A1. Grayscale: #222222. Windows color (decimal): -12188066 or 6161990. OLE color: 6161990.
HSL color Cylindrical-coordinate representation of color #46065E: hue angle of 283.64º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46065E is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 6 | 94 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.63 |
| HSL | 283.64º | 0.88% | 0.2% | - |
| HSV(B) | 283.64º | 0.94% | 0.37% | - |
| XYZ | 4.61 | 2.24 | 10.78 | - |
| YUV | 35.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 94 | 0.26 | 0.94 | 0 | 0.63 | 283.64 | 0.88 | 0.2 |
| Hex | 46 | 6 | 5E | 1A | 5E | 0 | 3F | 11C | 58 | 14 |
| Octal | 106 | 6 | 136 | 32 | 136 | 0 | 77 | 434 | 130 | 24 |
| Binary | 1000110 | 110 | 1011110 | 11010 | 1011110 | 0 | 111111 | 100011100 | 1011000 | 10100 |
Color Harmonies of #46065E
Complementary color
Monochromatic Colors of #46065E
Black with #46065E
Text Example
Text Example
White with #46065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46065E; }
p { color: rgb(70,6,94); }
H1.HeaderClassName
{
color: #46065E;
}
.AnyTagClassName
{
color: #46065E;
}
</style>
background-color css
<style>
a { background-color: #46065E; }
a { background-color: rgb(70,6,94); }
div.DivClassName
{
background-color: #46065E;
}
.BgClassName
{
background-color: #46065E;
}
</style>
border-color css
<style>
span { border-color: #46065E; }
span { border-color: rgb(70,6,94); }
td.TdClassName
{
border-color: #46065E;
}
.TagClassName
{
border-color: #46065E;
}
</style>