Shades of Indigo #400091
Tints of Indigo #400091
RGB
CMYK
RGB Variations
Color information
#400091 (or 0x400091) is known color: Indigo. HEX triplet: 40, 00 and 91. RGB value is (64,0,145). Sum of RGB (Red+Green+Blue) = 64+0+145=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #400091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400091 is #BFFF6E. Grayscale: #232323. Windows color (decimal): -12582767 or 9502784. OLE color: 9502784.
HSL color Cylindrical-coordinate representation of color #400091: hue angle of 266.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400091 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 0 | 145 | - |
| CMYK | 0.56 | 1 | 0 | 0.43 |
| HSL | 266.48º | 1% | 0.28% | - |
| HSV(B) | 266.48º | 1% | 0.57% | - |
| XYZ | 7.23 | 3.13 | 27.01 | - |
| YUV | 35.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 145 | 0.56 | 1 | 0 | 0.43 | 266.48 | 1 | 0.28 |
| Hex | 40 | 0 | 91 | 38 | 64 | 0 | 2B | 10A | 64 | 1C |
| Octal | 100 | 0 | 221 | 70 | 144 | 0 | 53 | 412 | 144 | 34 |
| Binary | 1000000 | 0 | 10010001 | 111000 | 1100100 | 0 | 101011 | 100001010 | 1100100 | 11100 |
Color Harmonies of #400091
Complementary color
Monochromatic Colors of #400091
Black with #400091
Text Example
Text Example
White with #400091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400091; }
p { color: rgb(64,0,145); }
H1.HeaderClassName
{
color: #400091;
}
.AnyTagClassName
{
color: #400091;
}
</style>
background-color css
<style>
a { background-color: #400091; }
a { background-color: rgb(64,0,145); }
div.DivClassName
{
background-color: #400091;
}
.BgClassName
{
background-color: #400091;
}
</style>
border-color css
<style>
span { border-color: #400091; }
span { border-color: rgb(64,0,145); }
td.TdClassName
{
border-color: #400091;
}
.TagClassName
{
border-color: #400091;
}
</style>