Shades of Christalle #351F5E
Tints of Christalle #351F5E
RGB
CMYK
RGB Variations
Color information
#351F5E (or 0x351F5E) is known color: Christalle. HEX triplet: 35, 1F and 5E. RGB value is (53,31,94). Sum of RGB (Red+Green+Blue) = 53+31+94=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #351F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F5E is #CAE0A1. Grayscale: #2C2C2C. Windows color (decimal): -13295778 or 6168373. OLE color: 6168373.
HSL color Cylindrical-coordinate representation of color #351F5E: hue angle of 260.95º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351F5E is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 31 | 94 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.63 |
| HSL | 260.95º | 0.5% | 0.25% | - |
| HSV(B) | 260.95º | 0.67% | 0.37% | - |
| XYZ | 3.98 | 2.55 | 10.87 | - |
| YUV | 44.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 94 | 0.44 | 0.67 | 0 | 0.63 | 260.95 | 0.5 | 0.25 |
| Hex | 35 | 1F | 5E | 2C | 43 | 0 | 3F | 105 | 32 | 19 |
| Octal | 65 | 37 | 136 | 54 | 103 | 0 | 77 | 405 | 62 | 31 |
| Binary | 110101 | 11111 | 1011110 | 101100 | 1000011 | 0 | 111111 | 100000101 | 110010 | 11001 |
Color Harmonies of #351F5E
Complementary color
Monochromatic Colors of #351F5E
Black with #351F5E
Text Example
Text Example
White with #351F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F5E; }
p { color: rgb(53,31,94); }
H1.HeaderClassName
{
color: #351F5E;
}
.AnyTagClassName
{
color: #351F5E;
}
</style>
background-color css
<style>
a { background-color: #351F5E; }
a { background-color: rgb(53,31,94); }
div.DivClassName
{
background-color: #351F5E;
}
.BgClassName
{
background-color: #351F5E;
}
</style>
border-color css
<style>
span { border-color: #351F5E; }
span { border-color: rgb(53,31,94); }
td.TdClassName
{
border-color: #351F5E;
}
.TagClassName
{
border-color: #351F5E;
}
</style>