Shades of Christalle #3F2662
Tints of Christalle #3F2662
RGB
CMYK
RGB Variations
Color information
#3F2662 (or 0x3F2662) is known color: Christalle. HEX triplet: 3F, 26 and 62. RGB value is (63,38,98). Sum of RGB (Red+Green+Blue) = 63+38+98=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F2662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2662 is #C0D99D. Grayscale: #343434. Windows color (decimal): -12638622 or 6432319. OLE color: 6432319.
HSL color Cylindrical-coordinate representation of color #3F2662: hue angle of 265º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F2662 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 38 | 98 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.62 |
| HSL | 265º | 0.44% | 0.27% | - |
| HSV(B) | 265º | 0.61% | 0.38% | - |
| XYZ | 4.95 | 3.32 | 11.94 | - |
| YUV | 52.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 98 | 0.36 | 0.61 | 0 | 0.62 | 265 | 0.44 | 0.27 |
| Hex | 3F | 26 | 62 | 24 | 3D | 0 | 3E | 109 | 2C | 1B |
| Octal | 77 | 46 | 142 | 44 | 75 | 0 | 76 | 411 | 54 | 33 |
| Binary | 111111 | 100110 | 1100010 | 100100 | 111101 | 0 | 111110 | 100001001 | 101100 | 11011 |
Color Harmonies of #3F2662
Complementary color
Monochromatic Colors of #3F2662
Black with #3F2662
Text Example
Text Example
White with #3F2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2662; }
p { color: rgb(63,38,98); }
H1.HeaderClassName
{
color: #3F2662;
}
.AnyTagClassName
{
color: #3F2662;
}
</style>
background-color css
<style>
a { background-color: #3F2662; }
a { background-color: rgb(63,38,98); }
div.DivClassName
{
background-color: #3F2662;
}
.BgClassName
{
background-color: #3F2662;
}
</style>
border-color css
<style>
span { border-color: #3F2662; }
span { border-color: rgb(63,38,98); }
td.TdClassName
{
border-color: #3F2662;
}
.TagClassName
{
border-color: #3F2662;
}
</style>