Shades of Christalle #3F215D
Tints of Christalle #3F215D
RGB
CMYK
RGB Variations
Color information
#3F215D (or 0x3F215D) is known color: Christalle. HEX triplet: 3F, 21 and 5D. RGB value is (63,33,93). Sum of RGB (Red+Green+Blue) = 63+33+93=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F215D is #C0DEA2. Grayscale: #303030. Windows color (decimal): -12639907 or 6103359. OLE color: 6103359.
HSL color Cylindrical-coordinate representation of color #3F215D: hue angle of 270º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F215D is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 33 | 93 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.64 |
| HSL | 270º | 0.48% | 0.25% | - |
| HSV(B) | 270º | 0.65% | 0.36% | - |
| XYZ | 4.57 | 2.93 | 10.68 | - |
| YUV | 48.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 93 | 0.32 | 0.65 | 0 | 0.64 | 270 | 0.48 | 0.25 |
| Hex | 3F | 21 | 5D | 20 | 41 | 0 | 40 | 10E | 30 | 19 |
| Octal | 77 | 41 | 135 | 40 | 101 | 0 | 100 | 416 | 60 | 31 |
| Binary | 111111 | 100001 | 1011101 | 100000 | 1000001 | 0 | 1000000 | 100001110 | 110000 | 11001 |
Color Harmonies of #3F215D
Complementary color
Monochromatic Colors of #3F215D
Black with #3F215D
Text Example
Text Example
White with #3F215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F215D; }
p { color: rgb(63,33,93); }
H1.HeaderClassName
{
color: #3F215D;
}
.AnyTagClassName
{
color: #3F215D;
}
</style>
background-color css
<style>
a { background-color: #3F215D; }
a { background-color: rgb(63,33,93); }
div.DivClassName
{
background-color: #3F215D;
}
.BgClassName
{
background-color: #3F215D;
}
</style>
border-color css
<style>
span { border-color: #3F215D; }
span { border-color: rgb(63,33,93); }
td.TdClassName
{
border-color: #3F215D;
}
.TagClassName
{
border-color: #3F215D;
}
</style>