Shades of Christalle #35145C
Tints of Christalle #35145C
RGB
CMYK
RGB Variations
Color information
#35145C (or 0x35145C) is known color: Christalle. HEX triplet: 35, 14 and 5C. RGB value is (53,20,92). Sum of RGB (Red+Green+Blue) = 53+20+92=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #35145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35145C is #CAEBA3. Grayscale: #252525. Windows color (decimal): -13298596 or 6034485. OLE color: 6034485.
HSL color Cylindrical-coordinate representation of color #35145C: hue angle of 267.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35145C is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 20 | 92 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.64 |
| HSL | 267.5º | 0.64% | 0.22% | - |
| HSV(B) | 267.5º | 0.78% | 0.36% | - |
| XYZ | 3.65 | 2.03 | 10.32 | - |
| YUV | 38.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 92 | 0.42 | 0.78 | 0 | 0.64 | 267.5 | 0.64 | 0.22 |
| Hex | 35 | 14 | 5C | 2A | 4E | 0 | 40 | 10C | 40 | 16 |
| Octal | 65 | 24 | 134 | 52 | 116 | 0 | 100 | 414 | 100 | 26 |
| Binary | 110101 | 10100 | 1011100 | 101010 | 1001110 | 0 | 1000000 | 100001100 | 1000000 | 10110 |
Color Harmonies of #35145C
Complementary color
Monochromatic Colors of #35145C
Black with #35145C
Text Example
Text Example
White with #35145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35145C; }
p { color: rgb(53,20,92); }
H1.HeaderClassName
{
color: #35145C;
}
.AnyTagClassName
{
color: #35145C;
}
</style>
background-color css
<style>
a { background-color: #35145C; }
a { background-color: rgb(53,20,92); }
div.DivClassName
{
background-color: #35145C;
}
.BgClassName
{
background-color: #35145C;
}
</style>
border-color css
<style>
span { border-color: #35145C; }
span { border-color: rgb(53,20,92); }
td.TdClassName
{
border-color: #35145C;
}
.TagClassName
{
border-color: #35145C;
}
</style>