Shades of Christalle #402060
Tints of Christalle #402060
RGB
CMYK
RGB Variations
Color information
#402060 (or 0x402060) is known color: Christalle. HEX triplet: 40, 20 and 60. RGB value is (64,32,96). Sum of RGB (Red+Green+Blue) = 64+32+96=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #402060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402060 is #BFDF9F. Grayscale: #303030. Windows color (decimal): -12574624 or 6299712. OLE color: 6299712.
HSL color Cylindrical-coordinate representation of color #402060: hue angle of 270º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402060 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 32 | 96 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.62 |
| HSL | 270º | 0.5% | 0.25% | - |
| HSV(B) | 270º | 0.67% | 0.38% | - |
| XYZ | 4.74 | 2.97 | 11.39 | - |
| YUV | 48.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 96 | 0.33 | 0.67 | 0 | 0.62 | 270 | 0.5 | 0.25 |
| Hex | 40 | 20 | 60 | 21 | 43 | 0 | 3E | 10E | 32 | 19 |
| Octal | 100 | 40 | 140 | 41 | 103 | 0 | 76 | 416 | 62 | 31 |
| Binary | 1000000 | 100000 | 1100000 | 100001 | 1000011 | 0 | 111110 | 100001110 | 110010 | 11001 |
Color Harmonies of #402060
Complementary color
Monochromatic Colors of #402060
Black with #402060
Text Example
Text Example
White with #402060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402060; }
p { color: rgb(64,32,96); }
H1.HeaderClassName
{
color: #402060;
}
.AnyTagClassName
{
color: #402060;
}
</style>
background-color css
<style>
a { background-color: #402060; }
a { background-color: rgb(64,32,96); }
div.DivClassName
{
background-color: #402060;
}
.BgClassName
{
background-color: #402060;
}
</style>
border-color css
<style>
span { border-color: #402060; }
span { border-color: rgb(64,32,96); }
td.TdClassName
{
border-color: #402060;
}
.TagClassName
{
border-color: #402060;
}
</style>