Shades of Christalle #341E5B
Tints of Christalle #341E5B
RGB
CMYK
RGB Variations
Color information
#341E5B (or 0x341E5B) is known color: Christalle. HEX triplet: 34, 1E and 5B. RGB value is (52,30,91). Sum of RGB (Red+Green+Blue) = 52+30+91=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #341E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E5B is #CBE1A4. Grayscale: #2B2B2B. Windows color (decimal): -13361573 or 5971508. OLE color: 5971508.
HSL color Cylindrical-coordinate representation of color #341E5B: hue angle of 261.64º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341E5B is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 30 | 91 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.64 |
| HSL | 261.64º | 0.5% | 0.24% | - |
| HSV(B) | 261.64º | 0.67% | 0.36% | - |
| XYZ | 3.77 | 2.41 | 10.16 | - |
| YUV | 43.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 91 | 0.43 | 0.67 | 0 | 0.64 | 261.64 | 0.5 | 0.24 |
| Hex | 34 | 1E | 5B | 2B | 43 | 0 | 40 | 106 | 32 | 18 |
| Octal | 64 | 36 | 133 | 53 | 103 | 0 | 100 | 406 | 62 | 30 |
| Binary | 110100 | 11110 | 1011011 | 101011 | 1000011 | 0 | 1000000 | 100000110 | 110010 | 11000 |
Color Harmonies of #341E5B
Complementary color
Monochromatic Colors of #341E5B
Black with #341E5B
Text Example
Text Example
White with #341E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E5B; }
p { color: rgb(52,30,91); }
H1.HeaderClassName
{
color: #341E5B;
}
.AnyTagClassName
{
color: #341E5B;
}
</style>
background-color css
<style>
a { background-color: #341E5B; }
a { background-color: rgb(52,30,91); }
div.DivClassName
{
background-color: #341E5B;
}
.BgClassName
{
background-color: #341E5B;
}
</style>
border-color css
<style>
span { border-color: #341E5B; }
span { border-color: rgb(52,30,91); }
td.TdClassName
{
border-color: #341E5B;
}
.TagClassName
{
border-color: #341E5B;
}
</style>