Shades of Indigo #46096A
Tints of Indigo #46096A
RGB
CMYK
RGB Variations
Color information
#46096A (or 0x46096A) is known color: Indigo. HEX triplet: 46, 09 and 6A. RGB value is (70,9,106). Sum of RGB (Red+Green+Blue) = 70+9+106=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #46096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46096A is #B9F695. Grayscale: #252525. Windows color (decimal): -12187286 or 6949190. OLE color: 6949190.
HSL color Cylindrical-coordinate representation of color #46096A: hue angle of 277.73º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46096A is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 9 | 106 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.58 |
| HSL | 277.73º | 0.84% | 0.23% | - |
| HSV(B) | 277.73º | 0.92% | 0.42% | - |
| XYZ | 5.22 | 2.54 | 13.85 | - |
| YUV | 38.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 106 | 0.34 | 0.92 | 0 | 0.58 | 277.73 | 0.84 | 0.23 |
| Hex | 46 | 9 | 6A | 22 | 5C | 0 | 3A | 116 | 54 | 17 |
| Octal | 106 | 11 | 152 | 42 | 134 | 0 | 72 | 426 | 124 | 27 |
| Binary | 1000110 | 1001 | 1101010 | 100010 | 1011100 | 0 | 111010 | 100010110 | 1010100 | 10111 |
Color Harmonies of #46096A
Complementary color
Monochromatic Colors of #46096A
Black with #46096A
Text Example
Text Example
White with #46096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46096A; }
p { color: rgb(70,9,106); }
H1.HeaderClassName
{
color: #46096A;
}
.AnyTagClassName
{
color: #46096A;
}
</style>
background-color css
<style>
a { background-color: #46096A; }
a { background-color: rgb(70,9,106); }
div.DivClassName
{
background-color: #46096A;
}
.BgClassName
{
background-color: #46096A;
}
</style>
border-color css
<style>
span { border-color: #46096A; }
span { border-color: rgb(70,9,106); }
td.TdClassName
{
border-color: #46096A;
}
.TagClassName
{
border-color: #46096A;
}
</style>