Shades of Indigo #400BA3
Tints of Indigo #400BA3
RGB
CMYK
RGB Variations
Color information
#400BA3 (or 0x400BA3) is known color: Indigo. HEX triplet: 40, 0B and A3. RGB value is (64,11,163). Sum of RGB (Red+Green+Blue) = 64+11+163=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #400BA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BA3 is #BFF45C. Grayscale: #2B2B2B. Windows color (decimal): -12579933 or 10685248. OLE color: 10685248.
HSL color Cylindrical-coordinate representation of color #400BA3: hue angle of 260.92º 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 #400BA3 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 11 | 163 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.36 |
| HSL | 260.92º | 0.87% | 0.34% | - |
| HSV(B) | 260.92º | 0.93% | 0.64% | - |
| XYZ | 8.84 | 3.97 | 34.95 | - |
| YUV | 44.18 | 195.06 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 163 | 0.61 | 0.93 | 0 | 0.36 | 260.92 | 0.87 | 0.34 |
| Hex | 40 | B | A3 | 3D | 5D | 0 | 24 | 105 | 57 | 22 |
| Octal | 100 | 13 | 243 | 75 | 135 | 0 | 44 | 405 | 127 | 42 |
| Binary | 1000000 | 1011 | 10100011 | 111101 | 1011101 | 0 | 100100 | 100000101 | 1010111 | 100010 |
Color Harmonies of #400BA3
Complementary color
Monochromatic Colors of #400BA3
Black with #400BA3
Text Example
Text Example
White with #400BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BA3; }
p { color: rgb(64,11,163); }
H1.HeaderClassName
{
color: #400BA3;
}
.AnyTagClassName
{
color: #400BA3;
}
</style>
background-color css
<style>
a { background-color: #400BA3; }
a { background-color: rgb(64,11,163); }
div.DivClassName
{
background-color: #400BA3;
}
.BgClassName
{
background-color: #400BA3;
}
</style>
border-color css
<style>
span { border-color: #400BA3; }
span { border-color: rgb(64,11,163); }
td.TdClassName
{
border-color: #400BA3;
}
.TagClassName
{
border-color: #400BA3;
}
</style>