Shades of Christalle #41206D
Tints of Christalle #41206D
RGB
CMYK
RGB Variations
Color information
#41206D (or 0x41206D) is known color: Christalle. HEX triplet: 41, 20 and 6D. RGB value is (65,32,109). Sum of RGB (Red+Green+Blue) = 65+32+109=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #41206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41206D is #BEDF92. Grayscale: #323232. Windows color (decimal): -12509075 or 7151681. OLE color: 7151681.
HSL color Cylindrical-coordinate representation of color #41206D: hue angle of 265.71º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41206D is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 32 | 109 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.57 |
| HSL | 265.71º | 0.55% | 0.28% | - |
| HSV(B) | 265.71º | 0.71% | 0.43% | - |
| XYZ | 5.46 | 3.26 | 14.81 | - |
| YUV | 50.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 109 | 0.40 | 0.71 | 0 | 0.57 | 265.71 | 0.55 | 0.28 |
| Hex | 41 | 20 | 6D | 28 | 47 | 0 | 39 | 10A | 37 | 1C |
| Octal | 101 | 40 | 155 | 50 | 107 | 0 | 71 | 412 | 67 | 34 |
| Binary | 1000001 | 100000 | 1101101 | 101000 | 1000111 | 0 | 111001 | 100001010 | 110111 | 11100 |
Color Harmonies of #41206D
Complementary color
Monochromatic Colors of #41206D
Black with #41206D
Text Example
Text Example
White with #41206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41206D; }
p { color: rgb(65,32,109); }
H1.HeaderClassName
{
color: #41206D;
}
.AnyTagClassName
{
color: #41206D;
}
</style>
background-color css
<style>
a { background-color: #41206D; }
a { background-color: rgb(65,32,109); }
div.DivClassName
{
background-color: #41206D;
}
.BgClassName
{
background-color: #41206D;
}
</style>
border-color css
<style>
span { border-color: #41206D; }
span { border-color: rgb(65,32,109); }
td.TdClassName
{
border-color: #41206D;
}
.TagClassName
{
border-color: #41206D;
}
</style>