Shades of Christalle #400862
Tints of Christalle #400862
RGB
CMYK
RGB Variations
Color information
#400862 (or 0x400862) is known color: Christalle. HEX triplet: 40, 08 and 62. RGB value is (64,8,98). Sum of RGB (Red+Green+Blue) = 64+8+98=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #400862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400862 is #BFF79D. Grayscale: #222222. Windows color (decimal): -12580766 or 6424640. OLE color: 6424640.
HSL color Cylindrical-coordinate representation of color #400862: hue angle of 277.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400862 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 8 | 98 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.62 |
| HSL | 277.33º | 0.85% | 0.21% | - |
| HSV(B) | 277.33º | 0.92% | 0.38% | - |
| XYZ | 4.41 | 2.15 | 11.74 | - |
| YUV | 35 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 98 | 0.35 | 0.92 | 0 | 0.62 | 277.33 | 0.85 | 0.21 |
| Hex | 40 | 8 | 62 | 23 | 5C | 0 | 3E | 115 | 55 | 15 |
| Octal | 100 | 10 | 142 | 43 | 134 | 0 | 76 | 425 | 125 | 25 |
| Binary | 1000000 | 1000 | 1100010 | 100011 | 1011100 | 0 | 111110 | 100010101 | 1010101 | 10101 |
Color Harmonies of #400862
Complementary color
Monochromatic Colors of #400862
Black with #400862
Text Example
Text Example
White with #400862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400862; }
p { color: rgb(64,8,98); }
H1.HeaderClassName
{
color: #400862;
}
.AnyTagClassName
{
color: #400862;
}
</style>
background-color css
<style>
a { background-color: #400862; }
a { background-color: rgb(64,8,98); }
div.DivClassName
{
background-color: #400862;
}
.BgClassName
{
background-color: #400862;
}
</style>
border-color css
<style>
span { border-color: #400862; }
span { border-color: rgb(64,8,98); }
td.TdClassName
{
border-color: #400862;
}
.TagClassName
{
border-color: #400862;
}
</style>