Shades of Christalle #412065
Tints of Christalle #412065
RGB
CMYK
RGB Variations
Color information
#412065 (or 0x412065) is known color: Christalle. HEX triplet: 41, 20 and 65. RGB value is (65,32,101). Sum of RGB (Red+Green+Blue) = 65+32+101=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #412065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412065 is #BEDF9A. Grayscale: #313131. Windows color (decimal): -12509083 or 6627393. OLE color: 6627393.
HSL color Cylindrical-coordinate representation of color #412065: hue angle of 268.7º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412065 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 32 | 101 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.60 |
| HSL | 268.7º | 0.52% | 0.26% | - |
| HSV(B) | 268.7º | 0.68% | 0.4% | - |
| XYZ | 5.05 | 3.1 | 12.64 | - |
| YUV | 49.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 101 | 0.36 | 0.68 | 0 | 0.60 | 268.7 | 0.52 | 0.26 |
| Hex | 41 | 20 | 65 | 24 | 44 | 0 | 3C | 10D | 34 | 1A |
| Octal | 101 | 40 | 145 | 44 | 104 | 0 | 74 | 415 | 64 | 32 |
| Binary | 1000001 | 100000 | 1100101 | 100100 | 1000100 | 0 | 111100 | 100001101 | 110100 | 11010 |
Color Harmonies of #412065
Complementary color
Monochromatic Colors of #412065
Black with #412065
Text Example
Text Example
White with #412065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412065; }
p { color: rgb(65,32,101); }
H1.HeaderClassName
{
color: #412065;
}
.AnyTagClassName
{
color: #412065;
}
</style>
background-color css
<style>
a { background-color: #412065; }
a { background-color: rgb(65,32,101); }
div.DivClassName
{
background-color: #412065;
}
.BgClassName
{
background-color: #412065;
}
</style>
border-color css
<style>
span { border-color: #412065; }
span { border-color: rgb(65,32,101); }
td.TdClassName
{
border-color: #412065;
}
.TagClassName
{
border-color: #412065;
}
</style>