Shades of Christalle #412C60
Tints of Christalle #412C60
RGB
CMYK
RGB Variations
Color information
#412C60 (or 0x412C60) is known color: Christalle. HEX triplet: 41, 2C and 60. RGB value is (65,44,96). Sum of RGB (Red+Green+Blue) = 65+44+96=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #412C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C60 is #BED39F. Grayscale: #383838. Windows color (decimal): -12506016 or 6302785. OLE color: 6302785.
HSL color Cylindrical-coordinate representation of color #412C60: hue angle of 264.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412C60 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 44 | 96 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.62 |
| HSL | 264.23º | 0.37% | 0.27% | - |
| HSV(B) | 264.23º | 0.54% | 0.38% | - |
| XYZ | 5.19 | 3.77 | 11.52 | - |
| YUV | 56.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 96 | 0.32 | 0.54 | 0 | 0.62 | 264.23 | 0.37 | 0.27 |
| Hex | 41 | 2C | 60 | 20 | 36 | 0 | 3E | 108 | 25 | 1B |
| Octal | 101 | 54 | 140 | 40 | 66 | 0 | 76 | 410 | 45 | 33 |
| Binary | 1000001 | 101100 | 1100000 | 100000 | 110110 | 0 | 111110 | 100001000 | 100101 | 11011 |
Color Harmonies of #412C60
Complementary color
Monochromatic Colors of #412C60
Black with #412C60
Text Example
Text Example
White with #412C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C60; }
p { color: rgb(65,44,96); }
H1.HeaderClassName
{
color: #412C60;
}
.AnyTagClassName
{
color: #412C60;
}
</style>
background-color css
<style>
a { background-color: #412C60; }
a { background-color: rgb(65,44,96); }
div.DivClassName
{
background-color: #412C60;
}
.BgClassName
{
background-color: #412C60;
}
</style>
border-color css
<style>
span { border-color: #412C60; }
span { border-color: rgb(65,44,96); }
td.TdClassName
{
border-color: #412C60;
}
.TagClassName
{
border-color: #412C60;
}
</style>