Shades of Christalle #35115D
Tints of Christalle #35115D
RGB
CMYK
RGB Variations
Color information
#35115D (or 0x35115D) is known color: Christalle. HEX triplet: 35, 11 and 5D. RGB value is (53,17,93). Sum of RGB (Red+Green+Blue) = 53+17+93=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #35115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35115D is #CAEEA2. Grayscale: #242424. Windows color (decimal): -13299363 or 6099253. OLE color: 6099253.
HSL color Cylindrical-coordinate representation of color #35115D: hue angle of 268.42º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35115D is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 17 | 93 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.64 |
| HSL | 268.42º | 0.69% | 0.22% | - |
| HSV(B) | 268.42º | 0.82% | 0.36% | - |
| XYZ | 3.64 | 1.95 | 10.54 | - |
| YUV | 36.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 93 | 0.43 | 0.82 | 0 | 0.64 | 268.42 | 0.69 | 0.22 |
| Hex | 35 | 11 | 5D | 2B | 52 | 0 | 40 | 10C | 45 | 16 |
| Octal | 65 | 21 | 135 | 53 | 122 | 0 | 100 | 414 | 105 | 26 |
| Binary | 110101 | 10001 | 1011101 | 101011 | 1010010 | 0 | 1000000 | 100001100 | 1000101 | 10110 |
Color Harmonies of #35115D
Complementary color
Monochromatic Colors of #35115D
Black with #35115D
Text Example
Text Example
White with #35115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35115D; }
p { color: rgb(53,17,93); }
H1.HeaderClassName
{
color: #35115D;
}
.AnyTagClassName
{
color: #35115D;
}
</style>
background-color css
<style>
a { background-color: #35115D; }
a { background-color: rgb(53,17,93); }
div.DivClassName
{
background-color: #35115D;
}
.BgClassName
{
background-color: #35115D;
}
</style>
border-color css
<style>
span { border-color: #35115D; }
span { border-color: rgb(53,17,93); }
td.TdClassName
{
border-color: #35115D;
}
.TagClassName
{
border-color: #35115D;
}
</style>