Shades of Christalle #350C59
Tints of Christalle #350C59
RGB
CMYK
RGB Variations
Color information
#350C59 (or 0x350C59) is known color: Christalle. HEX triplet: 35, 0C and 59. RGB value is (53,12,89). Sum of RGB (Red+Green+Blue) = 53+12+89=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #350C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C59 is #CAF3A6. Grayscale: #202020. Windows color (decimal): -13300647 or 5835829. OLE color: 5835829.
HSL color Cylindrical-coordinate representation of color #350C59: hue angle of 271.95º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350C59 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 12 | 89 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.65 |
| HSL | 271.95º | 0.76% | 0.2% | - |
| HSV(B) | 271.95º | 0.87% | 0.35% | - |
| XYZ | 3.4 | 1.74 | 9.61 | - |
| YUV | 33.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 89 | 0.40 | 0.87 | 0 | 0.65 | 271.95 | 0.76 | 0.2 |
| Hex | 35 | C | 59 | 28 | 57 | 0 | 41 | 110 | 4C | 14 |
| Octal | 65 | 14 | 131 | 50 | 127 | 0 | 101 | 420 | 114 | 24 |
| Binary | 110101 | 1100 | 1011001 | 101000 | 1010111 | 0 | 1000001 | 100010000 | 1001100 | 10100 |
Color Harmonies of #350C59
Complementary color
Monochromatic Colors of #350C59
Black with #350C59
Text Example
Text Example
White with #350C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C59; }
p { color: rgb(53,12,89); }
H1.HeaderClassName
{
color: #350C59;
}
.AnyTagClassName
{
color: #350C59;
}
</style>
background-color css
<style>
a { background-color: #350C59; }
a { background-color: rgb(53,12,89); }
div.DivClassName
{
background-color: #350C59;
}
.BgClassName
{
background-color: #350C59;
}
</style>
border-color css
<style>
span { border-color: #350C59; }
span { border-color: rgb(53,12,89); }
td.TdClassName
{
border-color: #350C59;
}
.TagClassName
{
border-color: #350C59;
}
</style>