Shades of Christalle #41125F
Tints of Christalle #41125F
RGB
CMYK
RGB Variations
Color information
#41125F (or 0x41125F) is known color: Christalle. HEX triplet: 41, 12 and 5F. RGB value is (65,18,95). Sum of RGB (Red+Green+Blue) = 65+18+95=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #41125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41125F is #BEEDA0. Grayscale: #282828. Windows color (decimal): -12512673 or 6230593. OLE color: 6230593.
HSL color Cylindrical-coordinate representation of color #41125F: hue angle of 276.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41125F is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 18 | 95 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.63 |
| HSL | 276.62º | 0.68% | 0.22% | - |
| HSV(B) | 276.62º | 0.81% | 0.37% | - |
| XYZ | 4.46 | 2.38 | 11.05 | - |
| YUV | 40.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 95 | 0.32 | 0.81 | 0 | 0.63 | 276.62 | 0.68 | 0.22 |
| Hex | 41 | 12 | 5F | 20 | 51 | 0 | 3F | 115 | 44 | 16 |
| Octal | 101 | 22 | 137 | 40 | 121 | 0 | 77 | 425 | 104 | 26 |
| Binary | 1000001 | 10010 | 1011111 | 100000 | 1010001 | 0 | 111111 | 100010101 | 1000100 | 10110 |
Color Harmonies of #41125F
Complementary color
Monochromatic Colors of #41125F
Black with #41125F
Text Example
Text Example
White with #41125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41125F; }
p { color: rgb(65,18,95); }
H1.HeaderClassName
{
color: #41125F;
}
.AnyTagClassName
{
color: #41125F;
}
</style>
background-color css
<style>
a { background-color: #41125F; }
a { background-color: rgb(65,18,95); }
div.DivClassName
{
background-color: #41125F;
}
.BgClassName
{
background-color: #41125F;
}
</style>
border-color css
<style>
span { border-color: #41125F; }
span { border-color: rgb(65,18,95); }
td.TdClassName
{
border-color: #41125F;
}
.TagClassName
{
border-color: #41125F;
}
</style>