Shades of Christalle #34216C
Tints of Christalle #34216C
RGB
CMYK
RGB Variations
Color information
#34216C (or 0x34216C) is known color: Christalle. HEX triplet: 34, 21 and 6C. RGB value is (52,33,108). Sum of RGB (Red+Green+Blue) = 52+33+108=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #34216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34216C is #CBDE93. Grayscale: #2E2E2E. Windows color (decimal): -13360788 or 7086388. OLE color: 7086388.
HSL color Cylindrical-coordinate representation of color #34216C: hue angle of 255.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34216C is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 33 | 108 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.58 |
| HSL | 255.2º | 0.53% | 0.28% | - |
| HSV(B) | 255.2º | 0.69% | 0.42% | - |
| XYZ | 4.67 | 2.9 | 14.5 | - |
| YUV | 47.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 108 | 0.52 | 0.69 | 0 | 0.58 | 255.2 | 0.53 | 0.28 |
| Hex | 34 | 21 | 6C | 34 | 45 | 0 | 3A | FF | 35 | 1C |
| Octal | 64 | 41 | 154 | 64 | 105 | 0 | 72 | 377 | 65 | 34 |
| Binary | 110100 | 100001 | 1101100 | 110100 | 1000101 | 0 | 111010 | 11111111 | 110101 | 11100 |
Color Harmonies of #34216C
Complementary color
Monochromatic Colors of #34216C
Black with #34216C
Text Example
Text Example
White with #34216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34216C; }
p { color: rgb(52,33,108); }
H1.HeaderClassName
{
color: #34216C;
}
.AnyTagClassName
{
color: #34216C;
}
</style>
background-color css
<style>
a { background-color: #34216C; }
a { background-color: rgb(52,33,108); }
div.DivClassName
{
background-color: #34216C;
}
.BgClassName
{
background-color: #34216C;
}
</style>
border-color css
<style>
span { border-color: #34216C; }
span { border-color: rgb(52,33,108); }
td.TdClassName
{
border-color: #34216C;
}
.TagClassName
{
border-color: #34216C;
}
</style>