Shades of Christalle #3F1E60
Tints of Christalle #3F1E60
RGB
CMYK
RGB Variations
Color information
#3F1E60 (or 0x3F1E60) is known color: Christalle. HEX triplet: 3F, 1E and 60. RGB value is (63,30,96). Sum of RGB (Red+Green+Blue) = 63+30+96=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F1E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1E60 is #C0E19F. Grayscale: #2F2F2F. Windows color (decimal): -12640672 or 6299199. OLE color: 6299199.
HSL color Cylindrical-coordinate representation of color #3F1E60: hue angle of 270º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F1E60 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 30 | 96 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.62 |
| HSL | 270º | 0.52% | 0.25% | - |
| HSV(B) | 270º | 0.69% | 0.38% | - |
| XYZ | 4.63 | 2.83 | 11.37 | - |
| YUV | 47.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 96 | 0.34 | 0.69 | 0 | 0.62 | 270 | 0.52 | 0.25 |
| Hex | 3F | 1E | 60 | 22 | 45 | 0 | 3E | 10E | 34 | 19 |
| Octal | 77 | 36 | 140 | 42 | 105 | 0 | 76 | 416 | 64 | 31 |
| Binary | 111111 | 11110 | 1100000 | 100010 | 1000101 | 0 | 111110 | 100001110 | 110100 | 11001 |
Color Harmonies of #3F1E60
Complementary color
Monochromatic Colors of #3F1E60
Black with #3F1E60
Text Example
Text Example
White with #3F1E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1E60; }
p { color: rgb(63,30,96); }
H1.HeaderClassName
{
color: #3F1E60;
}
.AnyTagClassName
{
color: #3F1E60;
}
</style>
background-color css
<style>
a { background-color: #3F1E60; }
a { background-color: rgb(63,30,96); }
div.DivClassName
{
background-color: #3F1E60;
}
.BgClassName
{
background-color: #3F1E60;
}
</style>
border-color css
<style>
span { border-color: #3F1E60; }
span { border-color: rgb(63,30,96); }
td.TdClassName
{
border-color: #3F1E60;
}
.TagClassName
{
border-color: #3F1E60;
}
</style>