Shades of Indigo #400AAA
Tints of Indigo #400AAA
RGB
CMYK
RGB Variations
Color information
#400AAA (or 0x400AAA) is known color: Indigo. HEX triplet: 40, 0A and AA. RGB value is (64,10,170). Sum of RGB (Red+Green+Blue) = 64+10+170=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #400AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400AAA is #BFF555. Grayscale: #2B2B2B. Windows color (decimal): -12580182 or 11143744. OLE color: 11143744.
HSL color Cylindrical-coordinate representation of color #400AAA: hue angle of 260.25º 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 #400AAA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 10 | 170 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.33 |
| HSL | 260.25º | 0.89% | 0.35% | - |
| HSV(B) | 260.25º | 0.94% | 0.67% | - |
| XYZ | 9.48 | 4.21 | 38.34 | - |
| YUV | 44.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 170 | 0.62 | 0.94 | 0 | 0.33 | 260.25 | 0.89 | 0.35 |
| Hex | 40 | A | AA | 3E | 5E | 0 | 21 | 104 | 59 | 23 |
| Octal | 100 | 12 | 252 | 76 | 136 | 0 | 41 | 404 | 131 | 43 |
| Binary | 1000000 | 1010 | 10101010 | 111110 | 1011110 | 0 | 100001 | 100000100 | 1011001 | 100011 |
Color Harmonies of #400AAA
Complementary color
Monochromatic Colors of #400AAA
Black with #400AAA
Text Example
Text Example
White with #400AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AAA; }
p { color: rgb(64,10,170); }
H1.HeaderClassName
{
color: #400AAA;
}
.AnyTagClassName
{
color: #400AAA;
}
</style>
background-color css
<style>
a { background-color: #400AAA; }
a { background-color: rgb(64,10,170); }
div.DivClassName
{
background-color: #400AAA;
}
.BgClassName
{
background-color: #400AAA;
}
</style>
border-color css
<style>
span { border-color: #400AAA; }
span { border-color: rgb(64,10,170); }
td.TdClassName
{
border-color: #400AAA;
}
.TagClassName
{
border-color: #400AAA;
}
</style>