Shades of Christalle #3F295E
Tints of Christalle #3F295E
RGB
CMYK
RGB Variations
Color information
#3F295E (or 0x3F295E) is known color: Christalle. HEX triplet: 3F, 29 and 5E. RGB value is (63,41,94). Sum of RGB (Red+Green+Blue) = 63+41+94=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F295E is #C0D6A1. Grayscale: #353535. Windows color (decimal): -12637858 or 6170943. OLE color: 6170943.
HSL color Cylindrical-coordinate representation of color #3F295E: hue angle of 264.91º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F295E is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 41 | 94 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.63 |
| HSL | 264.91º | 0.39% | 0.26% | - |
| HSV(B) | 264.91º | 0.56% | 0.37% | - |
| XYZ | 4.86 | 3.45 | 11 | - |
| YUV | 53.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 94 | 0.33 | 0.56 | 0 | 0.63 | 264.91 | 0.39 | 0.26 |
| Hex | 3F | 29 | 5E | 21 | 38 | 0 | 3F | 109 | 27 | 1A |
| Octal | 77 | 51 | 136 | 41 | 70 | 0 | 77 | 411 | 47 | 32 |
| Binary | 111111 | 101001 | 1011110 | 100001 | 111000 | 0 | 111111 | 100001001 | 100111 | 11010 |
Color Harmonies of #3F295E
Complementary color
Monochromatic Colors of #3F295E
Black with #3F295E
Text Example
Text Example
White with #3F295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F295E; }
p { color: rgb(63,41,94); }
H1.HeaderClassName
{
color: #3F295E;
}
.AnyTagClassName
{
color: #3F295E;
}
</style>
background-color css
<style>
a { background-color: #3F295E; }
a { background-color: rgb(63,41,94); }
div.DivClassName
{
background-color: #3F295E;
}
.BgClassName
{
background-color: #3F295E;
}
</style>
border-color css
<style>
span { border-color: #3F295E; }
span { border-color: rgb(63,41,94); }
td.TdClassName
{
border-color: #3F295E;
}
.TagClassName
{
border-color: #3F295E;
}
</style>