Shades of Christalle #341C59
Tints of Christalle #341C59
RGB
CMYK
RGB Variations
Color information
#341C59 (or 0x341C59) is known color: Christalle. HEX triplet: 34, 1C and 59. RGB value is (52,28,89). Sum of RGB (Red+Green+Blue) = 52+28+89=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #341C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C59 is #CBE3A6. Grayscale: #292929. Windows color (decimal): -13362087 or 5839924. OLE color: 5839924.
HSL color Cylindrical-coordinate representation of color #341C59: hue angle of 263.61º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341C59 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 28 | 89 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.65 |
| HSL | 263.61º | 0.52% | 0.23% | - |
| HSV(B) | 263.61º | 0.69% | 0.35% | - |
| XYZ | 3.63 | 2.28 | 9.7 | - |
| YUV | 42.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 89 | 0.42 | 0.69 | 0 | 0.65 | 263.61 | 0.52 | 0.23 |
| Hex | 34 | 1C | 59 | 2A | 45 | 0 | 41 | 108 | 34 | 17 |
| Octal | 64 | 34 | 131 | 52 | 105 | 0 | 101 | 410 | 64 | 27 |
| Binary | 110100 | 11100 | 1011001 | 101010 | 1000101 | 0 | 1000001 | 100001000 | 110100 | 10111 |
Color Harmonies of #341C59
Complementary color
Monochromatic Colors of #341C59
Black with #341C59
Text Example
Text Example
White with #341C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C59; }
p { color: rgb(52,28,89); }
H1.HeaderClassName
{
color: #341C59;
}
.AnyTagClassName
{
color: #341C59;
}
</style>
background-color css
<style>
a { background-color: #341C59; }
a { background-color: rgb(52,28,89); }
div.DivClassName
{
background-color: #341C59;
}
.BgClassName
{
background-color: #341C59;
}
</style>
border-color css
<style>
span { border-color: #341C59; }
span { border-color: rgb(52,28,89); }
td.TdClassName
{
border-color: #341C59;
}
.TagClassName
{
border-color: #341C59;
}
</style>