Shades of Christalle #41216D
Tints of Christalle #41216D
RGB
CMYK
RGB Variations
Color information
#41216D (or 0x41216D) is known color: Christalle. HEX triplet: 41, 21 and 6D. RGB value is (65,33,109). Sum of RGB (Red+Green+Blue) = 65+33+109=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #41216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41216D is #BEDE92. Grayscale: #323232. Windows color (decimal): -12508819 or 7151937. OLE color: 7151937.
HSL color Cylindrical-coordinate representation of color #41216D: hue angle of 265.26º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41216D is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 33 | 109 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.57 |
| HSL | 265.26º | 0.54% | 0.28% | - |
| HSV(B) | 265.26º | 0.7% | 0.43% | - |
| XYZ | 5.48 | 3.32 | 14.82 | - |
| YUV | 51.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 109 | 0.40 | 0.70 | 0 | 0.57 | 265.26 | 0.54 | 0.28 |
| Hex | 41 | 21 | 6D | 28 | 46 | 0 | 39 | 109 | 36 | 1C |
| Octal | 101 | 41 | 155 | 50 | 106 | 0 | 71 | 411 | 66 | 34 |
| Binary | 1000001 | 100001 | 1101101 | 101000 | 1000110 | 0 | 111001 | 100001001 | 110110 | 11100 |
Color Harmonies of #41216D
Complementary color
Monochromatic Colors of #41216D
Black with #41216D
Text Example
Text Example
White with #41216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41216D; }
p { color: rgb(65,33,109); }
H1.HeaderClassName
{
color: #41216D;
}
.AnyTagClassName
{
color: #41216D;
}
</style>
background-color css
<style>
a { background-color: #41216D; }
a { background-color: rgb(65,33,109); }
div.DivClassName
{
background-color: #41216D;
}
.BgClassName
{
background-color: #41216D;
}
</style>
border-color css
<style>
span { border-color: #41216D; }
span { border-color: rgb(65,33,109); }
td.TdClassName
{
border-color: #41216D;
}
.TagClassName
{
border-color: #41216D;
}
</style>