Shades of Christalle #3F1361
Tints of Christalle #3F1361
RGB
CMYK
RGB Variations
Color information
#3F1361 (or 0x3F1361) is known color: Christalle. HEX triplet: 3F, 13 and 61. RGB value is (63,19,97). Sum of RGB (Red+Green+Blue) = 63+19+97=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F1361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1361 is #C0EC9E. Grayscale: #282828. Windows color (decimal): -12643487 or 6361919. OLE color: 6361919.
HSL color Cylindrical-coordinate representation of color #3F1361: hue angle of 273.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F1361 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 19 | 97 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.62 |
| HSL | 273.85º | 0.67% | 0.23% | - |
| HSV(B) | 273.85º | 0.8% | 0.38% | - |
| XYZ | 4.44 | 2.39 | 11.54 | - |
| YUV | 41.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 97 | 0.35 | 0.80 | 0 | 0.62 | 273.85 | 0.67 | 0.23 |
| Hex | 3F | 13 | 61 | 23 | 50 | 0 | 3E | 112 | 43 | 17 |
| Octal | 77 | 23 | 141 | 43 | 120 | 0 | 76 | 422 | 103 | 27 |
| Binary | 111111 | 10011 | 1100001 | 100011 | 1010000 | 0 | 111110 | 100010010 | 1000011 | 10111 |
Color Harmonies of #3F1361
Complementary color
Monochromatic Colors of #3F1361
Black with #3F1361
Text Example
Text Example
White with #3F1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1361; }
p { color: rgb(63,19,97); }
H1.HeaderClassName
{
color: #3F1361;
}
.AnyTagClassName
{
color: #3F1361;
}
</style>
background-color css
<style>
a { background-color: #3F1361; }
a { background-color: rgb(63,19,97); }
div.DivClassName
{
background-color: #3F1361;
}
.BgClassName
{
background-color: #3F1361;
}
</style>
border-color css
<style>
span { border-color: #3F1361; }
span { border-color: rgb(63,19,97); }
td.TdClassName
{
border-color: #3F1361;
}
.TagClassName
{
border-color: #3F1361;
}
</style>