Shades of Christalle #3F1F61
Tints of Christalle #3F1F61
RGB
CMYK
RGB Variations
Color information
#3F1F61 (or 0x3F1F61) is known color: Christalle. HEX triplet: 3F, 1F and 61. RGB value is (63,31,97). Sum of RGB (Red+Green+Blue) = 63+31+97=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1F61 is #C0E09E. Grayscale: #2F2F2F. Windows color (decimal): -12640415 or 6364991. OLE color: 6364991.
HSL color Cylindrical-coordinate representation of color #3F1F61: hue angle of 269.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F1F61 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 31 | 97 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.62 |
| HSL | 269.09º | 0.52% | 0.25% | - |
| HSV(B) | 269.09º | 0.68% | 0.38% | - |
| XYZ | 4.7 | 2.9 | 11.62 | - |
| YUV | 48.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 97 | 0.35 | 0.68 | 0 | 0.62 | 269.09 | 0.52 | 0.25 |
| Hex | 3F | 1F | 61 | 23 | 44 | 0 | 3E | 10D | 34 | 19 |
| Octal | 77 | 37 | 141 | 43 | 104 | 0 | 76 | 415 | 64 | 31 |
| Binary | 111111 | 11111 | 1100001 | 100011 | 1000100 | 0 | 111110 | 100001101 | 110100 | 11001 |
Color Harmonies of #3F1F61
Complementary color
Monochromatic Colors of #3F1F61
Black with #3F1F61
Text Example
Text Example
White with #3F1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F61; }
p { color: rgb(63,31,97); }
H1.HeaderClassName
{
color: #3F1F61;
}
.AnyTagClassName
{
color: #3F1F61;
}
</style>
background-color css
<style>
a { background-color: #3F1F61; }
a { background-color: rgb(63,31,97); }
div.DivClassName
{
background-color: #3F1F61;
}
.BgClassName
{
background-color: #3F1F61;
}
</style>
border-color css
<style>
span { border-color: #3F1F61; }
span { border-color: rgb(63,31,97); }
td.TdClassName
{
border-color: #3F1F61;
}
.TagClassName
{
border-color: #3F1F61;
}
</style>