Shades of Indigo #400AAB
Tints of Indigo #400AAB
RGB
CMYK
RGB Variations
Color information
#400AAB (or 0x400AAB) is known color: Indigo. HEX triplet: 40, 0A and AB. RGB value is (64,10,171). Sum of RGB (Red+Green+Blue) = 64+10+171=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #400AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400AAB is #BFF554. Grayscale: #2B2B2B. Windows color (decimal): -12580181 or 11209280. OLE color: 11209280.
HSL color Cylindrical-coordinate representation of color #400AAB: hue angle of 260.12º degrees, saturation: 0.89, 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 #400AAB is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 10 | 171 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.33 |
| HSL | 260.12º | 0.89% | 0.35% | - |
| HSV(B) | 260.12º | 0.94% | 0.67% | - |
| XYZ | 9.57 | 4.25 | 38.84 | - |
| YUV | 44.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 171 | 0.63 | 0.94 | 0 | 0.33 | 260.12 | 0.89 | 0.35 |
| Hex | 40 | A | AB | 3F | 5E | 0 | 21 | 104 | 59 | 23 |
| Octal | 100 | 12 | 253 | 77 | 136 | 0 | 41 | 404 | 131 | 43 |
| Binary | 1000000 | 1010 | 10101011 | 111111 | 1011110 | 0 | 100001 | 100000100 | 1011001 | 100011 |
Color Harmonies of #400AAB
Complementary color
Monochromatic Colors of #400AAB
Black with #400AAB
Text Example
Text Example
White with #400AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AAB; }
p { color: rgb(64,10,171); }
H1.HeaderClassName
{
color: #400AAB;
}
.AnyTagClassName
{
color: #400AAB;
}
</style>
background-color css
<style>
a { background-color: #400AAB; }
a { background-color: rgb(64,10,171); }
div.DivClassName
{
background-color: #400AAB;
}
.BgClassName
{
background-color: #400AAB;
}
</style>
border-color css
<style>
span { border-color: #400AAB; }
span { border-color: rgb(64,10,171); }
td.TdClassName
{
border-color: #400AAB;
}
.TagClassName
{
border-color: #400AAB;
}
</style>