Shades of Indigo #400FAA
Tints of Indigo #400FAA
RGB
CMYK
RGB Variations
Color information
#400FAA (or 0x400FAA) is known color: Indigo. HEX triplet: 40, 0F and AA. RGB value is (64,15,170). Sum of RGB (Red+Green+Blue) = 64+15+170=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #400FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400FAA is #BFF055. Grayscale: #2E2E2E. Windows color (decimal): -12578902 or 11145024. OLE color: 11145024.
HSL color Cylindrical-coordinate representation of color #400FAA: hue angle of 258.97º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400FAA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 15 | 170 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.33 |
| HSL | 258.97º | 0.84% | 0.36% | - |
| HSV(B) | 258.97º | 0.91% | 0.67% | - |
| XYZ | 9.54 | 4.33 | 38.36 | - |
| YUV | 47.32 | 197.23 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 170 | 0.62 | 0.91 | 0 | 0.33 | 258.97 | 0.84 | 0.36 |
| Hex | 40 | F | AA | 3E | 5B | 0 | 21 | 103 | 54 | 24 |
| Octal | 100 | 17 | 252 | 76 | 133 | 0 | 41 | 403 | 124 | 44 |
| Binary | 1000000 | 1111 | 10101010 | 111110 | 1011011 | 0 | 100001 | 100000011 | 1010100 | 100100 |
Color Harmonies of #400FAA
Complementary color
Monochromatic Colors of #400FAA
Black with #400FAA
Text Example
Text Example
White with #400FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FAA; }
p { color: rgb(64,15,170); }
H1.HeaderClassName
{
color: #400FAA;
}
.AnyTagClassName
{
color: #400FAA;
}
</style>
background-color css
<style>
a { background-color: #400FAA; }
a { background-color: rgb(64,15,170); }
div.DivClassName
{
background-color: #400FAA;
}
.BgClassName
{
background-color: #400FAA;
}
</style>
border-color css
<style>
span { border-color: #400FAA; }
span { border-color: rgb(64,15,170); }
td.TdClassName
{
border-color: #400FAA;
}
.TagClassName
{
border-color: #400FAA;
}
</style>