Shades of Christalle #350A5C
Tints of Christalle #350A5C
RGB
CMYK
RGB Variations
Color information
#350A5C (or 0x350A5C) is known color: Christalle. HEX triplet: 35, 0A and 5C. RGB value is (53,10,92). Sum of RGB (Red+Green+Blue) = 53+10+92=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #350A5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350A5C is #CAF5A3. Grayscale: #1F1F1F. Windows color (decimal): -13301156 or 6031925. OLE color: 6031925.
HSL color Cylindrical-coordinate representation of color #350A5C: hue angle of 271.46º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350A5C is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 10 | 92 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.64 |
| HSL | 271.46º | 0.8% | 0.2% | - |
| HSV(B) | 271.46º | 0.89% | 0.36% | - |
| XYZ | 3.51 | 1.75 | 10.28 | - |
| YUV | 32.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 92 | 0.42 | 0.89 | 0 | 0.64 | 271.46 | 0.8 | 0.2 |
| Hex | 35 | A | 5C | 2A | 59 | 0 | 40 | 10F | 50 | 14 |
| Octal | 65 | 12 | 134 | 52 | 131 | 0 | 100 | 417 | 120 | 24 |
| Binary | 110101 | 1010 | 1011100 | 101010 | 1011001 | 0 | 1000000 | 100001111 | 1010000 | 10100 |
Color Harmonies of #350A5C
Complementary color
Monochromatic Colors of #350A5C
Black with #350A5C
Text Example
Text Example
White with #350A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A5C; }
p { color: rgb(53,10,92); }
H1.HeaderClassName
{
color: #350A5C;
}
.AnyTagClassName
{
color: #350A5C;
}
</style>
background-color css
<style>
a { background-color: #350A5C; }
a { background-color: rgb(53,10,92); }
div.DivClassName
{
background-color: #350A5C;
}
.BgClassName
{
background-color: #350A5C;
}
</style>
border-color css
<style>
span { border-color: #350A5C; }
span { border-color: rgb(53,10,92); }
td.TdClassName
{
border-color: #350A5C;
}
.TagClassName
{
border-color: #350A5C;
}
</style>