Shades of Indigo #40096A
Tints of Indigo #40096A
RGB
CMYK
RGB Variations
Color information
#40096A (or 0x40096A) is known color: Indigo. HEX triplet: 40, 09 and 6A. RGB value is (64,9,106). Sum of RGB (Red+Green+Blue) = 64+9+106=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #40096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40096A is #BFF695. Grayscale: #242424. Windows color (decimal): -12580502 or 6949184. OLE color: 6949184.
HSL color Cylindrical-coordinate representation of color #40096A: hue angle of 274.02º 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 #40096A is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 9 | 106 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.58 |
| HSL | 274.02º | 0.84% | 0.23% | - |
| HSV(B) | 274.02º | 0.92% | 0.42% | - |
| XYZ | 4.81 | 2.33 | 13.83 | - |
| YUV | 36.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 106 | 0.40 | 0.92 | 0 | 0.58 | 274.02 | 0.84 | 0.23 |
| Hex | 40 | 9 | 6A | 28 | 5C | 0 | 3A | 112 | 54 | 17 |
| Octal | 100 | 11 | 152 | 50 | 134 | 0 | 72 | 422 | 124 | 27 |
| Binary | 1000000 | 1001 | 1101010 | 101000 | 1011100 | 0 | 111010 | 100010010 | 1010100 | 10111 |
Color Harmonies of #40096A
Complementary color
Monochromatic Colors of #40096A
Black with #40096A
Text Example
Text Example
White with #40096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40096A; }
p { color: rgb(64,9,106); }
H1.HeaderClassName
{
color: #40096A;
}
.AnyTagClassName
{
color: #40096A;
}
</style>
background-color css
<style>
a { background-color: #40096A; }
a { background-color: rgb(64,9,106); }
div.DivClassName
{
background-color: #40096A;
}
.BgClassName
{
background-color: #40096A;
}
</style>
border-color css
<style>
span { border-color: #40096A; }
span { border-color: rgb(64,9,106); }
td.TdClassName
{
border-color: #40096A;
}
.TagClassName
{
border-color: #40096A;
}
</style>