Shades of Indigo #46096B
Tints of Indigo #46096B
RGB
CMYK
RGB Variations
Color information
#46096B (or 0x46096B) is known color: Indigo. HEX triplet: 46, 09 and 6B. RGB value is (70,9,107). Sum of RGB (Red+Green+Blue) = 70+9+107=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #46096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46096B is #B9F694. Grayscale: #262626. Windows color (decimal): -12187285 or 7014726. OLE color: 7014726.
HSL color Cylindrical-coordinate representation of color #46096B: hue angle of 277.35º 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 #46096B is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 9 | 107 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.58 |
| HSL | 277.35º | 0.84% | 0.23% | - |
| HSV(B) | 277.35º | 0.92% | 0.42% | - |
| XYZ | 5.28 | 2.56 | 14.13 | - |
| YUV | 38.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 107 | 0.35 | 0.92 | 0 | 0.58 | 277.35 | 0.84 | 0.23 |
| Hex | 46 | 9 | 6B | 23 | 5C | 0 | 3A | 115 | 54 | 17 |
| Octal | 106 | 11 | 153 | 43 | 134 | 0 | 72 | 425 | 124 | 27 |
| Binary | 1000110 | 1001 | 1101011 | 100011 | 1011100 | 0 | 111010 | 100010101 | 1010100 | 10111 |
Color Harmonies of #46096B
Complementary color
Monochromatic Colors of #46096B
Black with #46096B
Text Example
Text Example
White with #46096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46096B; }
p { color: rgb(70,9,107); }
H1.HeaderClassName
{
color: #46096B;
}
.AnyTagClassName
{
color: #46096B;
}
</style>
background-color css
<style>
a { background-color: #46096B; }
a { background-color: rgb(70,9,107); }
div.DivClassName
{
background-color: #46096B;
}
.BgClassName
{
background-color: #46096B;
}
</style>
border-color css
<style>
span { border-color: #46096B; }
span { border-color: rgb(70,9,107); }
td.TdClassName
{
border-color: #46096B;
}
.TagClassName
{
border-color: #46096B;
}
</style>