Shades of Indigo #400DAD
Tints of Indigo #400DAD
RGB
CMYK
RGB Variations
Color information
#400DAD (or 0x400DAD) is known color: Indigo. HEX triplet: 40, 0D and AD. RGB value is (64,13,173). Sum of RGB (Red+Green+Blue) = 64+13+173=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #400DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DAD is #BFF252. Grayscale: #2D2D2D. Windows color (decimal): -12579411 or 11341120. OLE color: 11341120.
HSL color Cylindrical-coordinate representation of color #400DAD: hue angle of 259.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400DAD is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 13 | 173 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.32 |
| HSL | 259.13º | 0.86% | 0.36% | - |
| HSV(B) | 259.13º | 0.92% | 0.68% | - |
| XYZ | 9.8 | 4.39 | 39.87 | - |
| YUV | 46.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 173 | 0.63 | 0.92 | 0 | 0.32 | 259.13 | 0.86 | 0.36 |
| Hex | 40 | D | AD | 3F | 5C | 0 | 20 | 103 | 56 | 24 |
| Octal | 100 | 15 | 255 | 77 | 134 | 0 | 40 | 403 | 126 | 44 |
| Binary | 1000000 | 1101 | 10101101 | 111111 | 1011100 | 0 | 100000 | 100000011 | 1010110 | 100100 |
Color Harmonies of #400DAD
Complementary color
Monochromatic Colors of #400DAD
Black with #400DAD
Text Example
Text Example
White with #400DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DAD; }
p { color: rgb(64,13,173); }
H1.HeaderClassName
{
color: #400DAD;
}
.AnyTagClassName
{
color: #400DAD;
}
</style>
background-color css
<style>
a { background-color: #400DAD; }
a { background-color: rgb(64,13,173); }
div.DivClassName
{
background-color: #400DAD;
}
.BgClassName
{
background-color: #400DAD;
}
</style>
border-color css
<style>
span { border-color: #400DAD; }
span { border-color: rgb(64,13,173); }
td.TdClassName
{
border-color: #400DAD;
}
.TagClassName
{
border-color: #400DAD;
}
</style>