Shades of Christalle #41245F
Tints of Christalle #41245F
RGB
CMYK
RGB Variations
Color information
#41245F (or 0x41245F) is known color: Christalle. HEX triplet: 41, 24 and 5F. RGB value is (65,36,95). Sum of RGB (Red+Green+Blue) = 65+36+95=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #41245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41245F is #BEDBA0. Grayscale: #333333. Windows color (decimal): -12508065 or 6235201. OLE color: 6235201.
HSL color Cylindrical-coordinate representation of color #41245F: hue angle of 269.49º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41245F is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 36 | 95 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.63 |
| HSL | 269.49º | 0.45% | 0.26% | - |
| HSV(B) | 269.49º | 0.62% | 0.37% | - |
| XYZ | 4.88 | 3.21 | 11.19 | - |
| YUV | 51.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 95 | 0.32 | 0.62 | 0 | 0.63 | 269.49 | 0.45 | 0.26 |
| Hex | 41 | 24 | 5F | 20 | 3E | 0 | 3F | 10D | 2D | 1A |
| Octal | 101 | 44 | 137 | 40 | 76 | 0 | 77 | 415 | 55 | 32 |
| Binary | 1000001 | 100100 | 1011111 | 100000 | 111110 | 0 | 111111 | 100001101 | 101101 | 11010 |
Color Harmonies of #41245F
Complementary color
Monochromatic Colors of #41245F
Black with #41245F
Text Example
Text Example
White with #41245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41245F; }
p { color: rgb(65,36,95); }
H1.HeaderClassName
{
color: #41245F;
}
.AnyTagClassName
{
color: #41245F;
}
</style>
background-color css
<style>
a { background-color: #41245F; }
a { background-color: rgb(65,36,95); }
div.DivClassName
{
background-color: #41245F;
}
.BgClassName
{
background-color: #41245F;
}
</style>
border-color css
<style>
span { border-color: #41245F; }
span { border-color: rgb(65,36,95); }
td.TdClassName
{
border-color: #41245F;
}
.TagClassName
{
border-color: #41245F;
}
</style>