Shades of Christalle #35005A
Tints of Christalle #35005A
RGB
CMYK
RGB Variations
Color information
#35005A (or 0x35005A) is known color: Christalle. HEX triplet: 35, 00 and 5A. RGB value is (53,0,90). Sum of RGB (Red+Green+Blue) = 53+0+90=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #35005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35005A is #CAFFA5. Grayscale: #191919. Windows color (decimal): -13303718 or 5898293. OLE color: 5898293.
HSL color Cylindrical-coordinate representation of color #35005A: hue angle of 275.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35005A is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 0 | 90 | - |
| CMYK | 0.41 | 1 | 0 | 0.65 |
| HSL | 275.33º | 1% | 0.18% | - |
| HSV(B) | 275.33º | 1% | 0.35% | - |
| XYZ | 3.31 | 1.5 | 9.79 | - |
| YUV | 26.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 90 | 0.41 | 1 | 0 | 0.65 | 275.33 | 1 | 0.18 |
| Hex | 35 | 0 | 5A | 29 | 64 | 0 | 41 | 113 | 64 | 12 |
| Octal | 65 | 0 | 132 | 51 | 144 | 0 | 101 | 423 | 144 | 22 |
| Binary | 110101 | 0 | 1011010 | 101001 | 1100100 | 0 | 1000001 | 100010011 | 1100100 | 10010 |
Color Harmonies of #35005A
Complementary color
Monochromatic Colors of #35005A
Black with #35005A
Text Example
Text Example
White with #35005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35005A; }
p { color: rgb(53,0,90); }
H1.HeaderClassName
{
color: #35005A;
}
.AnyTagClassName
{
color: #35005A;
}
</style>
background-color css
<style>
a { background-color: #35005A; }
a { background-color: rgb(53,0,90); }
div.DivClassName
{
background-color: #35005A;
}
.BgClassName
{
background-color: #35005A;
}
</style>
border-color css
<style>
span { border-color: #35005A; }
span { border-color: rgb(53,0,90); }
td.TdClassName
{
border-color: #35005A;
}
.TagClassName
{
border-color: #35005A;
}
</style>