Shades of Christalle #341F55
Tints of Christalle #341F55
RGB
CMYK
RGB Variations
Color information
#341F55 (or 0x341F55) is known color: Christalle. HEX triplet: 34, 1F and 55. RGB value is (52,31,85). Sum of RGB (Red+Green+Blue) = 52+31+85=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #341F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F55 is #CBE0AA. Grayscale: #2B2B2B. Windows color (decimal): -13361323 or 5578548. OLE color: 5578548.
HSL color Cylindrical-coordinate representation of color #341F55: hue angle of 263.33º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #341F55 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 31 | 85 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.67 |
| HSL | 263.33º | 0.47% | 0.23% | - |
| HSV(B) | 263.33º | 0.64% | 0.33% | - |
| XYZ | 3.55 | 2.37 | 8.86 | - |
| YUV | 43.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 85 | 0.39 | 0.64 | 0 | 0.67 | 263.33 | 0.47 | 0.23 |
| Hex | 34 | 1F | 55 | 27 | 40 | 0 | 43 | 107 | 2F | 17 |
| Octal | 64 | 37 | 125 | 47 | 100 | 0 | 103 | 407 | 57 | 27 |
| Binary | 110100 | 11111 | 1010101 | 100111 | 1000000 | 0 | 1000011 | 100000111 | 101111 | 10111 |
Color Harmonies of #341F55
Complementary color
Monochromatic Colors of #341F55
Black with #341F55
Text Example
Text Example
White with #341F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F55; }
p { color: rgb(52,31,85); }
H1.HeaderClassName
{
color: #341F55;
}
.AnyTagClassName
{
color: #341F55;
}
</style>
background-color css
<style>
a { background-color: #341F55; }
a { background-color: rgb(52,31,85); }
div.DivClassName
{
background-color: #341F55;
}
.BgClassName
{
background-color: #341F55;
}
</style>
border-color css
<style>
span { border-color: #341F55; }
span { border-color: rgb(52,31,85); }
td.TdClassName
{
border-color: #341F55;
}
.TagClassName
{
border-color: #341F55;
}
</style>