Shades of Christalle #3F205D
Tints of Christalle #3F205D
RGB
CMYK
RGB Variations
Color information
#3F205D (or 0x3F205D) is known color: Christalle. HEX triplet: 3F, 20 and 5D. RGB value is (63,32,93). Sum of RGB (Red+Green+Blue) = 63+32+93=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F205D is #C0DFA2. Grayscale: #303030. Windows color (decimal): -12640163 or 6103103. OLE color: 6103103.
HSL color Cylindrical-coordinate representation of color #3F205D: hue angle of 270.49º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F205D is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 32 | 93 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.64 |
| HSL | 270.49º | 0.49% | 0.25% | - |
| HSV(B) | 270.49º | 0.66% | 0.36% | - |
| XYZ | 4.54 | 2.88 | 10.67 | - |
| YUV | 48.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 93 | 0.32 | 0.66 | 0 | 0.64 | 270.49 | 0.49 | 0.25 |
| Hex | 3F | 20 | 5D | 20 | 42 | 0 | 40 | 10E | 31 | 19 |
| Octal | 77 | 40 | 135 | 40 | 102 | 0 | 100 | 416 | 61 | 31 |
| Binary | 111111 | 100000 | 1011101 | 100000 | 1000010 | 0 | 1000000 | 100001110 | 110001 | 11001 |
Color Harmonies of #3F205D
Complementary color
Monochromatic Colors of #3F205D
Black with #3F205D
Text Example
Text Example
White with #3F205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F205D; }
p { color: rgb(63,32,93); }
H1.HeaderClassName
{
color: #3F205D;
}
.AnyTagClassName
{
color: #3F205D;
}
</style>
background-color css
<style>
a { background-color: #3F205D; }
a { background-color: rgb(63,32,93); }
div.DivClassName
{
background-color: #3F205D;
}
.BgClassName
{
background-color: #3F205D;
}
</style>
border-color css
<style>
span { border-color: #3F205D; }
span { border-color: rgb(63,32,93); }
td.TdClassName
{
border-color: #3F205D;
}
.TagClassName
{
border-color: #3F205D;
}
</style>