Shades of Christalle #341C56
Tints of Christalle #341C56
RGB
CMYK
RGB Variations
Color information
#341C56 (or 0x341C56) is known color: Christalle. HEX triplet: 34, 1C and 56. RGB value is (52,28,86). Sum of RGB (Red+Green+Blue) = 52+28+86=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #341C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C56 is #CBE3A9. Grayscale: #292929. Windows color (decimal): -13362090 or 5643316. OLE color: 5643316.
HSL color Cylindrical-coordinate representation of color #341C56: hue angle of 264.83º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341C56 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 28 | 86 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.66 |
| HSL | 264.83º | 0.51% | 0.22% | - |
| HSV(B) | 264.83º | 0.67% | 0.34% | - |
| XYZ | 3.51 | 2.23 | 9.05 | - |
| YUV | 41.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 86 | 0.40 | 0.67 | 0 | 0.66 | 264.83 | 0.51 | 0.22 |
| Hex | 34 | 1C | 56 | 28 | 43 | 0 | 42 | 109 | 33 | 16 |
| Octal | 64 | 34 | 126 | 50 | 103 | 0 | 102 | 411 | 63 | 26 |
| Binary | 110100 | 11100 | 1010110 | 101000 | 1000011 | 0 | 1000010 | 100001001 | 110011 | 10110 |
Color Harmonies of #341C56
Complementary color
Monochromatic Colors of #341C56
Black with #341C56
Text Example
Text Example
White with #341C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C56; }
p { color: rgb(52,28,86); }
H1.HeaderClassName
{
color: #341C56;
}
.AnyTagClassName
{
color: #341C56;
}
</style>
background-color css
<style>
a { background-color: #341C56; }
a { background-color: rgb(52,28,86); }
div.DivClassName
{
background-color: #341C56;
}
.BgClassName
{
background-color: #341C56;
}
</style>
border-color css
<style>
span { border-color: #341C56; }
span { border-color: rgb(52,28,86); }
td.TdClassName
{
border-color: #341C56;
}
.TagClassName
{
border-color: #341C56;
}
</style>