Shades of Christalle #401563
Tints of Christalle #401563
RGB
CMYK
RGB Variations
Color information
#401563 (or 0x401563) is known color: Christalle. HEX triplet: 40, 15 and 63. RGB value is (64,21,99). Sum of RGB (Red+Green+Blue) = 64+21+99=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #401563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401563 is #BFEA9C. Grayscale: #2A2A2A. Windows color (decimal): -12577437 or 6493504. OLE color: 6493504.
HSL color Cylindrical-coordinate representation of color #401563: hue angle of 273.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401563 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 21 | 99 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.61 |
| HSL | 273.08º | 0.65% | 0.24% | - |
| HSV(B) | 273.08º | 0.79% | 0.39% | - |
| XYZ | 4.63 | 2.53 | 12.05 | - |
| YUV | 42.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 99 | 0.35 | 0.79 | 0 | 0.61 | 273.08 | 0.65 | 0.24 |
| Hex | 40 | 15 | 63 | 23 | 4F | 0 | 3D | 111 | 41 | 18 |
| Octal | 100 | 25 | 143 | 43 | 117 | 0 | 75 | 421 | 101 | 30 |
| Binary | 1000000 | 10101 | 1100011 | 100011 | 1001111 | 0 | 111101 | 100010001 | 1000001 | 11000 |
Color Harmonies of #401563
Complementary color
Monochromatic Colors of #401563
Black with #401563
Text Example
Text Example
White with #401563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401563; }
p { color: rgb(64,21,99); }
H1.HeaderClassName
{
color: #401563;
}
.AnyTagClassName
{
color: #401563;
}
</style>
background-color css
<style>
a { background-color: #401563; }
a { background-color: rgb(64,21,99); }
div.DivClassName
{
background-color: #401563;
}
.BgClassName
{
background-color: #401563;
}
</style>
border-color css
<style>
span { border-color: #401563; }
span { border-color: rgb(64,21,99); }
td.TdClassName
{
border-color: #401563;
}
.TagClassName
{
border-color: #401563;
}
</style>