Shades of Christalle #34216D
Tints of Christalle #34216D
RGB
CMYK
RGB Variations
Color information
#34216D (or 0x34216D) is known color: Christalle. HEX triplet: 34, 21 and 6D. RGB value is (52,33,109). Sum of RGB (Red+Green+Blue) = 52+33+109=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #34216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34216D is #CBDE92. Grayscale: #2F2F2F. Windows color (decimal): -13360787 or 7151924. OLE color: 7151924.
HSL color Cylindrical-coordinate representation of color #34216D: hue angle of 255º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34216D is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 33 | 109 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.57 |
| HSL | 255º | 0.54% | 0.28% | - |
| HSV(B) | 255º | 0.7% | 0.43% | - |
| XYZ | 4.72 | 2.92 | 14.78 | - |
| YUV | 47.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 109 | 0.52 | 0.70 | 0 | 0.57 | 255 | 0.54 | 0.28 |
| Hex | 34 | 21 | 6D | 34 | 46 | 0 | 39 | FF | 36 | 1C |
| Octal | 64 | 41 | 155 | 64 | 106 | 0 | 71 | 377 | 66 | 34 |
| Binary | 110100 | 100001 | 1101101 | 110100 | 1000110 | 0 | 111001 | 11111111 | 110110 | 11100 |
Color Harmonies of #34216D
Complementary color
Monochromatic Colors of #34216D
Black with #34216D
Text Example
Text Example
White with #34216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34216D; }
p { color: rgb(52,33,109); }
H1.HeaderClassName
{
color: #34216D;
}
.AnyTagClassName
{
color: #34216D;
}
</style>
background-color css
<style>
a { background-color: #34216D; }
a { background-color: rgb(52,33,109); }
div.DivClassName
{
background-color: #34216D;
}
.BgClassName
{
background-color: #34216D;
}
</style>
border-color css
<style>
span { border-color: #34216D; }
span { border-color: rgb(52,33,109); }
td.TdClassName
{
border-color: #34216D;
}
.TagClassName
{
border-color: #34216D;
}
</style>