Shades of Christalle #340E54
Tints of Christalle #340E54
RGB
CMYK
RGB Variations
Color information
#340E54 (or 0x340E54) is known color: Christalle. HEX triplet: 34, 0E and 54. RGB value is (52,14,84). Sum of RGB (Red+Green+Blue) = 52+14+84=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #340E54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340E54 is #CBF1AB. Grayscale: #212121. Windows color (decimal): -13365676 or 5508660. OLE color: 5508660.
HSL color Cylindrical-coordinate representation of color #340E54: hue angle of 272.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #340E54 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 14 | 84 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.67 |
| HSL | 272.57º | 0.71% | 0.19% | - |
| HSV(B) | 272.57º | 0.83% | 0.33% | - |
| XYZ | 3.17 | 1.68 | 8.55 | - |
| YUV | 33.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 84 | 0.38 | 0.83 | 0 | 0.67 | 272.57 | 0.71 | 0.19 |
| Hex | 34 | E | 54 | 26 | 53 | 0 | 43 | 111 | 47 | 13 |
| Octal | 64 | 16 | 124 | 46 | 123 | 0 | 103 | 421 | 107 | 23 |
| Binary | 110100 | 1110 | 1010100 | 100110 | 1010011 | 0 | 1000011 | 100010001 | 1000111 | 10011 |
Color Harmonies of #340E54
Complementary color
Monochromatic Colors of #340E54
Black with #340E54
Text Example
Text Example
White with #340E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E54; }
p { color: rgb(52,14,84); }
H1.HeaderClassName
{
color: #340E54;
}
.AnyTagClassName
{
color: #340E54;
}
</style>
background-color css
<style>
a { background-color: #340E54; }
a { background-color: rgb(52,14,84); }
div.DivClassName
{
background-color: #340E54;
}
.BgClassName
{
background-color: #340E54;
}
</style>
border-color css
<style>
span { border-color: #340E54; }
span { border-color: rgb(52,14,84); }
td.TdClassName
{
border-color: #340E54;
}
.TagClassName
{
border-color: #340E54;
}
</style>