Shades of Christalle #402563
Tints of Christalle #402563
RGB
CMYK
RGB Variations
Color information
#402563 (or 0x402563) is known color: Christalle. HEX triplet: 40, 25 and 63. RGB value is (64,37,99). Sum of RGB (Red+Green+Blue) = 64+37+99=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #402563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402563 is #BFDA9C. Grayscale: #333333. Windows color (decimal): -12573341 or 6497600. OLE color: 6497600.
HSL color Cylindrical-coordinate representation of color #402563: hue angle of 266.13º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #402563 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 37 | 99 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.61 |
| HSL | 266.13º | 0.46% | 0.27% | - |
| HSV(B) | 266.13º | 0.63% | 0.39% | - |
| XYZ | 5.03 | 3.31 | 12.18 | - |
| YUV | 52.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 99 | 0.35 | 0.63 | 0 | 0.61 | 266.13 | 0.46 | 0.27 |
| Hex | 40 | 25 | 63 | 23 | 3F | 0 | 3D | 10A | 2E | 1B |
| Octal | 100 | 45 | 143 | 43 | 77 | 0 | 75 | 412 | 56 | 33 |
| Binary | 1000000 | 100101 | 1100011 | 100011 | 111111 | 0 | 111101 | 100001010 | 101110 | 11011 |
Color Harmonies of #402563
Complementary color
Monochromatic Colors of #402563
Black with #402563
Text Example
Text Example
White with #402563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402563; }
p { color: rgb(64,37,99); }
H1.HeaderClassName
{
color: #402563;
}
.AnyTagClassName
{
color: #402563;
}
</style>
background-color css
<style>
a { background-color: #402563; }
a { background-color: rgb(64,37,99); }
div.DivClassName
{
background-color: #402563;
}
.BgClassName
{
background-color: #402563;
}
</style>
border-color css
<style>
span { border-color: #402563; }
span { border-color: rgb(64,37,99); }
td.TdClassName
{
border-color: #402563;
}
.TagClassName
{
border-color: #402563;
}
</style>