Shades of Christalle #3F2466
Tints of Christalle #3F2466
RGB
CMYK
RGB Variations
Color information
#3F2466 (or 0x3F2466) is known color: Christalle. HEX triplet: 3F, 24 and 66. RGB value is (63,36,102). Sum of RGB (Red+Green+Blue) = 63+36+102=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F2466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2466 is #C0DB99. Grayscale: #333333. Windows color (decimal): -12639130 or 6693951. OLE color: 6693951.
HSL color Cylindrical-coordinate representation of color #3F2466: hue angle of 264.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F2466 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 36 | 102 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.6 |
| HSL | 264.55º | 0.48% | 0.27% | - |
| HSV(B) | 264.55º | 0.65% | 0.4% | - |
| XYZ | 5.08 | 3.28 | 12.94 | - |
| YUV | 51.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 102 | 0.38 | 0.65 | 0 | 0.6 | 264.55 | 0.48 | 0.27 |
| Hex | 3F | 24 | 66 | 26 | 41 | 0 | 3C | 109 | 30 | 1B |
| Octal | 77 | 44 | 146 | 46 | 101 | 0 | 74 | 411 | 60 | 33 |
| Binary | 111111 | 100100 | 1100110 | 100110 | 1000001 | 0 | 111100 | 100001001 | 110000 | 11011 |
Color Harmonies of #3F2466
Complementary color
Monochromatic Colors of #3F2466
Black with #3F2466
Text Example
Text Example
White with #3F2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2466; }
p { color: rgb(63,36,102); }
H1.HeaderClassName
{
color: #3F2466;
}
.AnyTagClassName
{
color: #3F2466;
}
</style>
background-color css
<style>
a { background-color: #3F2466; }
a { background-color: rgb(63,36,102); }
div.DivClassName
{
background-color: #3F2466;
}
.BgClassName
{
background-color: #3F2466;
}
</style>
border-color css
<style>
span { border-color: #3F2466; }
span { border-color: rgb(63,36,102); }
td.TdClassName
{
border-color: #3F2466;
}
.TagClassName
{
border-color: #3F2466;
}
</style>