Shades of Christalle #3F2159
Tints of Christalle #3F2159
RGB
CMYK
RGB Variations
Color information
#3F2159 (or 0x3F2159) is known color: Christalle. HEX triplet: 3F, 21 and 59. RGB value is (63,33,89). Sum of RGB (Red+Green+Blue) = 63+33+89=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F2159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2159 is #C0DEA6. Grayscale: #303030. Windows color (decimal): -12639911 or 5841215. OLE color: 5841215.
HSL color Cylindrical-coordinate representation of color #3F2159: hue angle of 272.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F2159 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 33 | 89 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.65 |
| HSL | 272.14º | 0.46% | 0.24% | - |
| HSV(B) | 272.14º | 0.63% | 0.35% | - |
| XYZ | 4.4 | 2.87 | 9.77 | - |
| YUV | 48.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 89 | 0.29 | 0.63 | 0 | 0.65 | 272.14 | 0.46 | 0.24 |
| Hex | 3F | 21 | 59 | 1D | 3F | 0 | 41 | 110 | 2E | 18 |
| Octal | 77 | 41 | 131 | 35 | 77 | 0 | 101 | 420 | 56 | 30 |
| Binary | 111111 | 100001 | 1011001 | 11101 | 111111 | 0 | 1000001 | 100010000 | 101110 | 11000 |
Color Harmonies of #3F2159
Complementary color
Monochromatic Colors of #3F2159
Black with #3F2159
Text Example
Text Example
White with #3F2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2159; }
p { color: rgb(63,33,89); }
H1.HeaderClassName
{
color: #3F2159;
}
.AnyTagClassName
{
color: #3F2159;
}
</style>
background-color css
<style>
a { background-color: #3F2159; }
a { background-color: rgb(63,33,89); }
div.DivClassName
{
background-color: #3F2159;
}
.BgClassName
{
background-color: #3F2159;
}
</style>
border-color css
<style>
span { border-color: #3F2159; }
span { border-color: rgb(63,33,89); }
td.TdClassName
{
border-color: #3F2159;
}
.TagClassName
{
border-color: #3F2159;
}
</style>