Shades of Christalle #3F225B
Tints of Christalle #3F225B
RGB
CMYK
RGB Variations
Color information
#3F225B (or 0x3F225B) is known color: Christalle. HEX triplet: 3F, 22 and 5B. RGB value is (63,34,91). Sum of RGB (Red+Green+Blue) = 63+34+91=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F225B is #C0DDA4. Grayscale: #303030. Windows color (decimal): -12639653 or 5972543. OLE color: 5972543.
HSL color Cylindrical-coordinate representation of color #3F225B: hue angle of 270.53º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F225B is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 34 | 91 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.64 |
| HSL | 270.53º | 0.46% | 0.25% | - |
| HSV(B) | 270.53º | 0.63% | 0.36% | - |
| XYZ | 4.51 | 2.96 | 10.23 | - |
| YUV | 49.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 91 | 0.31 | 0.63 | 0 | 0.64 | 270.53 | 0.46 | 0.25 |
| Hex | 3F | 22 | 5B | 1F | 3F | 0 | 40 | 10F | 2E | 19 |
| Octal | 77 | 42 | 133 | 37 | 77 | 0 | 100 | 417 | 56 | 31 |
| Binary | 111111 | 100010 | 1011011 | 11111 | 111111 | 0 | 1000000 | 100001111 | 101110 | 11001 |
Color Harmonies of #3F225B
Complementary color
Monochromatic Colors of #3F225B
Black with #3F225B
Text Example
Text Example
White with #3F225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F225B; }
p { color: rgb(63,34,91); }
H1.HeaderClassName
{
color: #3F225B;
}
.AnyTagClassName
{
color: #3F225B;
}
</style>
background-color css
<style>
a { background-color: #3F225B; }
a { background-color: rgb(63,34,91); }
div.DivClassName
{
background-color: #3F225B;
}
.BgClassName
{
background-color: #3F225B;
}
</style>
border-color css
<style>
span { border-color: #3F225B; }
span { border-color: rgb(63,34,91); }
td.TdClassName
{
border-color: #3F225B;
}
.TagClassName
{
border-color: #3F225B;
}
</style>