Shades of Christalle #3F245C
Tints of Christalle #3F245C
RGB
CMYK
RGB Variations
Color information
#3F245C (or 0x3F245C) is known color: Christalle. HEX triplet: 3F, 24 and 5C. RGB value is (63,36,92). Sum of RGB (Red+Green+Blue) = 63+36+92=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F245C is #C0DBA3. Grayscale: #323232. Windows color (decimal): -12639140 or 6038591. OLE color: 6038591.
HSL color Cylindrical-coordinate representation of color #3F245C: hue angle of 268.93º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F245C is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 36 | 92 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.64 |
| HSL | 268.93º | 0.44% | 0.25% | - |
| HSV(B) | 268.93º | 0.61% | 0.36% | - |
| XYZ | 4.61 | 3.09 | 10.48 | - |
| YUV | 50.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 92 | 0.32 | 0.61 | 0 | 0.64 | 268.93 | 0.44 | 0.25 |
| Hex | 3F | 24 | 5C | 20 | 3D | 0 | 40 | 10D | 2C | 19 |
| Octal | 77 | 44 | 134 | 40 | 75 | 0 | 100 | 415 | 54 | 31 |
| Binary | 111111 | 100100 | 1011100 | 100000 | 111101 | 0 | 1000000 | 100001101 | 101100 | 11001 |
Color Harmonies of #3F245C
Complementary color
Monochromatic Colors of #3F245C
Black with #3F245C
Text Example
Text Example
White with #3F245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F245C; }
p { color: rgb(63,36,92); }
H1.HeaderClassName
{
color: #3F245C;
}
.AnyTagClassName
{
color: #3F245C;
}
</style>
background-color css
<style>
a { background-color: #3F245C; }
a { background-color: rgb(63,36,92); }
div.DivClassName
{
background-color: #3F245C;
}
.BgClassName
{
background-color: #3F245C;
}
</style>
border-color css
<style>
span { border-color: #3F245C; }
span { border-color: rgb(63,36,92); }
td.TdClassName
{
border-color: #3F245C;
}
.TagClassName
{
border-color: #3F245C;
}
</style>