Shades of Indigo #46055E
Tints of Indigo #46055E
RGB
CMYK
RGB Variations
Color information
#46055E (or 0x46055E) is known color: Indigo. HEX triplet: 46, 05 and 5E. RGB value is (70,5,94). Sum of RGB (Red+Green+Blue) = 70+5+94=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #46055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46055E is #B9FAA1. Grayscale: #222222. Windows color (decimal): -12188322 or 6161734. OLE color: 6161734.
HSL color Cylindrical-coordinate representation of color #46055E: hue angle of 283.82º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46055E is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 5 | 94 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.63 |
| HSL | 283.82º | 0.9% | 0.19% | - |
| HSV(B) | 283.82º | 0.95% | 0.37% | - |
| XYZ | 4.6 | 2.22 | 10.78 | - |
| YUV | 34.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 94 | 0.26 | 0.95 | 0 | 0.63 | 283.82 | 0.9 | 0.19 |
| Hex | 46 | 5 | 5E | 1A | 5F | 0 | 3F | 11C | 5A | 13 |
| Octal | 106 | 5 | 136 | 32 | 137 | 0 | 77 | 434 | 132 | 23 |
| Binary | 1000110 | 101 | 1011110 | 11010 | 1011111 | 0 | 111111 | 100011100 | 1011010 | 10011 |
Color Harmonies of #46055E
Complementary color
Monochromatic Colors of #46055E
Black with #46055E
Text Example
Text Example
White with #46055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46055E; }
p { color: rgb(70,5,94); }
H1.HeaderClassName
{
color: #46055E;
}
.AnyTagClassName
{
color: #46055E;
}
</style>
background-color css
<style>
a { background-color: #46055E; }
a { background-color: rgb(70,5,94); }
div.DivClassName
{
background-color: #46055E;
}
.BgClassName
{
background-color: #46055E;
}
</style>
border-color css
<style>
span { border-color: #46055E; }
span { border-color: rgb(70,5,94); }
td.TdClassName
{
border-color: #46055E;
}
.TagClassName
{
border-color: #46055E;
}
</style>