Shades of Indigo #400AAF
Tints of Indigo #400AAF
RGB
CMYK
RGB Variations
Color information
#400AAF (or 0x400AAF) is known color: Indigo. HEX triplet: 40, 0A and AF. RGB value is (64,10,175). Sum of RGB (Red+Green+Blue) = 64+10+175=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #400AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400AAF is #BFF550. Grayscale: #2C2C2C. Windows color (decimal): -12580177 or 11471424. OLE color: 11471424.
HSL color Cylindrical-coordinate representation of color #400AAF: hue angle of 259.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400AAF is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 10 | 175 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.31 |
| HSL | 259.64º | 0.89% | 0.36% | - |
| HSV(B) | 259.64º | 0.94% | 0.69% | - |
| XYZ | 9.96 | 4.4 | 40.88 | - |
| YUV | 44.96 | 201.39 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 175 | 0.63 | 0.94 | 0 | 0.31 | 259.64 | 0.89 | 0.36 |
| Hex | 40 | A | AF | 3F | 5E | 0 | 1F | 104 | 59 | 24 |
| Octal | 100 | 12 | 257 | 77 | 136 | 0 | 37 | 404 | 131 | 44 |
| Binary | 1000000 | 1010 | 10101111 | 111111 | 1011110 | 0 | 11111 | 100000100 | 1011001 | 100100 |
Color Harmonies of #400AAF
Complementary color
Monochromatic Colors of #400AAF
Black with #400AAF
Text Example
Text Example
White with #400AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AAF; }
p { color: rgb(64,10,175); }
H1.HeaderClassName
{
color: #400AAF;
}
.AnyTagClassName
{
color: #400AAF;
}
</style>
background-color css
<style>
a { background-color: #400AAF; }
a { background-color: rgb(64,10,175); }
div.DivClassName
{
background-color: #400AAF;
}
.BgClassName
{
background-color: #400AAF;
}
</style>
border-color css
<style>
span { border-color: #400AAF; }
span { border-color: rgb(64,10,175); }
td.TdClassName
{
border-color: #400AAF;
}
.TagClassName
{
border-color: #400AAF;
}
</style>