Shades of Indigo #46096D
Tints of Indigo #46096D
RGB
CMYK
RGB Variations
Color information
#46096D (or 0x46096D) is known color: Indigo. HEX triplet: 46, 09 and 6D. RGB value is (70,9,109). Sum of RGB (Red+Green+Blue) = 70+9+109=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #46096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46096D is #B9F692. Grayscale: #262626. Windows color (decimal): -12187283 or 7145798. OLE color: 7145798.
HSL color Cylindrical-coordinate representation of color #46096D: hue angle of 276.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46096D is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 9 | 109 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.57 |
| HSL | 276.6º | 0.85% | 0.23% | - |
| HSV(B) | 276.6º | 0.92% | 0.43% | - |
| XYZ | 5.38 | 2.6 | 14.69 | - |
| YUV | 38.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 109 | 0.36 | 0.92 | 0 | 0.57 | 276.6 | 0.85 | 0.23 |
| Hex | 46 | 9 | 6D | 24 | 5C | 0 | 39 | 115 | 55 | 17 |
| Octal | 106 | 11 | 155 | 44 | 134 | 0 | 71 | 425 | 125 | 27 |
| Binary | 1000110 | 1001 | 1101101 | 100100 | 1011100 | 0 | 111001 | 100010101 | 1010101 | 10111 |
Color Harmonies of #46096D
Complementary color
Monochromatic Colors of #46096D
Black with #46096D
Text Example
Text Example
White with #46096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46096D; }
p { color: rgb(70,9,109); }
H1.HeaderClassName
{
color: #46096D;
}
.AnyTagClassName
{
color: #46096D;
}
</style>
background-color css
<style>
a { background-color: #46096D; }
a { background-color: rgb(70,9,109); }
div.DivClassName
{
background-color: #46096D;
}
.BgClassName
{
background-color: #46096D;
}
</style>
border-color css
<style>
span { border-color: #46096D; }
span { border-color: rgb(70,9,109); }
td.TdClassName
{
border-color: #46096D;
}
.TagClassName
{
border-color: #46096D;
}
</style>