Shades of Christalle #3F1967
Tints of Christalle #3F1967
RGB
CMYK
RGB Variations
Color information
#3F1967 (or 0x3F1967) is known color: Christalle. HEX triplet: 3F, 19 and 67. RGB value is (63,25,103). Sum of RGB (Red+Green+Blue) = 63+25+103=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F1967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1967 is #C0E698. Grayscale: #2C2C2C. Windows color (decimal): -12641945 or 6756671. OLE color: 6756671.
HSL color Cylindrical-coordinate representation of color #3F1967: hue angle of 269.23º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F1967 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 25 | 103 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.60 |
| HSL | 269.23º | 0.61% | 0.25% | - |
| HSV(B) | 269.23º | 0.76% | 0.4% | - |
| XYZ | 4.85 | 2.73 | 13.1 | - |
| YUV | 45.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 103 | 0.39 | 0.76 | 0 | 0.60 | 269.23 | 0.61 | 0.25 |
| Hex | 3F | 19 | 67 | 27 | 4C | 0 | 3C | 10D | 3D | 19 |
| Octal | 77 | 31 | 147 | 47 | 114 | 0 | 74 | 415 | 75 | 31 |
| Binary | 111111 | 11001 | 1100111 | 100111 | 1001100 | 0 | 111100 | 100001101 | 111101 | 11001 |
Color Harmonies of #3F1967
Complementary color
Monochromatic Colors of #3F1967
Black with #3F1967
Text Example
Text Example
White with #3F1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1967; }
p { color: rgb(63,25,103); }
H1.HeaderClassName
{
color: #3F1967;
}
.AnyTagClassName
{
color: #3F1967;
}
</style>
background-color css
<style>
a { background-color: #3F1967; }
a { background-color: rgb(63,25,103); }
div.DivClassName
{
background-color: #3F1967;
}
.BgClassName
{
background-color: #3F1967;
}
</style>
border-color css
<style>
span { border-color: #3F1967; }
span { border-color: rgb(63,25,103); }
td.TdClassName
{
border-color: #3F1967;
}
.TagClassName
{
border-color: #3F1967;
}
</style>