Shades of Christalle #3F2A64
Tints of Christalle #3F2A64
RGB
CMYK
RGB Variations
Color information
#3F2A64 (or 0x3F2A64) is known color: Christalle. HEX triplet: 3F, 2A and 64. RGB value is (63,42,100). Sum of RGB (Red+Green+Blue) = 63+42+100=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F2A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A64 is #C0D59B. Grayscale: #363636. Windows color (decimal): -12637596 or 6564415. OLE color: 6564415.
HSL color Cylindrical-coordinate representation of color #3F2A64: hue angle of 261.72º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F2A64 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 42 | 100 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.61 |
| HSL | 261.72º | 0.41% | 0.28% | - |
| HSV(B) | 261.72º | 0.58% | 0.39% | - |
| XYZ | 5.18 | 3.63 | 12.48 | - |
| YUV | 54.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 100 | 0.37 | 0.58 | 0 | 0.61 | 261.72 | 0.41 | 0.28 |
| Hex | 3F | 2A | 64 | 25 | 3A | 0 | 3D | 106 | 29 | 1C |
| Octal | 77 | 52 | 144 | 45 | 72 | 0 | 75 | 406 | 51 | 34 |
| Binary | 111111 | 101010 | 1100100 | 100101 | 111010 | 0 | 111101 | 100000110 | 101001 | 11100 |
Color Harmonies of #3F2A64
Complementary color
Monochromatic Colors of #3F2A64
Black with #3F2A64
Text Example
Text Example
White with #3F2A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A64; }
p { color: rgb(63,42,100); }
H1.HeaderClassName
{
color: #3F2A64;
}
.AnyTagClassName
{
color: #3F2A64;
}
</style>
background-color css
<style>
a { background-color: #3F2A64; }
a { background-color: rgb(63,42,100); }
div.DivClassName
{
background-color: #3F2A64;
}
.BgClassName
{
background-color: #3F2A64;
}
</style>
border-color css
<style>
span { border-color: #3F2A64; }
span { border-color: rgb(63,42,100); }
td.TdClassName
{
border-color: #3F2A64;
}
.TagClassName
{
border-color: #3F2A64;
}
</style>