Shades of Christalle #3F245B
Tints of Christalle #3F245B
RGB
CMYK
RGB Variations
Color information
#3F245B (or 0x3F245B) is known color: Christalle. HEX triplet: 3F, 24 and 5B. RGB value is (63,36,91). Sum of RGB (Red+Green+Blue) = 63+36+91=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F245B is #C0DBA4. Grayscale: #323232. Windows color (decimal): -12639141 or 5973055. OLE color: 5973055.
HSL color Cylindrical-coordinate representation of color #3F245B: hue angle of 269.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F245B is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 36 | 91 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.64 |
| HSL | 269.45º | 0.43% | 0.25% | - |
| HSV(B) | 269.45º | 0.6% | 0.36% | - |
| XYZ | 4.57 | 3.07 | 10.25 | - |
| YUV | 50.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 91 | 0.31 | 0.60 | 0 | 0.64 | 269.45 | 0.43 | 0.25 |
| Hex | 3F | 24 | 5B | 1F | 3C | 0 | 40 | 10D | 2B | 19 |
| Octal | 77 | 44 | 133 | 37 | 74 | 0 | 100 | 415 | 53 | 31 |
| Binary | 111111 | 100100 | 1011011 | 11111 | 111100 | 0 | 1000000 | 100001101 | 101011 | 11001 |
Color Harmonies of #3F245B
Complementary color
Monochromatic Colors of #3F245B
Black with #3F245B
Text Example
Text Example
White with #3F245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F245B; }
p { color: rgb(63,36,91); }
H1.HeaderClassName
{
color: #3F245B;
}
.AnyTagClassName
{
color: #3F245B;
}
</style>
background-color css
<style>
a { background-color: #3F245B; }
a { background-color: rgb(63,36,91); }
div.DivClassName
{
background-color: #3F245B;
}
.BgClassName
{
background-color: #3F245B;
}
</style>
border-color css
<style>
span { border-color: #3F245B; }
span { border-color: rgb(63,36,91); }
td.TdClassName
{
border-color: #3F245B;
}
.TagClassName
{
border-color: #3F245B;
}
</style>