Shades of Christalle #41295D
Tints of Christalle #41295D
RGB
CMYK
RGB Variations
Color information
#41295D (or 0x41295D) is known color: Christalle. HEX triplet: 41, 29 and 5D. RGB value is (65,41,93). Sum of RGB (Red+Green+Blue) = 65+41+93=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #41295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41295D is #BED6A2. Grayscale: #353535. Windows color (decimal): -12506787 or 6105409. OLE color: 6105409.
HSL color Cylindrical-coordinate representation of color #41295D: hue angle of 267.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41295D is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 41 | 93 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.64 |
| HSL | 267.69º | 0.39% | 0.26% | - |
| HSV(B) | 267.69º | 0.56% | 0.36% | - |
| XYZ | 4.95 | 3.5 | 10.77 | - |
| YUV | 54.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 93 | 0.30 | 0.56 | 0 | 0.64 | 267.69 | 0.39 | 0.26 |
| Hex | 41 | 29 | 5D | 1E | 38 | 0 | 40 | 10C | 27 | 1A |
| Octal | 101 | 51 | 135 | 36 | 70 | 0 | 100 | 414 | 47 | 32 |
| Binary | 1000001 | 101001 | 1011101 | 11110 | 111000 | 0 | 1000000 | 100001100 | 100111 | 11010 |
Color Harmonies of #41295D
Complementary color
Monochromatic Colors of #41295D
Black with #41295D
Text Example
Text Example
White with #41295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41295D; }
p { color: rgb(65,41,93); }
H1.HeaderClassName
{
color: #41295D;
}
.AnyTagClassName
{
color: #41295D;
}
</style>
background-color css
<style>
a { background-color: #41295D; }
a { background-color: rgb(65,41,93); }
div.DivClassName
{
background-color: #41295D;
}
.BgClassName
{
background-color: #41295D;
}
</style>
border-color css
<style>
span { border-color: #41295D; }
span { border-color: rgb(65,41,93); }
td.TdClassName
{
border-color: #41295D;
}
.TagClassName
{
border-color: #41295D;
}
</style>