Shades of Indigo #400BAC
Tints of Indigo #400BAC
RGB
CMYK
RGB Variations
Color information
#400BAC (or 0x400BAC) is known color: Indigo. HEX triplet: 40, 0B and AC. RGB value is (64,11,172). Sum of RGB (Red+Green+Blue) = 64+11+172=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #400BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BAC is #BFF453. Grayscale: #2C2C2C. Windows color (decimal): -12579924 or 11275072. OLE color: 11275072.
HSL color Cylindrical-coordinate representation of color #400BAC: hue angle of 259.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400BAC is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 11 | 172 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.33 |
| HSL | 259.75º | 0.88% | 0.36% | - |
| HSV(B) | 259.75º | 0.94% | 0.67% | - |
| XYZ | 9.68 | 4.31 | 39.35 | - |
| YUV | 45.2 | 199.56 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 172 | 0.63 | 0.94 | 0 | 0.33 | 259.75 | 0.88 | 0.36 |
| Hex | 40 | B | AC | 3F | 5E | 0 | 21 | 104 | 58 | 24 |
| Octal | 100 | 13 | 254 | 77 | 136 | 0 | 41 | 404 | 130 | 44 |
| Binary | 1000000 | 1011 | 10101100 | 111111 | 1011110 | 0 | 100001 | 100000100 | 1011000 | 100100 |
Color Harmonies of #400BAC
Complementary color
Monochromatic Colors of #400BAC
Black with #400BAC
Text Example
Text Example
White with #400BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BAC; }
p { color: rgb(64,11,172); }
H1.HeaderClassName
{
color: #400BAC;
}
.AnyTagClassName
{
color: #400BAC;
}
</style>
background-color css
<style>
a { background-color: #400BAC; }
a { background-color: rgb(64,11,172); }
div.DivClassName
{
background-color: #400BAC;
}
.BgClassName
{
background-color: #400BAC;
}
</style>
border-color css
<style>
span { border-color: #400BAC; }
span { border-color: rgb(64,11,172); }
td.TdClassName
{
border-color: #400BAC;
}
.TagClassName
{
border-color: #400BAC;
}
</style>