Shades of Indigo #400696
Tints of Indigo #400696
RGB
CMYK
RGB Variations
Color information
#400696 (or 0x400696) is known color: Indigo. HEX triplet: 40, 06 and 96. RGB value is (64,6,150). Sum of RGB (Red+Green+Blue) = 64+6+150=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #400696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400696 is #BFF969. Grayscale: #272727. Windows color (decimal): -12581226 or 9832000. OLE color: 9832000.
HSL color Cylindrical-coordinate representation of color #400696: hue angle of 264.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400696 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 6 | 150 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.41 |
| HSL | 264.17º | 0.92% | 0.31% | - |
| HSV(B) | 264.17º | 0.96% | 0.59% | - |
| XYZ | 7.68 | 3.42 | 29.11 | - |
| YUV | 39.76 | 190.22 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 150 | 0.57 | 0.96 | 0 | 0.41 | 264.17 | 0.92 | 0.31 |
| Hex | 40 | 6 | 96 | 39 | 60 | 0 | 29 | 108 | 5C | 1F |
| Octal | 100 | 6 | 226 | 71 | 140 | 0 | 51 | 410 | 134 | 37 |
| Binary | 1000000 | 110 | 10010110 | 111001 | 1100000 | 0 | 101001 | 100001000 | 1011100 | 11111 |
Color Harmonies of #400696
Complementary color
Monochromatic Colors of #400696
Black with #400696
Text Example
Text Example
White with #400696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400696; }
p { color: rgb(64,6,150); }
H1.HeaderClassName
{
color: #400696;
}
.AnyTagClassName
{
color: #400696;
}
</style>
background-color css
<style>
a { background-color: #400696; }
a { background-color: rgb(64,6,150); }
div.DivClassName
{
background-color: #400696;
}
.BgClassName
{
background-color: #400696;
}
</style>
border-color css
<style>
span { border-color: #400696; }
span { border-color: rgb(64,6,150); }
td.TdClassName
{
border-color: #400696;
}
.TagClassName
{
border-color: #400696;
}
</style>