Shades of Indigo #46098E
Tints of Indigo #46098E
RGB
CMYK
RGB Variations
Color information
#46098E (or 0x46098E) is known color: Indigo. HEX triplet: 46, 09 and 8E. RGB value is (70,9,142). Sum of RGB (Red+Green+Blue) = 70+9+142=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #46098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46098E is #B9F671. Grayscale: #292929. Windows color (decimal): -12187250 or 9308486. OLE color: 9308486.
HSL color Cylindrical-coordinate representation of color #46098E: hue angle of 267.52º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46098E is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 9 | 142 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.44 |
| HSL | 267.52º | 0.88% | 0.3% | - |
| HSV(B) | 267.52º | 0.94% | 0.56% | - |
| XYZ | 7.51 | 3.45 | 25.86 | - |
| YUV | 42.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 142 | 0.51 | 0.94 | 0 | 0.44 | 267.52 | 0.88 | 0.3 |
| Hex | 46 | 9 | 8E | 33 | 5E | 0 | 2C | 10C | 58 | 1E |
| Octal | 106 | 11 | 216 | 63 | 136 | 0 | 54 | 414 | 130 | 36 |
| Binary | 1000110 | 1001 | 10001110 | 110011 | 1011110 | 0 | 101100 | 100001100 | 1011000 | 11110 |
Color Harmonies of #46098E
Complementary color
Monochromatic Colors of #46098E
Black with #46098E
Text Example
Text Example
White with #46098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46098E; }
p { color: rgb(70,9,142); }
H1.HeaderClassName
{
color: #46098E;
}
.AnyTagClassName
{
color: #46098E;
}
</style>
background-color css
<style>
a { background-color: #46098E; }
a { background-color: rgb(70,9,142); }
div.DivClassName
{
background-color: #46098E;
}
.BgClassName
{
background-color: #46098E;
}
</style>
border-color css
<style>
span { border-color: #46098E; }
span { border-color: rgb(70,9,142); }
td.TdClassName
{
border-color: #46098E;
}
.TagClassName
{
border-color: #46098E;
}
</style>