Shades of Christalle #411D66
Tints of Christalle #411D66
RGB
CMYK
RGB Variations
Color information
#411D66 (or 0x411D66) is known color: Christalle. HEX triplet: 41, 1D and 66. RGB value is (65,29,102). Sum of RGB (Red+Green+Blue) = 65+29+102=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #411D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D66 is #BEE299. Grayscale: #2F2F2F. Windows color (decimal): -12509850 or 6692161. OLE color: 6692161.
HSL color Cylindrical-coordinate representation of color #411D66: hue angle of 269.59º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411D66 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 29 | 102 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.6 |
| HSL | 269.59º | 0.56% | 0.26% | - |
| HSV(B) | 269.59º | 0.72% | 0.4% | - |
| XYZ | 5.02 | 2.96 | 12.88 | - |
| YUV | 48.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 102 | 0.36 | 0.72 | 0 | 0.6 | 269.59 | 0.56 | 0.26 |
| Hex | 41 | 1D | 66 | 24 | 48 | 0 | 3C | 10E | 38 | 1A |
| Octal | 101 | 35 | 146 | 44 | 110 | 0 | 74 | 416 | 70 | 32 |
| Binary | 1000001 | 11101 | 1100110 | 100100 | 1001000 | 0 | 111100 | 100001110 | 111000 | 11010 |
Color Harmonies of #411D66
Complementary color
Monochromatic Colors of #411D66
Black with #411D66
Text Example
Text Example
White with #411D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D66; }
p { color: rgb(65,29,102); }
H1.HeaderClassName
{
color: #411D66;
}
.AnyTagClassName
{
color: #411D66;
}
</style>
background-color css
<style>
a { background-color: #411D66; }
a { background-color: rgb(65,29,102); }
div.DivClassName
{
background-color: #411D66;
}
.BgClassName
{
background-color: #411D66;
}
</style>
border-color css
<style>
span { border-color: #411D66; }
span { border-color: rgb(65,29,102); }
td.TdClassName
{
border-color: #411D66;
}
.TagClassName
{
border-color: #411D66;
}
</style>