Shades of Indigo #400B6B
Tints of Indigo #400B6B
RGB
CMYK
RGB Variations
Color information
#400B6B (or 0x400B6B) is known color: Indigo. HEX triplet: 40, 0B and 6B. RGB value is (64,11,107). Sum of RGB (Red+Green+Blue) = 64+11+107=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #400B6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B6B is #BFF494. Grayscale: #252525. Windows color (decimal): -12579989 or 7015232. OLE color: 7015232.
HSL color Cylindrical-coordinate representation of color #400B6B: hue angle of 273.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400B6B is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 11 | 107 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.58 |
| HSL | 273.13º | 0.81% | 0.23% | - |
| HSV(B) | 273.13º | 0.9% | 0.42% | - |
| XYZ | 4.89 | 2.39 | 14.11 | - |
| YUV | 37.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 107 | 0.40 | 0.90 | 0 | 0.58 | 273.13 | 0.81 | 0.23 |
| Hex | 40 | B | 6B | 28 | 5A | 0 | 3A | 111 | 51 | 17 |
| Octal | 100 | 13 | 153 | 50 | 132 | 0 | 72 | 421 | 121 | 27 |
| Binary | 1000000 | 1011 | 1101011 | 101000 | 1011010 | 0 | 111010 | 100010001 | 1010001 | 10111 |
Color Harmonies of #400B6B
Complementary color
Monochromatic Colors of #400B6B
Black with #400B6B
Text Example
Text Example
White with #400B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B6B; }
p { color: rgb(64,11,107); }
H1.HeaderClassName
{
color: #400B6B;
}
.AnyTagClassName
{
color: #400B6B;
}
</style>
background-color css
<style>
a { background-color: #400B6B; }
a { background-color: rgb(64,11,107); }
div.DivClassName
{
background-color: #400B6B;
}
.BgClassName
{
background-color: #400B6B;
}
</style>
border-color css
<style>
span { border-color: #400B6B; }
span { border-color: rgb(64,11,107); }
td.TdClassName
{
border-color: #400B6B;
}
.TagClassName
{
border-color: #400B6B;
}
</style>