Shades of Christalle #410E5D
Tints of Christalle #410E5D
RGB
CMYK
RGB Variations
Color information
#410E5D (or 0x410E5D) is known color: Christalle. HEX triplet: 41, 0E and 5D. RGB value is (65,14,93). Sum of RGB (Red+Green+Blue) = 65+14+93=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #410E5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410E5D is #BEF1A2. Grayscale: #252525. Windows color (decimal): -12513699 or 6098497. OLE color: 6098497.
HSL color Cylindrical-coordinate representation of color #410E5D: hue angle of 278.73º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410E5D is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 14 | 93 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.64 |
| HSL | 278.73º | 0.74% | 0.21% | - |
| HSV(B) | 278.73º | 0.85% | 0.36% | - |
| XYZ | 4.31 | 2.23 | 10.56 | - |
| YUV | 38.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 93 | 0.30 | 0.85 | 0 | 0.64 | 278.73 | 0.74 | 0.21 |
| Hex | 41 | E | 5D | 1E | 55 | 0 | 40 | 117 | 4A | 15 |
| Octal | 101 | 16 | 135 | 36 | 125 | 0 | 100 | 427 | 112 | 25 |
| Binary | 1000001 | 1110 | 1011101 | 11110 | 1010101 | 0 | 1000000 | 100010111 | 1001010 | 10101 |
Color Harmonies of #410E5D
Complementary color
Monochromatic Colors of #410E5D
Black with #410E5D
Text Example
Text Example
White with #410E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E5D; }
p { color: rgb(65,14,93); }
H1.HeaderClassName
{
color: #410E5D;
}
.AnyTagClassName
{
color: #410E5D;
}
</style>
background-color css
<style>
a { background-color: #410E5D; }
a { background-color: rgb(65,14,93); }
div.DivClassName
{
background-color: #410E5D;
}
.BgClassName
{
background-color: #410E5D;
}
</style>
border-color css
<style>
span { border-color: #410E5D; }
span { border-color: rgb(65,14,93); }
td.TdClassName
{
border-color: #410E5D;
}
.TagClassName
{
border-color: #410E5D;
}
</style>