Shades of Christalle #341C62
Tints of Christalle #341C62
RGB
CMYK
RGB Variations
Color information
#341C62 (or 0x341C62) is known color: Christalle. HEX triplet: 34, 1C and 62. RGB value is (52,28,98). Sum of RGB (Red+Green+Blue) = 52+28+98=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #341C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C62 is #CBE39D. Grayscale: #2A2A2A. Windows color (decimal): -13362078 or 6429748. OLE color: 6429748.
HSL color Cylindrical-coordinate representation of color #341C62: hue angle of 260.57º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341C62 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 28 | 98 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.62 |
| HSL | 260.57º | 0.56% | 0.25% | - |
| HSV(B) | 260.57º | 0.71% | 0.38% | - |
| XYZ | 4.04 | 2.44 | 11.81 | - |
| YUV | 43.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 98 | 0.47 | 0.71 | 0 | 0.62 | 260.57 | 0.56 | 0.25 |
| Hex | 34 | 1C | 62 | 2F | 47 | 0 | 3E | 105 | 38 | 19 |
| Octal | 64 | 34 | 142 | 57 | 107 | 0 | 76 | 405 | 70 | 31 |
| Binary | 110100 | 11100 | 1100010 | 101111 | 1000111 | 0 | 111110 | 100000101 | 111000 | 11001 |
Color Harmonies of #341C62
Complementary color
Monochromatic Colors of #341C62
Black with #341C62
Text Example
Text Example
White with #341C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C62; }
p { color: rgb(52,28,98); }
H1.HeaderClassName
{
color: #341C62;
}
.AnyTagClassName
{
color: #341C62;
}
</style>
background-color css
<style>
a { background-color: #341C62; }
a { background-color: rgb(52,28,98); }
div.DivClassName
{
background-color: #341C62;
}
.BgClassName
{
background-color: #341C62;
}
</style>
border-color css
<style>
span { border-color: #341C62; }
span { border-color: rgb(52,28,98); }
td.TdClassName
{
border-color: #341C62;
}
.TagClassName
{
border-color: #341C62;
}
</style>