Shades of Christalle #41225D
Tints of Christalle #41225D
RGB
CMYK
RGB Variations
Color information
#41225D (or 0x41225D) is known color: Christalle. HEX triplet: 41, 22 and 5D. RGB value is (65,34,93). Sum of RGB (Red+Green+Blue) = 65+34+93=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #41225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41225D is #BEDDA2. Grayscale: #313131. Windows color (decimal): -12508579 or 6103617. OLE color: 6103617.
HSL color Cylindrical-coordinate representation of color #41225D: hue angle of 271.53º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41225D is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 34 | 93 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.64 |
| HSL | 271.53º | 0.46% | 0.25% | - |
| HSV(B) | 271.53º | 0.63% | 0.36% | - |
| XYZ | 4.73 | 3.06 | 10.7 | - |
| YUV | 50 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 93 | 0.30 | 0.63 | 0 | 0.64 | 271.53 | 0.46 | 0.25 |
| Hex | 41 | 22 | 5D | 1E | 3F | 0 | 40 | 110 | 2E | 19 |
| Octal | 101 | 42 | 135 | 36 | 77 | 0 | 100 | 420 | 56 | 31 |
| Binary | 1000001 | 100010 | 1011101 | 11110 | 111111 | 0 | 1000000 | 100010000 | 101110 | 11001 |
Color Harmonies of #41225D
Complementary color
Monochromatic Colors of #41225D
Black with #41225D
Text Example
Text Example
White with #41225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41225D; }
p { color: rgb(65,34,93); }
H1.HeaderClassName
{
color: #41225D;
}
.AnyTagClassName
{
color: #41225D;
}
</style>
background-color css
<style>
a { background-color: #41225D; }
a { background-color: rgb(65,34,93); }
div.DivClassName
{
background-color: #41225D;
}
.BgClassName
{
background-color: #41225D;
}
</style>
border-color css
<style>
span { border-color: #41225D; }
span { border-color: rgb(65,34,93); }
td.TdClassName
{
border-color: #41225D;
}
.TagClassName
{
border-color: #41225D;
}
</style>