Shades of Christalle #41226A
Tints of Christalle #41226A
RGB
CMYK
RGB Variations
Color information
#41226A (or 0x41226A) is known color: Christalle. HEX triplet: 41, 22 and 6A. RGB value is (65,34,106). Sum of RGB (Red+Green+Blue) = 65+34+106=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #41226A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41226A is #BEDD95. Grayscale: #333333. Windows color (decimal): -12508566 or 6955585. OLE color: 6955585.
HSL color Cylindrical-coordinate representation of color #41226A: hue angle of 265.83º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41226A is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 34 | 106 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.58 |
| HSL | 265.83º | 0.51% | 0.27% | - |
| HSV(B) | 265.83º | 0.68% | 0.42% | - |
| XYZ | 5.35 | 3.31 | 13.99 | - |
| YUV | 51.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 106 | 0.39 | 0.68 | 0 | 0.58 | 265.83 | 0.51 | 0.27 |
| Hex | 41 | 22 | 6A | 27 | 44 | 0 | 3A | 10A | 33 | 1B |
| Octal | 101 | 42 | 152 | 47 | 104 | 0 | 72 | 412 | 63 | 33 |
| Binary | 1000001 | 100010 | 1101010 | 100111 | 1000100 | 0 | 111010 | 100001010 | 110011 | 11011 |
Color Harmonies of #41226A
Complementary color
Monochromatic Colors of #41226A
Black with #41226A
Text Example
Text Example
White with #41226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41226A; }
p { color: rgb(65,34,106); }
H1.HeaderClassName
{
color: #41226A;
}
.AnyTagClassName
{
color: #41226A;
}
</style>
background-color css
<style>
a { background-color: #41226A; }
a { background-color: rgb(65,34,106); }
div.DivClassName
{
background-color: #41226A;
}
.BgClassName
{
background-color: #41226A;
}
</style>
border-color css
<style>
span { border-color: #41226A; }
span { border-color: rgb(65,34,106); }
td.TdClassName
{
border-color: #41226A;
}
.TagClassName
{
border-color: #41226A;
}
</style>