Shades of Christalle #3F216B
Tints of Christalle #3F216B
RGB
CMYK
RGB Variations
Color information
#3F216B (or 0x3F216B) is known color: Christalle. HEX triplet: 3F, 21 and 6B. RGB value is (63,33,107). Sum of RGB (Red+Green+Blue) = 63+33+107=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F216B is #C0DE94. Grayscale: #323232. Windows color (decimal): -12639893 or 7020863. OLE color: 7020863.
HSL color Cylindrical-coordinate representation of color #3F216B: hue angle of 264.32º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F216B is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 33 | 107 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.58 |
| HSL | 264.32º | 0.53% | 0.27% | - |
| HSV(B) | 264.32º | 0.69% | 0.42% | - |
| XYZ | 5.25 | 3.21 | 14.25 | - |
| YUV | 50.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 107 | 0.41 | 0.69 | 0 | 0.58 | 264.32 | 0.53 | 0.27 |
| Hex | 3F | 21 | 6B | 29 | 45 | 0 | 3A | 108 | 35 | 1B |
| Octal | 77 | 41 | 153 | 51 | 105 | 0 | 72 | 410 | 65 | 33 |
| Binary | 111111 | 100001 | 1101011 | 101001 | 1000101 | 0 | 111010 | 100001000 | 110101 | 11011 |
Color Harmonies of #3F216B
Complementary color
Monochromatic Colors of #3F216B
Black with #3F216B
Text Example
Text Example
White with #3F216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F216B; }
p { color: rgb(63,33,107); }
H1.HeaderClassName
{
color: #3F216B;
}
.AnyTagClassName
{
color: #3F216B;
}
</style>
background-color css
<style>
a { background-color: #3F216B; }
a { background-color: rgb(63,33,107); }
div.DivClassName
{
background-color: #3F216B;
}
.BgClassName
{
background-color: #3F216B;
}
</style>
border-color css
<style>
span { border-color: #3F216B; }
span { border-color: rgb(63,33,107); }
td.TdClassName
{
border-color: #3F216B;
}
.TagClassName
{
border-color: #3F216B;
}
</style>