Shades of Indigo #400591
Tints of Indigo #400591
RGB
CMYK
RGB Variations
Color information
#400591 (or 0x400591) is known color: Indigo. HEX triplet: 40, 05 and 91. RGB value is (64,5,145). Sum of RGB (Red+Green+Blue) = 64+5+145=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #400591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400591 is #BFFA6E. Grayscale: #262626. Windows color (decimal): -12581487 or 9504064. OLE color: 9504064.
HSL color Cylindrical-coordinate representation of color #400591: hue angle of 265.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400591 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 5 | 145 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.43 |
| HSL | 265.29º | 0.93% | 0.29% | - |
| HSV(B) | 265.29º | 0.97% | 0.57% | - |
| XYZ | 7.28 | 3.24 | 27.03 | - |
| YUV | 38.6 | 188.05 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 145 | 0.56 | 0.97 | 0 | 0.43 | 265.29 | 0.93 | 0.29 |
| Hex | 40 | 5 | 91 | 38 | 61 | 0 | 2B | 109 | 5D | 1D |
| Octal | 100 | 5 | 221 | 70 | 141 | 0 | 53 | 411 | 135 | 35 |
| Binary | 1000000 | 101 | 10010001 | 111000 | 1100001 | 0 | 101011 | 100001001 | 1011101 | 11101 |
Color Harmonies of #400591
Complementary color
Monochromatic Colors of #400591
Black with #400591
Text Example
Text Example
White with #400591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400591; }
p { color: rgb(64,5,145); }
H1.HeaderClassName
{
color: #400591;
}
.AnyTagClassName
{
color: #400591;
}
</style>
background-color css
<style>
a { background-color: #400591; }
a { background-color: rgb(64,5,145); }
div.DivClassName
{
background-color: #400591;
}
.BgClassName
{
background-color: #400591;
}
</style>
border-color css
<style>
span { border-color: #400591; }
span { border-color: rgb(64,5,145); }
td.TdClassName
{
border-color: #400591;
}
.TagClassName
{
border-color: #400591;
}
</style>