Shades of Christalle #401961
Tints of Christalle #401961
RGB
CMYK
RGB Variations
Color information
#401961 (or 0x401961) is known color: Christalle. HEX triplet: 40, 19 and 61. RGB value is (64,25,97). Sum of RGB (Red+Green+Blue) = 64+25+97=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #401961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401961 is #BFE69E. Grayscale: #2C2C2C. Windows color (decimal): -12576415 or 6363456. OLE color: 6363456.
HSL color Cylindrical-coordinate representation of color #401961: hue angle of 272.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401961 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 25 | 97 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.62 |
| HSL | 272.5º | 0.59% | 0.24% | - |
| HSV(B) | 272.5º | 0.74% | 0.38% | - |
| XYZ | 4.62 | 2.65 | 11.58 | - |
| YUV | 44.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 97 | 0.34 | 0.74 | 0 | 0.62 | 272.5 | 0.59 | 0.24 |
| Hex | 40 | 19 | 61 | 22 | 4A | 0 | 3E | 110 | 3B | 18 |
| Octal | 100 | 31 | 141 | 42 | 112 | 0 | 76 | 420 | 73 | 30 |
| Binary | 1000000 | 11001 | 1100001 | 100010 | 1001010 | 0 | 111110 | 100010000 | 111011 | 11000 |
Color Harmonies of #401961
Complementary color
Monochromatic Colors of #401961
Black with #401961
Text Example
Text Example
White with #401961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401961; }
p { color: rgb(64,25,97); }
H1.HeaderClassName
{
color: #401961;
}
.AnyTagClassName
{
color: #401961;
}
</style>
background-color css
<style>
a { background-color: #401961; }
a { background-color: rgb(64,25,97); }
div.DivClassName
{
background-color: #401961;
}
.BgClassName
{
background-color: #401961;
}
</style>
border-color css
<style>
span { border-color: #401961; }
span { border-color: rgb(64,25,97); }
td.TdClassName
{
border-color: #401961;
}
.TagClassName
{
border-color: #401961;
}
</style>