Shades of Indigo #400991
Tints of Indigo #400991
RGB
CMYK
RGB Variations
Color information
#400991 (or 0x400991) is known color: Indigo. HEX triplet: 40, 09 and 91. RGB value is (64,9,145). Sum of RGB (Red+Green+Blue) = 64+9+145=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #400991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400991 is #BFF66E. Grayscale: #282828. Windows color (decimal): -12580463 or 9505088. OLE color: 9505088.
HSL color Cylindrical-coordinate representation of color #400991: hue angle of 264.26º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400991 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 9 | 145 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.43 |
| HSL | 264.26º | 0.88% | 0.3% | - |
| HSV(B) | 264.26º | 0.94% | 0.57% | - |
| XYZ | 7.32 | 3.33 | 27.04 | - |
| YUV | 40.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 145 | 0.56 | 0.94 | 0 | 0.43 | 264.26 | 0.88 | 0.3 |
| Hex | 40 | 9 | 91 | 38 | 5E | 0 | 2B | 108 | 58 | 1E |
| Octal | 100 | 11 | 221 | 70 | 136 | 0 | 53 | 410 | 130 | 36 |
| Binary | 1000000 | 1001 | 10010001 | 111000 | 1011110 | 0 | 101011 | 100001000 | 1011000 | 11110 |
Color Harmonies of #400991
Complementary color
Monochromatic Colors of #400991
Black with #400991
Text Example
Text Example
White with #400991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400991; }
p { color: rgb(64,9,145); }
H1.HeaderClassName
{
color: #400991;
}
.AnyTagClassName
{
color: #400991;
}
</style>
background-color css
<style>
a { background-color: #400991; }
a { background-color: rgb(64,9,145); }
div.DivClassName
{
background-color: #400991;
}
.BgClassName
{
background-color: #400991;
}
</style>
border-color css
<style>
span { border-color: #400991; }
span { border-color: rgb(64,9,145); }
td.TdClassName
{
border-color: #400991;
}
.TagClassName
{
border-color: #400991;
}
</style>