Shades of Christalle #41295F
Tints of Christalle #41295F
RGB
CMYK
RGB Variations
Color information
#41295F (or 0x41295F) is known color: Christalle. HEX triplet: 41, 29 and 5F. RGB value is (65,41,95). Sum of RGB (Red+Green+Blue) = 65+41+95=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #41295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41295F is #BED6A0. Grayscale: #363636. Windows color (decimal): -12506785 or 6236481. OLE color: 6236481.
HSL color Cylindrical-coordinate representation of color #41295F: hue angle of 266.67º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41295F is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 41 | 95 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.63 |
| HSL | 266.67º | 0.4% | 0.27% | - |
| HSV(B) | 266.67º | 0.57% | 0.37% | - |
| XYZ | 5.04 | 3.54 | 11.24 | - |
| YUV | 54.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 95 | 0.32 | 0.57 | 0 | 0.63 | 266.67 | 0.4 | 0.27 |
| Hex | 41 | 29 | 5F | 20 | 39 | 0 | 3F | 10B | 28 | 1B |
| Octal | 101 | 51 | 137 | 40 | 71 | 0 | 77 | 413 | 50 | 33 |
| Binary | 1000001 | 101001 | 1011111 | 100000 | 111001 | 0 | 111111 | 100001011 | 101000 | 11011 |
Color Harmonies of #41295F
Complementary color
Monochromatic Colors of #41295F
Black with #41295F
Text Example
Text Example
White with #41295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41295F; }
p { color: rgb(65,41,95); }
H1.HeaderClassName
{
color: #41295F;
}
.AnyTagClassName
{
color: #41295F;
}
</style>
background-color css
<style>
a { background-color: #41295F; }
a { background-color: rgb(65,41,95); }
div.DivClassName
{
background-color: #41295F;
}
.BgClassName
{
background-color: #41295F;
}
</style>
border-color css
<style>
span { border-color: #41295F; }
span { border-color: rgb(65,41,95); }
td.TdClassName
{
border-color: #41295F;
}
.TagClassName
{
border-color: #41295F;
}
</style>