Shades of Christalle #402061
Tints of Christalle #402061
RGB
CMYK
RGB Variations
Color information
#402061 (or 0x402061) is known color: Christalle. HEX triplet: 40, 20 and 61. RGB value is (64,32,97). Sum of RGB (Red+Green+Blue) = 64+32+97=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #402061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402061 is #BFDF9E. Grayscale: #303030. Windows color (decimal): -12574623 or 6365248. OLE color: 6365248.
HSL color Cylindrical-coordinate representation of color #402061: hue angle of 269.54º 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 #402061 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 32 | 97 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.62 |
| HSL | 269.54º | 0.5% | 0.25% | - |
| HSV(B) | 269.54º | 0.67% | 0.38% | - |
| XYZ | 4.79 | 2.99 | 11.63 | - |
| YUV | 48.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 97 | 0.34 | 0.67 | 0 | 0.62 | 269.54 | 0.5 | 0.25 |
| Hex | 40 | 20 | 61 | 22 | 43 | 0 | 3E | 10E | 32 | 19 |
| Octal | 100 | 40 | 141 | 42 | 103 | 0 | 76 | 416 | 62 | 31 |
| Binary | 1000000 | 100000 | 1100001 | 100010 | 1000011 | 0 | 111110 | 100001110 | 110010 | 11001 |
Color Harmonies of #402061
Complementary color
Monochromatic Colors of #402061
Black with #402061
Text Example
Text Example
White with #402061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402061; }
p { color: rgb(64,32,97); }
H1.HeaderClassName
{
color: #402061;
}
.AnyTagClassName
{
color: #402061;
}
</style>
background-color css
<style>
a { background-color: #402061; }
a { background-color: rgb(64,32,97); }
div.DivClassName
{
background-color: #402061;
}
.BgClassName
{
background-color: #402061;
}
</style>
border-color css
<style>
span { border-color: #402061; }
span { border-color: rgb(64,32,97); }
td.TdClassName
{
border-color: #402061;
}
.TagClassName
{
border-color: #402061;
}
</style>