Shades of Christalle #401663
Tints of Christalle #401663
RGB
CMYK
RGB Variations
Color information
#401663 (or 0x401663) is known color: Christalle. HEX triplet: 40, 16 and 63. RGB value is (64,22,99). Sum of RGB (Red+Green+Blue) = 64+22+99=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #401663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401663 is #BFE99C. Grayscale: #2B2B2B. Windows color (decimal): -12577181 or 6493760. OLE color: 6493760.
HSL color Cylindrical-coordinate representation of color #401663: hue angle of 272.73º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401663 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 22 | 99 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.61 |
| HSL | 272.73º | 0.64% | 0.24% | - |
| HSV(B) | 272.73º | 0.78% | 0.39% | - |
| XYZ | 4.65 | 2.56 | 12.05 | - |
| YUV | 43.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 99 | 0.35 | 0.78 | 0 | 0.61 | 272.73 | 0.64 | 0.24 |
| Hex | 40 | 16 | 63 | 23 | 4E | 0 | 3D | 111 | 40 | 18 |
| Octal | 100 | 26 | 143 | 43 | 116 | 0 | 75 | 421 | 100 | 30 |
| Binary | 1000000 | 10110 | 1100011 | 100011 | 1001110 | 0 | 111101 | 100010001 | 1000000 | 11000 |
Color Harmonies of #401663
Complementary color
Monochromatic Colors of #401663
Black with #401663
Text Example
Text Example
White with #401663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401663; }
p { color: rgb(64,22,99); }
H1.HeaderClassName
{
color: #401663;
}
.AnyTagClassName
{
color: #401663;
}
</style>
background-color css
<style>
a { background-color: #401663; }
a { background-color: rgb(64,22,99); }
div.DivClassName
{
background-color: #401663;
}
.BgClassName
{
background-color: #401663;
}
</style>
border-color css
<style>
span { border-color: #401663; }
span { border-color: rgb(64,22,99); }
td.TdClassName
{
border-color: #401663;
}
.TagClassName
{
border-color: #401663;
}
</style>