Shades of Christalle #41216C
Tints of Christalle #41216C
RGB
CMYK
RGB Variations
Color information
#41216C (or 0x41216C) is known color: Christalle. HEX triplet: 41, 21 and 6C. RGB value is (65,33,108). Sum of RGB (Red+Green+Blue) = 65+33+108=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #41216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41216C is #BEDE93. Grayscale: #323232. Windows color (decimal): -12508820 or 7086401. OLE color: 7086401.
HSL color Cylindrical-coordinate representation of color #41216C: hue angle of 265.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41216C is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 33 | 108 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.58 |
| HSL | 265.6º | 0.53% | 0.28% | - |
| HSV(B) | 265.6º | 0.69% | 0.42% | - |
| XYZ | 5.43 | 3.29 | 14.54 | - |
| YUV | 51.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 108 | 0.40 | 0.69 | 0 | 0.58 | 265.6 | 0.53 | 0.28 |
| Hex | 41 | 21 | 6C | 28 | 45 | 0 | 3A | 10A | 35 | 1C |
| Octal | 101 | 41 | 154 | 50 | 105 | 0 | 72 | 412 | 65 | 34 |
| Binary | 1000001 | 100001 | 1101100 | 101000 | 1000101 | 0 | 111010 | 100001010 | 110101 | 11100 |
Color Harmonies of #41216C
Complementary color
Monochromatic Colors of #41216C
Black with #41216C
Text Example
Text Example
White with #41216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41216C; }
p { color: rgb(65,33,108); }
H1.HeaderClassName
{
color: #41216C;
}
.AnyTagClassName
{
color: #41216C;
}
</style>
background-color css
<style>
a { background-color: #41216C; }
a { background-color: rgb(65,33,108); }
div.DivClassName
{
background-color: #41216C;
}
.BgClassName
{
background-color: #41216C;
}
</style>
border-color css
<style>
span { border-color: #41216C; }
span { border-color: rgb(65,33,108); }
td.TdClassName
{
border-color: #41216C;
}
.TagClassName
{
border-color: #41216C;
}
</style>