Shades of Christalle #3F1363
Tints of Christalle #3F1363
RGB
CMYK
RGB Variations
Color information
#3F1363 (or 0x3F1363) is known color: Christalle. HEX triplet: 3F, 13 and 63. RGB value is (63,19,99). Sum of RGB (Red+Green+Blue) = 63+19+99=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1363 is #C0EC9C. Grayscale: #292929. Windows color (decimal): -12643485 or 6492991. OLE color: 6492991.
HSL color Cylindrical-coordinate representation of color #3F1363: hue angle of 273º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F1363 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 19 | 99 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.61 |
| HSL | 273º | 0.68% | 0.23% | - |
| HSV(B) | 273º | 0.81% | 0.39% | - |
| XYZ | 4.53 | 2.42 | 12.03 | - |
| YUV | 41.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 99 | 0.36 | 0.81 | 0 | 0.61 | 273 | 0.68 | 0.23 |
| Hex | 3F | 13 | 63 | 24 | 51 | 0 | 3D | 111 | 44 | 17 |
| Octal | 77 | 23 | 143 | 44 | 121 | 0 | 75 | 421 | 104 | 27 |
| Binary | 111111 | 10011 | 1100011 | 100100 | 1010001 | 0 | 111101 | 100010001 | 1000100 | 10111 |
Color Harmonies of #3F1363
Complementary color
Monochromatic Colors of #3F1363
Black with #3F1363
Text Example
Text Example
White with #3F1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1363; }
p { color: rgb(63,19,99); }
H1.HeaderClassName
{
color: #3F1363;
}
.AnyTagClassName
{
color: #3F1363;
}
</style>
background-color css
<style>
a { background-color: #3F1363; }
a { background-color: rgb(63,19,99); }
div.DivClassName
{
background-color: #3F1363;
}
.BgClassName
{
background-color: #3F1363;
}
</style>
border-color css
<style>
span { border-color: #3F1363; }
span { border-color: rgb(63,19,99); }
td.TdClassName
{
border-color: #3F1363;
}
.TagClassName
{
border-color: #3F1363;
}
</style>