Shades of Christalle #35035C
Tints of Christalle #35035C
RGB
CMYK
RGB Variations
Color information
#35035C (or 0x35035C) is known color: Christalle. HEX triplet: 35, 03 and 5C. RGB value is (53,3,92). Sum of RGB (Red+Green+Blue) = 53+3+92=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #35035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35035C is #CAFCA3. Grayscale: #1B1B1B. Windows color (decimal): -13302948 or 6030133. OLE color: 6030133.
HSL color Cylindrical-coordinate representation of color #35035C: hue angle of 273.71º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35035C is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 3 | 92 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.64 |
| HSL | 273.71º | 0.94% | 0.19% | - |
| HSV(B) | 273.71º | 0.97% | 0.36% | - |
| XYZ | 3.43 | 1.59 | 10.25 | - |
| YUV | 28.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 92 | 0.42 | 0.97 | 0 | 0.64 | 273.71 | 0.94 | 0.19 |
| Hex | 35 | 3 | 5C | 2A | 61 | 0 | 40 | 112 | 5E | 13 |
| Octal | 65 | 3 | 134 | 52 | 141 | 0 | 100 | 422 | 136 | 23 |
| Binary | 110101 | 11 | 1011100 | 101010 | 1100001 | 0 | 1000000 | 100010010 | 1011110 | 10011 |
Color Harmonies of #35035C
Complementary color
Monochromatic Colors of #35035C
Black with #35035C
Text Example
Text Example
White with #35035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35035C; }
p { color: rgb(53,3,92); }
H1.HeaderClassName
{
color: #35035C;
}
.AnyTagClassName
{
color: #35035C;
}
</style>
background-color css
<style>
a { background-color: #35035C; }
a { background-color: rgb(53,3,92); }
div.DivClassName
{
background-color: #35035C;
}
.BgClassName
{
background-color: #35035C;
}
</style>
border-color css
<style>
span { border-color: #35035C; }
span { border-color: rgb(53,3,92); }
td.TdClassName
{
border-color: #35035C;
}
.TagClassName
{
border-color: #35035C;
}
</style>