Shades of Christalle #340D59
Tints of Christalle #340D59
RGB
CMYK
RGB Variations
Color information
#340D59 (or 0x340D59) is known color: Christalle. HEX triplet: 34, 0D and 59. RGB value is (52,13,89). Sum of RGB (Red+Green+Blue) = 52+13+89=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #340D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D59 is #CBF2A6. Grayscale: #212121. Windows color (decimal): -13365927 or 5836084. OLE color: 5836084.
HSL color Cylindrical-coordinate representation of color #340D59: hue angle of 270.79º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340D59 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 13 | 89 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.65 |
| HSL | 270.79º | 0.75% | 0.2% | - |
| HSV(B) | 270.79º | 0.85% | 0.35% | - |
| XYZ | 3.36 | 1.74 | 9.61 | - |
| YUV | 33.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 89 | 0.42 | 0.85 | 0 | 0.65 | 270.79 | 0.75 | 0.2 |
| Hex | 34 | D | 59 | 2A | 55 | 0 | 41 | 10F | 4B | 14 |
| Octal | 64 | 15 | 131 | 52 | 125 | 0 | 101 | 417 | 113 | 24 |
| Binary | 110100 | 1101 | 1011001 | 101010 | 1010101 | 0 | 1000001 | 100001111 | 1001011 | 10100 |
Color Harmonies of #340D59
Complementary color
Monochromatic Colors of #340D59
Black with #340D59
Text Example
Text Example
White with #340D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D59; }
p { color: rgb(52,13,89); }
H1.HeaderClassName
{
color: #340D59;
}
.AnyTagClassName
{
color: #340D59;
}
</style>
background-color css
<style>
a { background-color: #340D59; }
a { background-color: rgb(52,13,89); }
div.DivClassName
{
background-color: #340D59;
}
.BgClassName
{
background-color: #340D59;
}
</style>
border-color css
<style>
span { border-color: #340D59; }
span { border-color: rgb(52,13,89); }
td.TdClassName
{
border-color: #340D59;
}
.TagClassName
{
border-color: #340D59;
}
</style>