Shades of Christalle #41105D
Tints of Christalle #41105D
RGB
CMYK
RGB Variations
Color information
#41105D (or 0x41105D) is known color: Christalle. HEX triplet: 41, 10 and 5D. RGB value is (65,16,93). Sum of RGB (Red+Green+Blue) = 65+16+93=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #41105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41105D is #BEEFA2. Grayscale: #272727. Windows color (decimal): -12513187 or 6099009. OLE color: 6099009.
HSL color Cylindrical-coordinate representation of color #41105D: hue angle of 278.18º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41105D is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 16 | 93 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.64 |
| HSL | 278.18º | 0.71% | 0.21% | - |
| HSV(B) | 278.18º | 0.83% | 0.36% | - |
| XYZ | 4.34 | 2.28 | 10.57 | - |
| YUV | 39.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 93 | 0.30 | 0.83 | 0 | 0.64 | 278.18 | 0.71 | 0.21 |
| Hex | 41 | 10 | 5D | 1E | 53 | 0 | 40 | 116 | 47 | 15 |
| Octal | 101 | 20 | 135 | 36 | 123 | 0 | 100 | 426 | 107 | 25 |
| Binary | 1000001 | 10000 | 1011101 | 11110 | 1010011 | 0 | 1000000 | 100010110 | 1000111 | 10101 |
Color Harmonies of #41105D
Complementary color
Monochromatic Colors of #41105D
Black with #41105D
Text Example
Text Example
White with #41105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41105D; }
p { color: rgb(65,16,93); }
H1.HeaderClassName
{
color: #41105D;
}
.AnyTagClassName
{
color: #41105D;
}
</style>
background-color css
<style>
a { background-color: #41105D; }
a { background-color: rgb(65,16,93); }
div.DivClassName
{
background-color: #41105D;
}
.BgClassName
{
background-color: #41105D;
}
</style>
border-color css
<style>
span { border-color: #41105D; }
span { border-color: rgb(65,16,93); }
td.TdClassName
{
border-color: #41105D;
}
.TagClassName
{
border-color: #41105D;
}
</style>