Shades of Christalle #41165F
Tints of Christalle #41165F
RGB
CMYK
RGB Variations
Color information
#41165F (or 0x41165F) is known color: Christalle. HEX triplet: 41, 16 and 5F. RGB value is (65,22,95). Sum of RGB (Red+Green+Blue) = 65+22+95=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #41165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41165F is #BEE9A0. Grayscale: #2A2A2A. Windows color (decimal): -12511649 or 6231617. OLE color: 6231617.
HSL color Cylindrical-coordinate representation of color #41165F: hue angle of 275.34º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41165F is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 22 | 95 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.63 |
| HSL | 275.34º | 0.62% | 0.23% | - |
| HSV(B) | 275.34º | 0.77% | 0.37% | - |
| XYZ | 4.53 | 2.52 | 11.07 | - |
| YUV | 43.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 95 | 0.32 | 0.77 | 0 | 0.63 | 275.34 | 0.62 | 0.23 |
| Hex | 41 | 16 | 5F | 20 | 4D | 0 | 3F | 113 | 3E | 17 |
| Octal | 101 | 26 | 137 | 40 | 115 | 0 | 77 | 423 | 76 | 27 |
| Binary | 1000001 | 10110 | 1011111 | 100000 | 1001101 | 0 | 111111 | 100010011 | 111110 | 10111 |
Color Harmonies of #41165F
Complementary color
Monochromatic Colors of #41165F
Black with #41165F
Text Example
Text Example
White with #41165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41165F; }
p { color: rgb(65,22,95); }
H1.HeaderClassName
{
color: #41165F;
}
.AnyTagClassName
{
color: #41165F;
}
</style>
background-color css
<style>
a { background-color: #41165F; }
a { background-color: rgb(65,22,95); }
div.DivClassName
{
background-color: #41165F;
}
.BgClassName
{
background-color: #41165F;
}
</style>
border-color css
<style>
span { border-color: #41165F; }
span { border-color: rgb(65,22,95); }
td.TdClassName
{
border-color: #41165F;
}
.TagClassName
{
border-color: #41165F;
}
</style>