Shades of Indigo #400D6D
Tints of Indigo #400D6D
RGB
CMYK
RGB Variations
Color information
#400D6D (or 0x400D6D) is known color: Indigo. HEX triplet: 40, 0D and 6D. RGB value is (64,13,109). Sum of RGB (Red+Green+Blue) = 64+13+109=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #400D6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D6D is #BFF292. Grayscale: #262626. Windows color (decimal): -12579475 or 7146816. OLE color: 7146816.
HSL color Cylindrical-coordinate representation of color #400D6D: hue angle of 271.88º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400D6D is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 13 | 109 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.57 |
| HSL | 271.88º | 0.79% | 0.24% | - |
| HSV(B) | 271.88º | 0.88% | 0.43% | - |
| XYZ | 5.02 | 2.48 | 14.68 | - |
| YUV | 39.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 109 | 0.41 | 0.88 | 0 | 0.57 | 271.88 | 0.79 | 0.24 |
| Hex | 40 | D | 6D | 29 | 58 | 0 | 39 | 110 | 4F | 18 |
| Octal | 100 | 15 | 155 | 51 | 130 | 0 | 71 | 420 | 117 | 30 |
| Binary | 1000000 | 1101 | 1101101 | 101001 | 1011000 | 0 | 111001 | 100010000 | 1001111 | 11000 |
Color Harmonies of #400D6D
Complementary color
Monochromatic Colors of #400D6D
Black with #400D6D
Text Example
Text Example
White with #400D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D6D; }
p { color: rgb(64,13,109); }
H1.HeaderClassName
{
color: #400D6D;
}
.AnyTagClassName
{
color: #400D6D;
}
</style>
background-color css
<style>
a { background-color: #400D6D; }
a { background-color: rgb(64,13,109); }
div.DivClassName
{
background-color: #400D6D;
}
.BgClassName
{
background-color: #400D6D;
}
</style>
border-color css
<style>
span { border-color: #400D6D; }
span { border-color: rgb(64,13,109); }
td.TdClassName
{
border-color: #400D6D;
}
.TagClassName
{
border-color: #400D6D;
}
</style>