Shades of Indigo #400BA4
Tints of Indigo #400BA4
RGB
CMYK
RGB Variations
Color information
#400BA4 (or 0x400BA4) is known color: Indigo. HEX triplet: 40, 0B and A4. RGB value is (64,11,164). Sum of RGB (Red+Green+Blue) = 64+11+164=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #400BA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BA4 is #BFF45B. Grayscale: #2B2B2B. Windows color (decimal): -12579932 or 10750784. OLE color: 10750784.
HSL color Cylindrical-coordinate representation of color #400BA4: hue angle of 260.78º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400BA4 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 11 | 164 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.36 |
| HSL | 260.78º | 0.87% | 0.34% | - |
| HSV(B) | 260.78º | 0.93% | 0.64% | - |
| XYZ | 8.93 | 4.01 | 35.42 | - |
| YUV | 44.29 | 195.56 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 164 | 0.61 | 0.93 | 0 | 0.36 | 260.78 | 0.87 | 0.34 |
| Hex | 40 | B | A4 | 3D | 5D | 0 | 24 | 105 | 57 | 22 |
| Octal | 100 | 13 | 244 | 75 | 135 | 0 | 44 | 405 | 127 | 42 |
| Binary | 1000000 | 1011 | 10100100 | 111101 | 1011101 | 0 | 100100 | 100000101 | 1010111 | 100010 |
Color Harmonies of #400BA4
Complementary color
Monochromatic Colors of #400BA4
Black with #400BA4
Text Example
Text Example
White with #400BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BA4; }
p { color: rgb(64,11,164); }
H1.HeaderClassName
{
color: #400BA4;
}
.AnyTagClassName
{
color: #400BA4;
}
</style>
background-color css
<style>
a { background-color: #400BA4; }
a { background-color: rgb(64,11,164); }
div.DivClassName
{
background-color: #400BA4;
}
.BgClassName
{
background-color: #400BA4;
}
</style>
border-color css
<style>
span { border-color: #400BA4; }
span { border-color: rgb(64,11,164); }
td.TdClassName
{
border-color: #400BA4;
}
.TagClassName
{
border-color: #400BA4;
}
</style>