Shades of Christalle #341555
Tints of Christalle #341555
RGB
CMYK
RGB Variations
Color information
#341555 (or 0x341555) is known color: Christalle. HEX triplet: 34, 15 and 55. RGB value is (52,21,85). Sum of RGB (Red+Green+Blue) = 52+21+85=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #341555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341555 is #CBEAAA. Grayscale: #252525. Windows color (decimal): -13363883 or 5575988. OLE color: 5575988.
HSL color Cylindrical-coordinate representation of color #341555: hue angle of 269.06º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341555 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 21 | 85 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.67 |
| HSL | 269.06º | 0.6% | 0.21% | - |
| HSV(B) | 269.06º | 0.75% | 0.33% | - |
| XYZ | 3.32 | 1.92 | 8.79 | - |
| YUV | 37.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 85 | 0.39 | 0.75 | 0 | 0.67 | 269.06 | 0.6 | 0.21 |
| Hex | 34 | 15 | 55 | 27 | 4B | 0 | 43 | 10D | 3C | 15 |
| Octal | 64 | 25 | 125 | 47 | 113 | 0 | 103 | 415 | 74 | 25 |
| Binary | 110100 | 10101 | 1010101 | 100111 | 1001011 | 0 | 1000011 | 100001101 | 111100 | 10101 |
Color Harmonies of #341555
Complementary color
Monochromatic Colors of #341555
Black with #341555
Text Example
Text Example
White with #341555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341555; }
p { color: rgb(52,21,85); }
H1.HeaderClassName
{
color: #341555;
}
.AnyTagClassName
{
color: #341555;
}
</style>
background-color css
<style>
a { background-color: #341555; }
a { background-color: rgb(52,21,85); }
div.DivClassName
{
background-color: #341555;
}
.BgClassName
{
background-color: #341555;
}
</style>
border-color css
<style>
span { border-color: #341555; }
span { border-color: rgb(52,21,85); }
td.TdClassName
{
border-color: #341555;
}
.TagClassName
{
border-color: #341555;
}
</style>