Shades of Christalle #35025C
Tints of Christalle #35025C
RGB
CMYK
RGB Variations
Color information
#35025C (or 0x35025C) is known color: Christalle. HEX triplet: 35, 02 and 5C. RGB value is (53,2,92). Sum of RGB (Red+Green+Blue) = 53+2+92=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #35025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35025C is #CAFDA3. Grayscale: #1B1B1B. Windows color (decimal): -13303204 or 6029877. OLE color: 6029877.
HSL color Cylindrical-coordinate representation of color #35025C: hue angle of 274º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35025C is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 2 | 92 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.64 |
| HSL | 274º | 0.96% | 0.18% | - |
| HSV(B) | 274º | 0.98% | 0.36% | - |
| XYZ | 3.42 | 1.57 | 10.25 | - |
| YUV | 27.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 92 | 0.42 | 0.98 | 0 | 0.64 | 274 | 0.96 | 0.18 |
| Hex | 35 | 2 | 5C | 2A | 62 | 0 | 40 | 112 | 60 | 12 |
| Octal | 65 | 2 | 134 | 52 | 142 | 0 | 100 | 422 | 140 | 22 |
| Binary | 110101 | 10 | 1011100 | 101010 | 1100010 | 0 | 1000000 | 100010010 | 1100000 | 10010 |
Color Harmonies of #35025C
Complementary color
Monochromatic Colors of #35025C
Black with #35025C
Text Example
Text Example
White with #35025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35025C; }
p { color: rgb(53,2,92); }
H1.HeaderClassName
{
color: #35025C;
}
.AnyTagClassName
{
color: #35025C;
}
</style>
background-color css
<style>
a { background-color: #35025C; }
a { background-color: rgb(53,2,92); }
div.DivClassName
{
background-color: #35025C;
}
.BgClassName
{
background-color: #35025C;
}
</style>
border-color css
<style>
span { border-color: #35025C; }
span { border-color: rgb(53,2,92); }
td.TdClassName
{
border-color: #35025C;
}
.TagClassName
{
border-color: #35025C;
}
</style>