Shades of Indigo #400DAA
Tints of Indigo #400DAA
RGB
CMYK
RGB Variations
Color information
#400DAA (or 0x400DAA) is known color: Indigo. HEX triplet: 40, 0D and AA. RGB value is (64,13,170). Sum of RGB (Red+Green+Blue) = 64+13+170=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #400DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DAA is #BFF255. Grayscale: #2D2D2D. Windows color (decimal): -12579414 or 11144512. OLE color: 11144512.
HSL color Cylindrical-coordinate representation of color #400DAA: hue angle of 259.49º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400DAA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 13 | 170 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.33 |
| HSL | 259.49º | 0.86% | 0.36% | - |
| HSV(B) | 259.49º | 0.92% | 0.67% | - |
| XYZ | 9.51 | 4.28 | 38.35 | - |
| YUV | 46.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 170 | 0.62 | 0.92 | 0 | 0.33 | 259.49 | 0.86 | 0.36 |
| Hex | 40 | D | AA | 3E | 5C | 0 | 21 | 103 | 56 | 24 |
| Octal | 100 | 15 | 252 | 76 | 134 | 0 | 41 | 403 | 126 | 44 |
| Binary | 1000000 | 1101 | 10101010 | 111110 | 1011100 | 0 | 100001 | 100000011 | 1010110 | 100100 |
Color Harmonies of #400DAA
Complementary color
Monochromatic Colors of #400DAA
Black with #400DAA
Text Example
Text Example
White with #400DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DAA; }
p { color: rgb(64,13,170); }
H1.HeaderClassName
{
color: #400DAA;
}
.AnyTagClassName
{
color: #400DAA;
}
</style>
background-color css
<style>
a { background-color: #400DAA; }
a { background-color: rgb(64,13,170); }
div.DivClassName
{
background-color: #400DAA;
}
.BgClassName
{
background-color: #400DAA;
}
</style>
border-color css
<style>
span { border-color: #400DAA; }
span { border-color: rgb(64,13,170); }
td.TdClassName
{
border-color: #400DAA;
}
.TagClassName
{
border-color: #400DAA;
}
</style>