Shades of Indigo #400BAA
Tints of Indigo #400BAA
RGB
CMYK
RGB Variations
Color information
#400BAA (or 0x400BAA) is known color: Indigo. HEX triplet: 40, 0B and AA. RGB value is (64,11,170). Sum of RGB (Red+Green+Blue) = 64+11+170=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #400BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BAA is #BFF455. Grayscale: #2C2C2C. Windows color (decimal): -12579926 or 11144000. OLE color: 11144000.
HSL color Cylindrical-coordinate representation of color #400BAA: hue angle of 260º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400BAA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 11 | 170 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.33 |
| HSL | 260º | 0.88% | 0.35% | - |
| HSV(B) | 260º | 0.94% | 0.67% | - |
| XYZ | 9.49 | 4.23 | 38.35 | - |
| YUV | 44.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 170 | 0.62 | 0.94 | 0 | 0.33 | 260 | 0.88 | 0.35 |
| Hex | 40 | B | AA | 3E | 5E | 0 | 21 | 104 | 58 | 23 |
| Octal | 100 | 13 | 252 | 76 | 136 | 0 | 41 | 404 | 130 | 43 |
| Binary | 1000000 | 1011 | 10101010 | 111110 | 1011110 | 0 | 100001 | 100000100 | 1011000 | 100011 |
Color Harmonies of #400BAA
Complementary color
Monochromatic Colors of #400BAA
Black with #400BAA
Text Example
Text Example
White with #400BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BAA; }
p { color: rgb(64,11,170); }
H1.HeaderClassName
{
color: #400BAA;
}
.AnyTagClassName
{
color: #400BAA;
}
</style>
background-color css
<style>
a { background-color: #400BAA; }
a { background-color: rgb(64,11,170); }
div.DivClassName
{
background-color: #400BAA;
}
.BgClassName
{
background-color: #400BAA;
}
</style>
border-color css
<style>
span { border-color: #400BAA; }
span { border-color: rgb(64,11,170); }
td.TdClassName
{
border-color: #400BAA;
}
.TagClassName
{
border-color: #400BAA;
}
</style>