Shades of Christalle #341A55
Tints of Christalle #341A55
RGB
CMYK
RGB Variations
Color information
#341A55 (or 0x341A55) is known color: Christalle. HEX triplet: 34, 1A and 55. RGB value is (52,26,85). Sum of RGB (Red+Green+Blue) = 52+26+85=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #341A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A55 is #CBE5AA. Grayscale: #282828. Windows color (decimal): -13362603 or 5577268. OLE color: 5577268.
HSL color Cylindrical-coordinate representation of color #341A55: hue angle of 266.44º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341A55 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 26 | 85 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.67 |
| HSL | 266.44º | 0.53% | 0.22% | - |
| HSV(B) | 266.44º | 0.69% | 0.33% | - |
| XYZ | 3.43 | 2.12 | 8.82 | - |
| YUV | 40.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 85 | 0.39 | 0.69 | 0 | 0.67 | 266.44 | 0.53 | 0.22 |
| Hex | 34 | 1A | 55 | 27 | 45 | 0 | 43 | 10A | 35 | 16 |
| Octal | 64 | 32 | 125 | 47 | 105 | 0 | 103 | 412 | 65 | 26 |
| Binary | 110100 | 11010 | 1010101 | 100111 | 1000101 | 0 | 1000011 | 100001010 | 110101 | 10110 |
Color Harmonies of #341A55
Complementary color
Monochromatic Colors of #341A55
Black with #341A55
Text Example
Text Example
White with #341A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A55; }
p { color: rgb(52,26,85); }
H1.HeaderClassName
{
color: #341A55;
}
.AnyTagClassName
{
color: #341A55;
}
</style>
background-color css
<style>
a { background-color: #341A55; }
a { background-color: rgb(52,26,85); }
div.DivClassName
{
background-color: #341A55;
}
.BgClassName
{
background-color: #341A55;
}
</style>
border-color css
<style>
span { border-color: #341A55; }
span { border-color: rgb(52,26,85); }
td.TdClassName
{
border-color: #341A55;
}
.TagClassName
{
border-color: #341A55;
}
</style>