Shades of Christalle #402B63
Tints of Christalle #402B63
RGB
CMYK
RGB Variations
Color information
#402B63 (or 0x402B63) is known color: Christalle. HEX triplet: 40, 2B and 63. RGB value is (64,43,99). Sum of RGB (Red+Green+Blue) = 64+43+99=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #402B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B63 is #BFD49C. Grayscale: #373737. Windows color (decimal): -12571805 or 6499136. OLE color: 6499136.
HSL color Cylindrical-coordinate representation of color #402B63: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #402B63 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 43 | 99 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.61 |
| HSL | 262.5º | 0.39% | 0.28% | - |
| HSV(B) | 262.5º | 0.57% | 0.39% | - |
| XYZ | 5.23 | 3.72 | 12.25 | - |
| YUV | 55.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 99 | 0.35 | 0.57 | 0 | 0.61 | 262.5 | 0.39 | 0.28 |
| Hex | 40 | 2B | 63 | 23 | 39 | 0 | 3D | 106 | 27 | 1C |
| Octal | 100 | 53 | 143 | 43 | 71 | 0 | 75 | 406 | 47 | 34 |
| Binary | 1000000 | 101011 | 1100011 | 100011 | 111001 | 0 | 111101 | 100000110 | 100111 | 11100 |
Color Harmonies of #402B63
Complementary color
Monochromatic Colors of #402B63
Black with #402B63
Text Example
Text Example
White with #402B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B63; }
p { color: rgb(64,43,99); }
H1.HeaderClassName
{
color: #402B63;
}
.AnyTagClassName
{
color: #402B63;
}
</style>
background-color css
<style>
a { background-color: #402B63; }
a { background-color: rgb(64,43,99); }
div.DivClassName
{
background-color: #402B63;
}
.BgClassName
{
background-color: #402B63;
}
</style>
border-color css
<style>
span { border-color: #402B63; }
span { border-color: rgb(64,43,99); }
td.TdClassName
{
border-color: #402B63;
}
.TagClassName
{
border-color: #402B63;
}
</style>