Shades of Christalle #41206E
Tints of Christalle #41206E
RGB
CMYK
RGB Variations
Color information
#41206E (or 0x41206E) is known color: Christalle. HEX triplet: 41, 20 and 6E. RGB value is (65,32,110). Sum of RGB (Red+Green+Blue) = 65+32+110=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #41206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41206E is #BEDF91. Grayscale: #323232. Windows color (decimal): -12509074 or 7217217. OLE color: 7217217.
HSL color Cylindrical-coordinate representation of color #41206E: hue angle of 265.38º 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 #41206E is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 32 | 110 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.57 |
| HSL | 265.38º | 0.55% | 0.28% | - |
| HSV(B) | 265.38º | 0.71% | 0.43% | - |
| XYZ | 5.51 | 3.28 | 15.1 | - |
| YUV | 50.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 110 | 0.41 | 0.71 | 0 | 0.57 | 265.38 | 0.55 | 0.28 |
| Hex | 41 | 20 | 6E | 29 | 47 | 0 | 39 | 109 | 37 | 1C |
| Octal | 101 | 40 | 156 | 51 | 107 | 0 | 71 | 411 | 67 | 34 |
| Binary | 1000001 | 100000 | 1101110 | 101001 | 1000111 | 0 | 111001 | 100001001 | 110111 | 11100 |
Color Harmonies of #41206E
Complementary color
Monochromatic Colors of #41206E
Black with #41206E
Text Example
Text Example
White with #41206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41206E; }
p { color: rgb(65,32,110); }
H1.HeaderClassName
{
color: #41206E;
}
.AnyTagClassName
{
color: #41206E;
}
</style>
background-color css
<style>
a { background-color: #41206E; }
a { background-color: rgb(65,32,110); }
div.DivClassName
{
background-color: #41206E;
}
.BgClassName
{
background-color: #41206E;
}
</style>
border-color css
<style>
span { border-color: #41206E; }
span { border-color: rgb(65,32,110); }
td.TdClassName
{
border-color: #41206E;
}
.TagClassName
{
border-color: #41206E;
}
</style>