Shades of Christalle #341B56
Tints of Christalle #341B56
RGB
CMYK
RGB Variations
Color information
#341B56 (or 0x341B56) is known color: Christalle. HEX triplet: 34, 1B and 56. RGB value is (52,27,86). Sum of RGB (Red+Green+Blue) = 52+27+86=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #341B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B56 is #CBE4A9. Grayscale: #282828. Windows color (decimal): -13362346 or 5643060. OLE color: 5643060.
HSL color Cylindrical-coordinate representation of color #341B56: hue angle of 265.42º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341B56 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 27 | 86 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.66 |
| HSL | 265.42º | 0.52% | 0.22% | - |
| HSV(B) | 265.42º | 0.69% | 0.34% | - |
| XYZ | 3.49 | 2.19 | 9.04 | - |
| YUV | 41.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 86 | 0.40 | 0.69 | 0 | 0.66 | 265.42 | 0.52 | 0.22 |
| Hex | 34 | 1B | 56 | 28 | 45 | 0 | 42 | 109 | 34 | 16 |
| Octal | 64 | 33 | 126 | 50 | 105 | 0 | 102 | 411 | 64 | 26 |
| Binary | 110100 | 11011 | 1010110 | 101000 | 1000101 | 0 | 1000010 | 100001001 | 110100 | 10110 |
Color Harmonies of #341B56
Complementary color
Monochromatic Colors of #341B56
Black with #341B56
Text Example
Text Example
White with #341B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B56; }
p { color: rgb(52,27,86); }
H1.HeaderClassName
{
color: #341B56;
}
.AnyTagClassName
{
color: #341B56;
}
</style>
background-color css
<style>
a { background-color: #341B56; }
a { background-color: rgb(52,27,86); }
div.DivClassName
{
background-color: #341B56;
}
.BgClassName
{
background-color: #341B56;
}
</style>
border-color css
<style>
span { border-color: #341B56; }
span { border-color: rgb(52,27,86); }
td.TdClassName
{
border-color: #341B56;
}
.TagClassName
{
border-color: #341B56;
}
</style>