Shades of Christalle #341C57
Tints of Christalle #341C57
RGB
CMYK
RGB Variations
Color information
#341C57 (or 0x341C57) is known color: Christalle. HEX triplet: 34, 1C and 57. RGB value is (52,28,87). Sum of RGB (Red+Green+Blue) = 52+28+87=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #341C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C57 is #CBE3A8. Grayscale: #292929. Windows color (decimal): -13362089 or 5708852. OLE color: 5708852.
HSL color Cylindrical-coordinate representation of color #341C57: hue angle of 264.41º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341C57 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 28 | 87 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.66 |
| HSL | 264.41º | 0.51% | 0.23% | - |
| HSV(B) | 264.41º | 0.68% | 0.34% | - |
| XYZ | 3.55 | 2.25 | 9.26 | - |
| YUV | 41.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 87 | 0.40 | 0.68 | 0 | 0.66 | 264.41 | 0.51 | 0.23 |
| Hex | 34 | 1C | 57 | 28 | 44 | 0 | 42 | 108 | 33 | 17 |
| Octal | 64 | 34 | 127 | 50 | 104 | 0 | 102 | 410 | 63 | 27 |
| Binary | 110100 | 11100 | 1010111 | 101000 | 1000100 | 0 | 1000010 | 100001000 | 110011 | 10111 |
Color Harmonies of #341C57
Complementary color
Monochromatic Colors of #341C57
Black with #341C57
Text Example
Text Example
White with #341C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C57; }
p { color: rgb(52,28,87); }
H1.HeaderClassName
{
color: #341C57;
}
.AnyTagClassName
{
color: #341C57;
}
</style>
background-color css
<style>
a { background-color: #341C57; }
a { background-color: rgb(52,28,87); }
div.DivClassName
{
background-color: #341C57;
}
.BgClassName
{
background-color: #341C57;
}
</style>
border-color css
<style>
span { border-color: #341C57; }
span { border-color: rgb(52,28,87); }
td.TdClassName
{
border-color: #341C57;
}
.TagClassName
{
border-color: #341C57;
}
</style>