Shades of Christalle #41226B
Tints of Christalle #41226B
RGB
CMYK
RGB Variations
Color information
#41226B (or 0x41226B) is known color: Christalle. HEX triplet: 41, 22 and 6B. RGB value is (65,34,107). Sum of RGB (Red+Green+Blue) = 65+34+107=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #41226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41226B is #BEDD94. Grayscale: #333333. Windows color (decimal): -12508565 or 7021121. OLE color: 7021121.
HSL color Cylindrical-coordinate representation of color #41226B: hue angle of 265.48º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41226B is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 34 | 107 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.58 |
| HSL | 265.48º | 0.52% | 0.28% | - |
| HSV(B) | 265.48º | 0.68% | 0.42% | - |
| XYZ | 5.41 | 3.33 | 14.27 | - |
| YUV | 51.59 | 159.27 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 107 | 0.39 | 0.68 | 0 | 0.58 | 265.48 | 0.52 | 0.28 |
| Hex | 41 | 22 | 6B | 27 | 44 | 0 | 3A | 109 | 34 | 1C |
| Octal | 101 | 42 | 153 | 47 | 104 | 0 | 72 | 411 | 64 | 34 |
| Binary | 1000001 | 100010 | 1101011 | 100111 | 1000100 | 0 | 111010 | 100001001 | 110100 | 11100 |
Color Harmonies of #41226B
Complementary color
Monochromatic Colors of #41226B
Black with #41226B
Text Example
Text Example
White with #41226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41226B; }
p { color: rgb(65,34,107); }
H1.HeaderClassName
{
color: #41226B;
}
.AnyTagClassName
{
color: #41226B;
}
</style>
background-color css
<style>
a { background-color: #41226B; }
a { background-color: rgb(65,34,107); }
div.DivClassName
{
background-color: #41226B;
}
.BgClassName
{
background-color: #41226B;
}
</style>
border-color css
<style>
span { border-color: #41226B; }
span { border-color: rgb(65,34,107); }
td.TdClassName
{
border-color: #41226B;
}
.TagClassName
{
border-color: #41226B;
}
</style>