Shades of Christalle #411964
Tints of Christalle #411964
RGB
CMYK
RGB Variations
Color information
#411964 (or 0x411964) is known color: Christalle. HEX triplet: 41, 19 and 64. RGB value is (65,25,100). Sum of RGB (Red+Green+Blue) = 65+25+100=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #411964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411964 is #BEE69B. Grayscale: #2D2D2D. Windows color (decimal): -12510876 or 6560065. OLE color: 6560065.
HSL color Cylindrical-coordinate representation of color #411964: hue angle of 272º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411964 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 25 | 100 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.61 |
| HSL | 272º | 0.6% | 0.25% | - |
| HSV(B) | 272º | 0.75% | 0.39% | - |
| XYZ | 4.83 | 2.74 | 12.33 | - |
| YUV | 45.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 100 | 0.35 | 0.75 | 0 | 0.61 | 272 | 0.6 | 0.25 |
| Hex | 41 | 19 | 64 | 23 | 4B | 0 | 3D | 110 | 3C | 19 |
| Octal | 101 | 31 | 144 | 43 | 113 | 0 | 75 | 420 | 74 | 31 |
| Binary | 1000001 | 11001 | 1100100 | 100011 | 1001011 | 0 | 111101 | 100010000 | 111100 | 11001 |
Color Harmonies of #411964
Complementary color
Monochromatic Colors of #411964
Black with #411964
Text Example
Text Example
White with #411964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411964; }
p { color: rgb(65,25,100); }
H1.HeaderClassName
{
color: #411964;
}
.AnyTagClassName
{
color: #411964;
}
</style>
background-color css
<style>
a { background-color: #411964; }
a { background-color: rgb(65,25,100); }
div.DivClassName
{
background-color: #411964;
}
.BgClassName
{
background-color: #411964;
}
</style>
border-color css
<style>
span { border-color: #411964; }
span { border-color: rgb(65,25,100); }
td.TdClassName
{
border-color: #411964;
}
.TagClassName
{
border-color: #411964;
}
</style>