Shades of Christalle #341E5D
Tints of Christalle #341E5D
RGB
CMYK
RGB Variations
Color information
#341E5D (or 0x341E5D) is known color: Christalle. HEX triplet: 34, 1E and 5D. RGB value is (52,30,93). Sum of RGB (Red+Green+Blue) = 52+30+93=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #341E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E5D is #CBE1A2. Grayscale: #2B2B2B. Windows color (decimal): -13361571 or 6102580. OLE color: 6102580.
HSL color Cylindrical-coordinate representation of color #341E5D: hue angle of 260.95º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341E5D is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 30 | 93 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.64 |
| HSL | 260.95º | 0.51% | 0.24% | - |
| HSV(B) | 260.95º | 0.68% | 0.36% | - |
| XYZ | 3.86 | 2.45 | 10.63 | - |
| YUV | 43.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 93 | 0.44 | 0.68 | 0 | 0.64 | 260.95 | 0.51 | 0.24 |
| Hex | 34 | 1E | 5D | 2C | 44 | 0 | 40 | 105 | 33 | 18 |
| Octal | 64 | 36 | 135 | 54 | 104 | 0 | 100 | 405 | 63 | 30 |
| Binary | 110100 | 11110 | 1011101 | 101100 | 1000100 | 0 | 1000000 | 100000101 | 110011 | 11000 |
Color Harmonies of #341E5D
Complementary color
Monochromatic Colors of #341E5D
Black with #341E5D
Text Example
Text Example
White with #341E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E5D; }
p { color: rgb(52,30,93); }
H1.HeaderClassName
{
color: #341E5D;
}
.AnyTagClassName
{
color: #341E5D;
}
</style>
background-color css
<style>
a { background-color: #341E5D; }
a { background-color: rgb(52,30,93); }
div.DivClassName
{
background-color: #341E5D;
}
.BgClassName
{
background-color: #341E5D;
}
</style>
border-color css
<style>
span { border-color: #341E5D; }
span { border-color: rgb(52,30,93); }
td.TdClassName
{
border-color: #341E5D;
}
.TagClassName
{
border-color: #341E5D;
}
</style>