Shades of Christalle #400963
Tints of Christalle #400963
RGB
CMYK
RGB Variations
Color information
#400963 (or 0x400963) is known color: Christalle. HEX triplet: 40, 09 and 63. RGB value is (64,9,99). Sum of RGB (Red+Green+Blue) = 64+9+99=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #400963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400963 is #BFF69C. Grayscale: #232323. Windows color (decimal): -12580509 or 6490432. OLE color: 6490432.
HSL color Cylindrical-coordinate representation of color #400963: hue angle of 276.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400963 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 9 | 99 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.61 |
| HSL | 276.67º | 0.83% | 0.21% | - |
| HSV(B) | 276.67º | 0.91% | 0.39% | - |
| XYZ | 4.46 | 2.19 | 11.99 | - |
| YUV | 35.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 99 | 0.35 | 0.91 | 0 | 0.61 | 276.67 | 0.83 | 0.21 |
| Hex | 40 | 9 | 63 | 23 | 5B | 0 | 3D | 115 | 53 | 15 |
| Octal | 100 | 11 | 143 | 43 | 133 | 0 | 75 | 425 | 123 | 25 |
| Binary | 1000000 | 1001 | 1100011 | 100011 | 1011011 | 0 | 111101 | 100010101 | 1010011 | 10101 |
Color Harmonies of #400963
Complementary color
Monochromatic Colors of #400963
Black with #400963
Text Example
Text Example
White with #400963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400963; }
p { color: rgb(64,9,99); }
H1.HeaderClassName
{
color: #400963;
}
.AnyTagClassName
{
color: #400963;
}
</style>
background-color css
<style>
a { background-color: #400963; }
a { background-color: rgb(64,9,99); }
div.DivClassName
{
background-color: #400963;
}
.BgClassName
{
background-color: #400963;
}
</style>
border-color css
<style>
span { border-color: #400963; }
span { border-color: rgb(64,9,99); }
td.TdClassName
{
border-color: #400963;
}
.TagClassName
{
border-color: #400963;
}
</style>