Shades of Christalle #35005D
Tints of Christalle #35005D
RGB
CMYK
RGB Variations
Color information
#35005D (or 0x35005D) is known color: Christalle. HEX triplet: 35, 00 and 5D. RGB value is (53,0,93). Sum of RGB (Red+Green+Blue) = 53+0+93=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #35005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35005D is #CAFFA2. Grayscale: #1A1A1A. Windows color (decimal): -13303715 or 6094901. OLE color: 6094901.
HSL color Cylindrical-coordinate representation of color #35005D: hue angle of 274.19º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35005D is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 0 | 93 | - |
| CMYK | 0.43 | 1 | 0 | 0.64 |
| HSL | 274.19º | 1% | 0.18% | - |
| HSV(B) | 274.19º | 1% | 0.36% | - |
| XYZ | 3.44 | 1.55 | 10.47 | - |
| YUV | 26.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 93 | 0.43 | 1 | 0 | 0.64 | 274.19 | 1 | 0.18 |
| Hex | 35 | 0 | 5D | 2B | 64 | 0 | 40 | 112 | 64 | 12 |
| Octal | 65 | 0 | 135 | 53 | 144 | 0 | 100 | 422 | 144 | 22 |
| Binary | 110101 | 0 | 1011101 | 101011 | 1100100 | 0 | 1000000 | 100010010 | 1100100 | 10010 |
Color Harmonies of #35005D
Complementary color
Monochromatic Colors of #35005D
Black with #35005D
Text Example
Text Example
White with #35005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35005D; }
p { color: rgb(53,0,93); }
H1.HeaderClassName
{
color: #35005D;
}
.AnyTagClassName
{
color: #35005D;
}
</style>
background-color css
<style>
a { background-color: #35005D; }
a { background-color: rgb(53,0,93); }
div.DivClassName
{
background-color: #35005D;
}
.BgClassName
{
background-color: #35005D;
}
</style>
border-color css
<style>
span { border-color: #35005D; }
span { border-color: rgb(53,0,93); }
td.TdClassName
{
border-color: #35005D;
}
.TagClassName
{
border-color: #35005D;
}
</style>