Shades of Indigo #400B91
Tints of Indigo #400B91
RGB
CMYK
RGB Variations
Color information
#400B91 (or 0x400B91) is known color: Indigo. HEX triplet: 40, 0B and 91. RGB value is (64,11,145). Sum of RGB (Red+Green+Blue) = 64+11+145=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #400B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B91 is #BFF46E. Grayscale: #292929. Windows color (decimal): -12579951 or 9505600. OLE color: 9505600.
HSL color Cylindrical-coordinate representation of color #400B91: hue angle of 263.73º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400B91 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 11 | 145 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.43 |
| HSL | 263.73º | 0.86% | 0.31% | - |
| HSV(B) | 263.73º | 0.92% | 0.57% | - |
| XYZ | 7.34 | 3.37 | 27.05 | - |
| YUV | 42.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 145 | 0.56 | 0.92 | 0 | 0.43 | 263.73 | 0.86 | 0.31 |
| Hex | 40 | B | 91 | 38 | 5C | 0 | 2B | 108 | 56 | 1F |
| Octal | 100 | 13 | 221 | 70 | 134 | 0 | 53 | 410 | 126 | 37 |
| Binary | 1000000 | 1011 | 10010001 | 111000 | 1011100 | 0 | 101011 | 100001000 | 1010110 | 11111 |
Color Harmonies of #400B91
Complementary color
Monochromatic Colors of #400B91
Black with #400B91
Text Example
Text Example
White with #400B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B91; }
p { color: rgb(64,11,145); }
H1.HeaderClassName
{
color: #400B91;
}
.AnyTagClassName
{
color: #400B91;
}
</style>
background-color css
<style>
a { background-color: #400B91; }
a { background-color: rgb(64,11,145); }
div.DivClassName
{
background-color: #400B91;
}
.BgClassName
{
background-color: #400B91;
}
</style>
border-color css
<style>
span { border-color: #400B91; }
span { border-color: rgb(64,11,145); }
td.TdClassName
{
border-color: #400B91;
}
.TagClassName
{
border-color: #400B91;
}
</style>