Shades of Indigo #400D94
Tints of Indigo #400D94
RGB
CMYK
RGB Variations
Color information
#400D94 (or 0x400D94) is known color: Indigo. HEX triplet: 40, 0D and 94. RGB value is (64,13,148). Sum of RGB (Red+Green+Blue) = 64+13+148=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #400D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400D94 is #BFF26B. Grayscale: #2B2B2B. Windows color (decimal): -12579436 or 9702720. OLE color: 9702720.
HSL color Cylindrical-coordinate representation of color #400D94: hue angle of 262.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400D94 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 13 | 148 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.42 |
| HSL | 262.67º | 0.84% | 0.32% | - |
| HSV(B) | 262.67º | 0.91% | 0.58% | - |
| XYZ | 7.6 | 3.52 | 28.29 | - |
| YUV | 43.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 148 | 0.57 | 0.91 | 0 | 0.42 | 262.67 | 0.84 | 0.32 |
| Hex | 40 | D | 94 | 39 | 5B | 0 | 2A | 107 | 54 | 20 |
| Octal | 100 | 15 | 224 | 71 | 133 | 0 | 52 | 407 | 124 | 40 |
| Binary | 1000000 | 1101 | 10010100 | 111001 | 1011011 | 0 | 101010 | 100000111 | 1010100 | 100000 |
Color Harmonies of #400D94
Complementary color
Monochromatic Colors of #400D94
Black with #400D94
Text Example
Text Example
White with #400D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D94; }
p { color: rgb(64,13,148); }
H1.HeaderClassName
{
color: #400D94;
}
.AnyTagClassName
{
color: #400D94;
}
</style>
background-color css
<style>
a { background-color: #400D94; }
a { background-color: rgb(64,13,148); }
div.DivClassName
{
background-color: #400D94;
}
.BgClassName
{
background-color: #400D94;
}
</style>
border-color css
<style>
span { border-color: #400D94; }
span { border-color: rgb(64,13,148); }
td.TdClassName
{
border-color: #400D94;
}
.TagClassName
{
border-color: #400D94;
}
</style>