Shades of Christalle #35155D
Tints of Christalle #35155D
RGB
CMYK
RGB Variations
Color information
#35155D (or 0x35155D) is known color: Christalle. HEX triplet: 35, 15 and 5D. RGB value is (53,21,93). Sum of RGB (Red+Green+Blue) = 53+21+93=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #35155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35155D is #CAEAA2. Grayscale: #262626. Windows color (decimal): -13298339 or 6100277. OLE color: 6100277.
HSL color Cylindrical-coordinate representation of color #35155D: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35155D is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 21 | 93 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.64 |
| HSL | 266.67º | 0.63% | 0.22% | - |
| HSV(B) | 266.67º | 0.77% | 0.36% | - |
| XYZ | 3.71 | 2.08 | 10.56 | - |
| YUV | 38.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 93 | 0.43 | 0.77 | 0 | 0.64 | 266.67 | 0.63 | 0.22 |
| Hex | 35 | 15 | 5D | 2B | 4D | 0 | 40 | 10B | 3F | 16 |
| Octal | 65 | 25 | 135 | 53 | 115 | 0 | 100 | 413 | 77 | 26 |
| Binary | 110101 | 10101 | 1011101 | 101011 | 1001101 | 0 | 1000000 | 100001011 | 111111 | 10110 |
Color Harmonies of #35155D
Complementary color
Monochromatic Colors of #35155D
Black with #35155D
Text Example
Text Example
White with #35155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35155D; }
p { color: rgb(53,21,93); }
H1.HeaderClassName
{
color: #35155D;
}
.AnyTagClassName
{
color: #35155D;
}
</style>
background-color css
<style>
a { background-color: #35155D; }
a { background-color: rgb(53,21,93); }
div.DivClassName
{
background-color: #35155D;
}
.BgClassName
{
background-color: #35155D;
}
</style>
border-color css
<style>
span { border-color: #35155D; }
span { border-color: rgb(53,21,93); }
td.TdClassName
{
border-color: #35155D;
}
.TagClassName
{
border-color: #35155D;
}
</style>