Shades of Christalle #3F1264
Tints of Christalle #3F1264
RGB
CMYK
RGB Variations
Color information
#3F1264 (or 0x3F1264) is known color: Christalle. HEX triplet: 3F, 12 and 64. RGB value is (63,18,100). Sum of RGB (Red+Green+Blue) = 63+18+100=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F1264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1264 is #C0ED9B. Grayscale: #282828. Windows color (decimal): -12643740 or 6558271. OLE color: 6558271.
HSL color Cylindrical-coordinate representation of color #3F1264: hue angle of 272.93º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1264 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 18 | 100 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.61 |
| HSL | 272.93º | 0.69% | 0.23% | - |
| HSV(B) | 272.93º | 0.82% | 0.39% | - |
| XYZ | 4.57 | 2.41 | 12.28 | - |
| YUV | 40.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 100 | 0.37 | 0.82 | 0 | 0.61 | 272.93 | 0.69 | 0.23 |
| Hex | 3F | 12 | 64 | 25 | 52 | 0 | 3D | 111 | 45 | 17 |
| Octal | 77 | 22 | 144 | 45 | 122 | 0 | 75 | 421 | 105 | 27 |
| Binary | 111111 | 10010 | 1100100 | 100101 | 1010010 | 0 | 111101 | 100010001 | 1000101 | 10111 |
Color Harmonies of #3F1264
Complementary color
Monochromatic Colors of #3F1264
Black with #3F1264
Text Example
Text Example
White with #3F1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1264; }
p { color: rgb(63,18,100); }
H1.HeaderClassName
{
color: #3F1264;
}
.AnyTagClassName
{
color: #3F1264;
}
</style>
background-color css
<style>
a { background-color: #3F1264; }
a { background-color: rgb(63,18,100); }
div.DivClassName
{
background-color: #3F1264;
}
.BgClassName
{
background-color: #3F1264;
}
</style>
border-color css
<style>
span { border-color: #3F1264; }
span { border-color: rgb(63,18,100); }
td.TdClassName
{
border-color: #3F1264;
}
.TagClassName
{
border-color: #3F1264;
}
</style>