Shades of Christalle #341F54
Tints of Christalle #341F54
RGB
CMYK
RGB Variations
Color information
#341F54 (or 0x341F54) is known color: Christalle. HEX triplet: 34, 1F and 54. RGB value is (52,31,84). Sum of RGB (Red+Green+Blue) = 52+31+84=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #341F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F54 is #CBE0AB. Grayscale: #2B2B2B. Windows color (decimal): -13361324 or 5513012. OLE color: 5513012.
HSL color Cylindrical-coordinate representation of color #341F54: hue angle of 263.77º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341F54 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 31 | 84 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.67 |
| HSL | 263.77º | 0.46% | 0.23% | - |
| HSV(B) | 263.77º | 0.63% | 0.33% | - |
| XYZ | 3.51 | 2.35 | 8.66 | - |
| YUV | 43.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 84 | 0.38 | 0.63 | 0 | 0.67 | 263.77 | 0.46 | 0.23 |
| Hex | 34 | 1F | 54 | 26 | 3F | 0 | 43 | 108 | 2E | 17 |
| Octal | 64 | 37 | 124 | 46 | 77 | 0 | 103 | 410 | 56 | 27 |
| Binary | 110100 | 11111 | 1010100 | 100110 | 111111 | 0 | 1000011 | 100001000 | 101110 | 10111 |
Color Harmonies of #341F54
Complementary color
Monochromatic Colors of #341F54
Black with #341F54
Text Example
Text Example
White with #341F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F54; }
p { color: rgb(52,31,84); }
H1.HeaderClassName
{
color: #341F54;
}
.AnyTagClassName
{
color: #341F54;
}
</style>
background-color css
<style>
a { background-color: #341F54; }
a { background-color: rgb(52,31,84); }
div.DivClassName
{
background-color: #341F54;
}
.BgClassName
{
background-color: #341F54;
}
</style>
border-color css
<style>
span { border-color: #341F54; }
span { border-color: rgb(52,31,84); }
td.TdClassName
{
border-color: #341F54;
}
.TagClassName
{
border-color: #341F54;
}
</style>