Shades of Indigo #400B69
Tints of Indigo #400B69
RGB
CMYK
RGB Variations
Color information
#400B69 (or 0x400B69) is known color: Indigo. HEX triplet: 40, 0B and 69. RGB value is (64,11,105). Sum of RGB (Red+Green+Blue) = 64+11+105=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #400B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B69 is #BFF496. Grayscale: #252525. Windows color (decimal): -12579991 or 6884160. OLE color: 6884160.
HSL color Cylindrical-coordinate representation of color #400B69: hue angle of 273.83º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400B69 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 11 | 105 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.59 |
| HSL | 273.83º | 0.81% | 0.23% | - |
| HSV(B) | 273.83º | 0.9% | 0.41% | - |
| XYZ | 4.78 | 2.35 | 13.57 | - |
| YUV | 37.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 105 | 0.39 | 0.90 | 0 | 0.59 | 273.83 | 0.81 | 0.23 |
| Hex | 40 | B | 69 | 27 | 5A | 0 | 3B | 112 | 51 | 17 |
| Octal | 100 | 13 | 151 | 47 | 132 | 0 | 73 | 422 | 121 | 27 |
| Binary | 1000000 | 1011 | 1101001 | 100111 | 1011010 | 0 | 111011 | 100010010 | 1010001 | 10111 |
Color Harmonies of #400B69
Complementary color
Monochromatic Colors of #400B69
Black with #400B69
Text Example
Text Example
White with #400B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B69; }
p { color: rgb(64,11,105); }
H1.HeaderClassName
{
color: #400B69;
}
.AnyTagClassName
{
color: #400B69;
}
</style>
background-color css
<style>
a { background-color: #400B69; }
a { background-color: rgb(64,11,105); }
div.DivClassName
{
background-color: #400B69;
}
.BgClassName
{
background-color: #400B69;
}
</style>
border-color css
<style>
span { border-color: #400B69; }
span { border-color: rgb(64,11,105); }
td.TdClassName
{
border-color: #400B69;
}
.TagClassName
{
border-color: #400B69;
}
</style>