Shades of Christalle #3F1960
Tints of Christalle #3F1960
RGB
CMYK
RGB Variations
Color information
#3F1960 (or 0x3F1960) is known color: Christalle. HEX triplet: 3F, 19 and 60. RGB value is (63,25,96). Sum of RGB (Red+Green+Blue) = 63+25+96=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F1960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1960 is #C0E69F. Grayscale: #2C2C2C. Windows color (decimal): -12641952 or 6297919. OLE color: 6297919.
HSL color Cylindrical-coordinate representation of color #3F1960: hue angle of 272.11º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F1960 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 25 | 96 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.62 |
| HSL | 272.11º | 0.59% | 0.24% | - |
| HSV(B) | 272.11º | 0.74% | 0.38% | - |
| XYZ | 4.51 | 2.6 | 11.33 | - |
| YUV | 44.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 96 | 0.34 | 0.74 | 0 | 0.62 | 272.11 | 0.59 | 0.24 |
| Hex | 3F | 19 | 60 | 22 | 4A | 0 | 3E | 110 | 3B | 18 |
| Octal | 77 | 31 | 140 | 42 | 112 | 0 | 76 | 420 | 73 | 30 |
| Binary | 111111 | 11001 | 1100000 | 100010 | 1001010 | 0 | 111110 | 100010000 | 111011 | 11000 |
Color Harmonies of #3F1960
Complementary color
Monochromatic Colors of #3F1960
Black with #3F1960
Text Example
Text Example
White with #3F1960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1960; }
p { color: rgb(63,25,96); }
H1.HeaderClassName
{
color: #3F1960;
}
.AnyTagClassName
{
color: #3F1960;
}
</style>
background-color css
<style>
a { background-color: #3F1960; }
a { background-color: rgb(63,25,96); }
div.DivClassName
{
background-color: #3F1960;
}
.BgClassName
{
background-color: #3F1960;
}
</style>
border-color css
<style>
span { border-color: #3F1960; }
span { border-color: rgb(63,25,96); }
td.TdClassName
{
border-color: #3F1960;
}
.TagClassName
{
border-color: #3F1960;
}
</style>