Shades of Christalle #340A57
Tints of Christalle #340A57
RGB
CMYK
RGB Variations
Color information
#340A57 (or 0x340A57) is known color: Christalle. HEX triplet: 34, 0A and 57. RGB value is (52,10,87). Sum of RGB (Red+Green+Blue) = 52+10+87=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #340A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A57 is #CBF5A8. Grayscale: #1F1F1F. Windows color (decimal): -13366697 or 5704244. OLE color: 5704244.
HSL color Cylindrical-coordinate representation of color #340A57: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340A57 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 10 | 87 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.66 |
| HSL | 272.73º | 0.79% | 0.19% | - |
| HSV(B) | 272.73º | 0.89% | 0.34% | - |
| XYZ | 3.25 | 1.64 | 9.16 | - |
| YUV | 31.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 87 | 0.40 | 0.89 | 0 | 0.66 | 272.73 | 0.79 | 0.19 |
| Hex | 34 | A | 57 | 28 | 59 | 0 | 42 | 111 | 4F | 13 |
| Octal | 64 | 12 | 127 | 50 | 131 | 0 | 102 | 421 | 117 | 23 |
| Binary | 110100 | 1010 | 1010111 | 101000 | 1011001 | 0 | 1000010 | 100010001 | 1001111 | 10011 |
Color Harmonies of #340A57
Complementary color
Monochromatic Colors of #340A57
Black with #340A57
Text Example
Text Example
White with #340A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A57; }
p { color: rgb(52,10,87); }
H1.HeaderClassName
{
color: #340A57;
}
.AnyTagClassName
{
color: #340A57;
}
</style>
background-color css
<style>
a { background-color: #340A57; }
a { background-color: rgb(52,10,87); }
div.DivClassName
{
background-color: #340A57;
}
.BgClassName
{
background-color: #340A57;
}
</style>
border-color css
<style>
span { border-color: #340A57; }
span { border-color: rgb(52,10,87); }
td.TdClassName
{
border-color: #340A57;
}
.TagClassName
{
border-color: #340A57;
}
</style>