Shades of Indigo #400864
Tints of Indigo #400864
RGB
CMYK
RGB Variations
Color information
#400864 (or 0x400864) is known color: Indigo. HEX triplet: 40, 08 and 64. RGB value is (64,8,100). Sum of RGB (Red+Green+Blue) = 64+8+100=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #400864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400864 is #BFF79B. Grayscale: #222222. Windows color (decimal): -12580764 or 6555712. OLE color: 6555712.
HSL color Cylindrical-coordinate representation of color #400864: hue angle of 276.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400864 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 8 | 100 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.61 |
| HSL | 276.52º | 0.85% | 0.21% | - |
| HSV(B) | 276.52º | 0.92% | 0.39% | - |
| XYZ | 4.5 | 2.18 | 12.24 | - |
| YUV | 35.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 100 | 0.36 | 0.92 | 0 | 0.61 | 276.52 | 0.85 | 0.21 |
| Hex | 40 | 8 | 64 | 24 | 5C | 0 | 3D | 115 | 55 | 15 |
| Octal | 100 | 10 | 144 | 44 | 134 | 0 | 75 | 425 | 125 | 25 |
| Binary | 1000000 | 1000 | 1100100 | 100100 | 1011100 | 0 | 111101 | 100010101 | 1010101 | 10101 |
Color Harmonies of #400864
Complementary color
Monochromatic Colors of #400864
Black with #400864
Text Example
Text Example
White with #400864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400864; }
p { color: rgb(64,8,100); }
H1.HeaderClassName
{
color: #400864;
}
.AnyTagClassName
{
color: #400864;
}
</style>
background-color css
<style>
a { background-color: #400864; }
a { background-color: rgb(64,8,100); }
div.DivClassName
{
background-color: #400864;
}
.BgClassName
{
background-color: #400864;
}
</style>
border-color css
<style>
span { border-color: #400864; }
span { border-color: rgb(64,8,100); }
td.TdClassName
{
border-color: #400864;
}
.TagClassName
{
border-color: #400864;
}
</style>