Shades of Christalle #3F1562
Tints of Christalle #3F1562
RGB
CMYK
RGB Variations
Color information
#3F1562 (or 0x3F1562) is known color: Christalle. HEX triplet: 3F, 15 and 62. RGB value is (63,21,98). Sum of RGB (Red+Green+Blue) = 63+21+98=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F1562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1562 is #C0EA9D. Grayscale: #2A2A2A. Windows color (decimal): -12642974 or 6427967. OLE color: 6427967.
HSL color Cylindrical-coordinate representation of color #3F1562: hue angle of 272.73º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1562 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 21 | 98 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.62 |
| HSL | 272.73º | 0.65% | 0.23% | - |
| HSV(B) | 272.73º | 0.79% | 0.38% | - |
| XYZ | 4.52 | 2.47 | 11.79 | - |
| YUV | 42.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 98 | 0.36 | 0.79 | 0 | 0.62 | 272.73 | 0.65 | 0.23 |
| Hex | 3F | 15 | 62 | 24 | 4F | 0 | 3E | 111 | 41 | 17 |
| Octal | 77 | 25 | 142 | 44 | 117 | 0 | 76 | 421 | 101 | 27 |
| Binary | 111111 | 10101 | 1100010 | 100100 | 1001111 | 0 | 111110 | 100010001 | 1000001 | 10111 |
Color Harmonies of #3F1562
Complementary color
Monochromatic Colors of #3F1562
Black with #3F1562
Text Example
Text Example
White with #3F1562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1562; }
p { color: rgb(63,21,98); }
H1.HeaderClassName
{
color: #3F1562;
}
.AnyTagClassName
{
color: #3F1562;
}
</style>
background-color css
<style>
a { background-color: #3F1562; }
a { background-color: rgb(63,21,98); }
div.DivClassName
{
background-color: #3F1562;
}
.BgClassName
{
background-color: #3F1562;
}
</style>
border-color css
<style>
span { border-color: #3F1562; }
span { border-color: rgb(63,21,98); }
td.TdClassName
{
border-color: #3F1562;
}
.TagClassName
{
border-color: #3F1562;
}
</style>