Shades of Christalle #341F5F
Tints of Christalle #341F5F
RGB
CMYK
RGB Variations
Color information
#341F5F (or 0x341F5F) is known color: Christalle. HEX triplet: 34, 1F and 5F. RGB value is (52,31,95). Sum of RGB (Red+Green+Blue) = 52+31+95=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #341F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F5F is #CBE0A0. Grayscale: #2C2C2C. Windows color (decimal): -13361313 or 6233908. OLE color: 6233908.
HSL color Cylindrical-coordinate representation of color #341F5F: hue angle of 259.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341F5F is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 31 | 95 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.63 |
| HSL | 259.69º | 0.51% | 0.25% | - |
| HSV(B) | 259.69º | 0.67% | 0.37% | - |
| XYZ | 3.97 | 2.54 | 11.11 | - |
| YUV | 44.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 95 | 0.45 | 0.67 | 0 | 0.63 | 259.69 | 0.51 | 0.25 |
| Hex | 34 | 1F | 5F | 2D | 43 | 0 | 3F | 104 | 33 | 19 |
| Octal | 64 | 37 | 137 | 55 | 103 | 0 | 77 | 404 | 63 | 31 |
| Binary | 110100 | 11111 | 1011111 | 101101 | 1000011 | 0 | 111111 | 100000100 | 110011 | 11001 |
Color Harmonies of #341F5F
Complementary color
Monochromatic Colors of #341F5F
Black with #341F5F
Text Example
Text Example
White with #341F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F5F; }
p { color: rgb(52,31,95); }
H1.HeaderClassName
{
color: #341F5F;
}
.AnyTagClassName
{
color: #341F5F;
}
</style>
background-color css
<style>
a { background-color: #341F5F; }
a { background-color: rgb(52,31,95); }
div.DivClassName
{
background-color: #341F5F;
}
.BgClassName
{
background-color: #341F5F;
}
</style>
border-color css
<style>
span { border-color: #341F5F; }
span { border-color: rgb(52,31,95); }
td.TdClassName
{
border-color: #341F5F;
}
.TagClassName
{
border-color: #341F5F;
}
</style>