Shades of Christalle #341F61
Tints of Christalle #341F61
RGB
CMYK
RGB Variations
Color information
#341F61 (or 0x341F61) is known color: Christalle. HEX triplet: 34, 1F and 61. RGB value is (52,31,97). Sum of RGB (Red+Green+Blue) = 52+31+97=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #341F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F61 is #CBE09E. Grayscale: #2C2C2C. Windows color (decimal): -13361311 or 6364980. OLE color: 6364980.
HSL color Cylindrical-coordinate representation of color #341F61: hue angle of 259.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341F61 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 31 | 97 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.62 |
| HSL | 259.09º | 0.52% | 0.25% | - |
| HSV(B) | 259.09º | 0.68% | 0.38% | - |
| XYZ | 4.06 | 2.57 | 11.59 | - |
| YUV | 44.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 97 | 0.46 | 0.68 | 0 | 0.62 | 259.09 | 0.52 | 0.25 |
| Hex | 34 | 1F | 61 | 2E | 44 | 0 | 3E | 103 | 34 | 19 |
| Octal | 64 | 37 | 141 | 56 | 104 | 0 | 76 | 403 | 64 | 31 |
| Binary | 110100 | 11111 | 1100001 | 101110 | 1000100 | 0 | 111110 | 100000011 | 110100 | 11001 |
Color Harmonies of #341F61
Complementary color
Monochromatic Colors of #341F61
Black with #341F61
Text Example
Text Example
White with #341F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F61; }
p { color: rgb(52,31,97); }
H1.HeaderClassName
{
color: #341F61;
}
.AnyTagClassName
{
color: #341F61;
}
</style>
background-color css
<style>
a { background-color: #341F61; }
a { background-color: rgb(52,31,97); }
div.DivClassName
{
background-color: #341F61;
}
.BgClassName
{
background-color: #341F61;
}
</style>
border-color css
<style>
span { border-color: #341F61; }
span { border-color: rgb(52,31,97); }
td.TdClassName
{
border-color: #341F61;
}
.TagClassName
{
border-color: #341F61;
}
</style>