Shades of Indigo #400DA7
Tints of Indigo #400DA7
RGB
CMYK
RGB Variations
Color information
#400DA7 (or 0x400DA7) is known color: Indigo. HEX triplet: 40, 0D and A7. RGB value is (64,13,167). Sum of RGB (Red+Green+Blue) = 64+13+167=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 167 (65.62% from 255 or 68.44% from 244); Max value from RGB is 167 - color contains mainly: blue. Hex color #400DA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DA7 is #BFF258. Grayscale: #2D2D2D. Windows color (decimal): -12579417 or 10947904. OLE color: 10947904.
HSL color Cylindrical-coordinate representation of color #400DA7: hue angle of 259.87º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400DA7 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 13 | 167 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.35 |
| HSL | 259.87º | 0.86% | 0.35% | - |
| HSV(B) | 259.87º | 0.92% | 0.65% | - |
| XYZ | 9.23 | 4.17 | 36.88 | - |
| YUV | 45.81 | 196.4 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 167 | 0.62 | 0.92 | 0 | 0.35 | 259.87 | 0.86 | 0.35 |
| Hex | 40 | D | A7 | 3E | 5C | 0 | 23 | 104 | 56 | 23 |
| Octal | 100 | 15 | 247 | 76 | 134 | 0 | 43 | 404 | 126 | 43 |
| Binary | 1000000 | 1101 | 10100111 | 111110 | 1011100 | 0 | 100011 | 100000100 | 1010110 | 100011 |
Color Harmonies of #400DA7
Complementary color
Monochromatic Colors of #400DA7
Black with #400DA7
Text Example
Text Example
White with #400DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DA7; }
p { color: rgb(64,13,167); }
H1.HeaderClassName
{
color: #400DA7;
}
.AnyTagClassName
{
color: #400DA7;
}
</style>
background-color css
<style>
a { background-color: #400DA7; }
a { background-color: rgb(64,13,167); }
div.DivClassName
{
background-color: #400DA7;
}
.BgClassName
{
background-color: #400DA7;
}
</style>
border-color css
<style>
span { border-color: #400DA7; }
span { border-color: rgb(64,13,167); }
td.TdClassName
{
border-color: #400DA7;
}
.TagClassName
{
border-color: #400DA7;
}
</style>