Shades of Christalle #340C62
Tints of Christalle #340C62
RGB
CMYK
RGB Variations
Color information
#340C62 (or 0x340C62) is known color: Christalle. HEX triplet: 34, 0C and 62. RGB value is (52,12,98). Sum of RGB (Red+Green+Blue) = 52+12+98=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #340C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340C62 is #CBF39D. Grayscale: #212121. Windows color (decimal): -13366174 or 6425652. OLE color: 6425652.
HSL color Cylindrical-coordinate representation of color #340C62: hue angle of 267.91º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340C62 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 12 | 98 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.62 |
| HSL | 267.91º | 0.78% | 0.22% | - |
| HSV(B) | 267.91º | 0.88% | 0.38% | - |
| XYZ | 3.75 | 1.87 | 11.72 | - |
| YUV | 33.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 98 | 0.47 | 0.88 | 0 | 0.62 | 267.91 | 0.78 | 0.22 |
| Hex | 34 | C | 62 | 2F | 58 | 0 | 3E | 10C | 4E | 16 |
| Octal | 64 | 14 | 142 | 57 | 130 | 0 | 76 | 414 | 116 | 26 |
| Binary | 110100 | 1100 | 1100010 | 101111 | 1011000 | 0 | 111110 | 100001100 | 1001110 | 10110 |
Color Harmonies of #340C62
Complementary color
Monochromatic Colors of #340C62
Black with #340C62
Text Example
Text Example
White with #340C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C62; }
p { color: rgb(52,12,98); }
H1.HeaderClassName
{
color: #340C62;
}
.AnyTagClassName
{
color: #340C62;
}
</style>
background-color css
<style>
a { background-color: #340C62; }
a { background-color: rgb(52,12,98); }
div.DivClassName
{
background-color: #340C62;
}
.BgClassName
{
background-color: #340C62;
}
</style>
border-color css
<style>
span { border-color: #340C62; }
span { border-color: rgb(52,12,98); }
td.TdClassName
{
border-color: #340C62;
}
.TagClassName
{
border-color: #340C62;
}
</style>