Shades of Christalle #35015E
Tints of Christalle #35015E
RGB
CMYK
RGB Variations
Color information
#35015E (or 0x35015E) is known color: Christalle. HEX triplet: 35, 01 and 5E. RGB value is (53,1,94). Sum of RGB (Red+Green+Blue) = 53+1+94=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #35015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35015E is #CAFEA1. Grayscale: #1A1A1A. Windows color (decimal): -13303458 or 6160693. OLE color: 6160693.
HSL color Cylindrical-coordinate representation of color #35015E: hue angle of 273.55º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35015E is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 1 | 94 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.63 |
| HSL | 273.55º | 0.98% | 0.19% | - |
| HSV(B) | 273.55º | 0.99% | 0.37% | - |
| XYZ | 3.5 | 1.59 | 10.71 | - |
| YUV | 27.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 94 | 0.44 | 0.99 | 0 | 0.63 | 273.55 | 0.98 | 0.19 |
| Hex | 35 | 1 | 5E | 2C | 63 | 0 | 3F | 112 | 62 | 13 |
| Octal | 65 | 1 | 136 | 54 | 143 | 0 | 77 | 422 | 142 | 23 |
| Binary | 110101 | 1 | 1011110 | 101100 | 1100011 | 0 | 111111 | 100010010 | 1100010 | 10011 |
Color Harmonies of #35015E
Complementary color
Monochromatic Colors of #35015E
Black with #35015E
Text Example
Text Example
White with #35015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35015E; }
p { color: rgb(53,1,94); }
H1.HeaderClassName
{
color: #35015E;
}
.AnyTagClassName
{
color: #35015E;
}
</style>
background-color css
<style>
a { background-color: #35015E; }
a { background-color: rgb(53,1,94); }
div.DivClassName
{
background-color: #35015E;
}
.BgClassName
{
background-color: #35015E;
}
</style>
border-color css
<style>
span { border-color: #35015E; }
span { border-color: rgb(53,1,94); }
td.TdClassName
{
border-color: #35015E;
}
.TagClassName
{
border-color: #35015E;
}
</style>