Shades of Christalle #400860
Tints of Christalle #400860
RGB
CMYK
RGB Variations
Color information
#400860 (or 0x400860) is known color: Christalle. HEX triplet: 40, 08 and 60. RGB value is (64,8,96). Sum of RGB (Red+Green+Blue) = 64+8+96=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #400860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400860 is #BFF79F. Grayscale: #222222. Windows color (decimal): -12580768 or 6293568. OLE color: 6293568.
HSL color Cylindrical-coordinate representation of color #400860: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400860 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 8 | 96 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.62 |
| HSL | 278.18º | 0.85% | 0.2% | - |
| HSV(B) | 278.18º | 0.92% | 0.38% | - |
| XYZ | 4.31 | 2.11 | 11.25 | - |
| YUV | 34.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 96 | 0.33 | 0.92 | 0 | 0.62 | 278.18 | 0.85 | 0.2 |
| Hex | 40 | 8 | 60 | 21 | 5C | 0 | 3E | 116 | 55 | 14 |
| Octal | 100 | 10 | 140 | 41 | 134 | 0 | 76 | 426 | 125 | 24 |
| Binary | 1000000 | 1000 | 1100000 | 100001 | 1011100 | 0 | 111110 | 100010110 | 1010101 | 10100 |
Color Harmonies of #400860
Complementary color
Monochromatic Colors of #400860
Black with #400860
Text Example
Text Example
White with #400860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400860; }
p { color: rgb(64,8,96); }
H1.HeaderClassName
{
color: #400860;
}
.AnyTagClassName
{
color: #400860;
}
</style>
background-color css
<style>
a { background-color: #400860; }
a { background-color: rgb(64,8,96); }
div.DivClassName
{
background-color: #400860;
}
.BgClassName
{
background-color: #400860;
}
</style>
border-color css
<style>
span { border-color: #400860; }
span { border-color: rgb(64,8,96); }
td.TdClassName
{
border-color: #400860;
}
.TagClassName
{
border-color: #400860;
}
</style>