Shades of Christalle #41116D
Tints of Christalle #41116D
RGB
CMYK
RGB Variations
Color information
#41116D (or 0x41116D) is known color: Christalle. HEX triplet: 41, 11 and 6D. RGB value is (65,17,109). Sum of RGB (Red+Green+Blue) = 65+17+109=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #41116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41116D is #BEEE92. Grayscale: #292929. Windows color (decimal): -12512915 or 7147841. OLE color: 7147841.
HSL color Cylindrical-coordinate representation of color #41116D: hue angle of 271.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41116D is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 17 | 109 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.57 |
| HSL | 271.3º | 0.73% | 0.25% | - |
| HSV(B) | 271.3º | 0.84% | 0.43% | - |
| XYZ | 5.14 | 2.63 | 14.7 | - |
| YUV | 41.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 109 | 0.40 | 0.84 | 0 | 0.57 | 271.3 | 0.73 | 0.25 |
| Hex | 41 | 11 | 6D | 28 | 54 | 0 | 39 | 10F | 49 | 19 |
| Octal | 101 | 21 | 155 | 50 | 124 | 0 | 71 | 417 | 111 | 31 |
| Binary | 1000001 | 10001 | 1101101 | 101000 | 1010100 | 0 | 111001 | 100001111 | 1001001 | 11001 |
Color Harmonies of #41116D
Complementary color
Monochromatic Colors of #41116D
Black with #41116D
Text Example
Text Example
White with #41116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41116D; }
p { color: rgb(65,17,109); }
H1.HeaderClassName
{
color: #41116D;
}
.AnyTagClassName
{
color: #41116D;
}
</style>
background-color css
<style>
a { background-color: #41116D; }
a { background-color: rgb(65,17,109); }
div.DivClassName
{
background-color: #41116D;
}
.BgClassName
{
background-color: #41116D;
}
</style>
border-color css
<style>
span { border-color: #41116D; }
span { border-color: rgb(65,17,109); }
td.TdClassName
{
border-color: #41116D;
}
.TagClassName
{
border-color: #41116D;
}
</style>