Shades of Christalle #412264
Tints of Christalle #412264
RGB
CMYK
RGB Variations
Color information
#412264 (or 0x412264) is known color: Christalle. HEX triplet: 41, 22 and 64. RGB value is (65,34,100). Sum of RGB (Red+Green+Blue) = 65+34+100=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #412264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412264 is #BEDD9B. Grayscale: #323232. Windows color (decimal): -12508572 or 6562369. OLE color: 6562369.
HSL color Cylindrical-coordinate representation of color #412264: hue angle of 268.18º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412264 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 34 | 100 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.61 |
| HSL | 268.18º | 0.49% | 0.26% | - |
| HSV(B) | 268.18º | 0.66% | 0.39% | - |
| XYZ | 5.05 | 3.19 | 12.41 | - |
| YUV | 50.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 100 | 0.35 | 0.66 | 0 | 0.61 | 268.18 | 0.49 | 0.26 |
| Hex | 41 | 22 | 64 | 23 | 42 | 0 | 3D | 10C | 31 | 1A |
| Octal | 101 | 42 | 144 | 43 | 102 | 0 | 75 | 414 | 61 | 32 |
| Binary | 1000001 | 100010 | 1100100 | 100011 | 1000010 | 0 | 111101 | 100001100 | 110001 | 11010 |
Color Harmonies of #412264
Complementary color
Monochromatic Colors of #412264
Black with #412264
Text Example
Text Example
White with #412264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412264; }
p { color: rgb(65,34,100); }
H1.HeaderClassName
{
color: #412264;
}
.AnyTagClassName
{
color: #412264;
}
</style>
background-color css
<style>
a { background-color: #412264; }
a { background-color: rgb(65,34,100); }
div.DivClassName
{
background-color: #412264;
}
.BgClassName
{
background-color: #412264;
}
</style>
border-color css
<style>
span { border-color: #412264; }
span { border-color: rgb(65,34,100); }
td.TdClassName
{
border-color: #412264;
}
.TagClassName
{
border-color: #412264;
}
</style>