Shades of Christalle #35155E
Tints of Christalle #35155E
RGB
CMYK
RGB Variations
Color information
#35155E (or 0x35155E) is known color: Christalle. HEX triplet: 35, 15 and 5E. RGB value is (53,21,94). Sum of RGB (Red+Green+Blue) = 53+21+94=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #35155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35155E is #CAEAA1. Grayscale: #262626. Windows color (decimal): -13298338 or 6165813. OLE color: 6165813.
HSL color Cylindrical-coordinate representation of color #35155E: hue angle of 266.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35155E is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 21 | 94 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.63 |
| HSL | 266.3º | 0.63% | 0.23% | - |
| HSV(B) | 266.3º | 0.78% | 0.37% | - |
| XYZ | 3.76 | 2.1 | 10.8 | - |
| YUV | 38.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 94 | 0.44 | 0.78 | 0 | 0.63 | 266.3 | 0.63 | 0.23 |
| Hex | 35 | 15 | 5E | 2C | 4E | 0 | 3F | 10A | 3F | 17 |
| Octal | 65 | 25 | 136 | 54 | 116 | 0 | 77 | 412 | 77 | 27 |
| Binary | 110101 | 10101 | 1011110 | 101100 | 1001110 | 0 | 111111 | 100001010 | 111111 | 10111 |
Color Harmonies of #35155E
Complementary color
Monochromatic Colors of #35155E
Black with #35155E
Text Example
Text Example
White with #35155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35155E; }
p { color: rgb(53,21,94); }
H1.HeaderClassName
{
color: #35155E;
}
.AnyTagClassName
{
color: #35155E;
}
</style>
background-color css
<style>
a { background-color: #35155E; }
a { background-color: rgb(53,21,94); }
div.DivClassName
{
background-color: #35155E;
}
.BgClassName
{
background-color: #35155E;
}
</style>
border-color css
<style>
span { border-color: #35155E; }
span { border-color: rgb(53,21,94); }
td.TdClassName
{
border-color: #35155E;
}
.TagClassName
{
border-color: #35155E;
}
</style>