Shades of Indigo #40096D
Tints of Indigo #40096D
RGB
CMYK
RGB Variations
Color information
#40096D (or 0x40096D) is known color: Indigo. HEX triplet: 40, 09 and 6D. RGB value is (64,9,109). Sum of RGB (Red+Green+Blue) = 64+9+109=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #40096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40096D is #BFF692. Grayscale: #242424. Windows color (decimal): -12580499 or 7145792. OLE color: 7145792.
HSL color Cylindrical-coordinate representation of color #40096D: hue angle of 273º 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 #40096D is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 9 | 109 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.57 |
| HSL | 273º | 0.85% | 0.23% | - |
| HSV(B) | 273º | 0.92% | 0.43% | - |
| XYZ | 4.97 | 2.39 | 14.67 | - |
| YUV | 36.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 109 | 0.41 | 0.92 | 0 | 0.57 | 273 | 0.85 | 0.23 |
| Hex | 40 | 9 | 6D | 29 | 5C | 0 | 39 | 111 | 55 | 17 |
| Octal | 100 | 11 | 155 | 51 | 134 | 0 | 71 | 421 | 125 | 27 |
| Binary | 1000000 | 1001 | 1101101 | 101001 | 1011100 | 0 | 111001 | 100010001 | 1010101 | 10111 |
Color Harmonies of #40096D
Complementary color
Monochromatic Colors of #40096D
Black with #40096D
Text Example
Text Example
White with #40096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40096D; }
p { color: rgb(64,9,109); }
H1.HeaderClassName
{
color: #40096D;
}
.AnyTagClassName
{
color: #40096D;
}
</style>
background-color css
<style>
a { background-color: #40096D; }
a { background-color: rgb(64,9,109); }
div.DivClassName
{
background-color: #40096D;
}
.BgClassName
{
background-color: #40096D;
}
</style>
border-color css
<style>
span { border-color: #40096D; }
span { border-color: rgb(64,9,109); }
td.TdClassName
{
border-color: #40096D;
}
.TagClassName
{
border-color: #40096D;
}
</style>