Shades of Christalle #3F2068
Tints of Christalle #3F2068
RGB
CMYK
RGB Variations
Color information
#3F2068 (or 0x3F2068) is known color: Christalle. HEX triplet: 3F, 20 and 68. RGB value is (63,32,104). Sum of RGB (Red+Green+Blue) = 63+32+104=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2068 is #C0DF97. Grayscale: #313131. Windows color (decimal): -12640152 or 6823999. OLE color: 6823999.
HSL color Cylindrical-coordinate representation of color #3F2068: hue angle of 265.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F2068 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 32 | 104 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.59 |
| HSL | 265.83º | 0.53% | 0.27% | - |
| HSV(B) | 265.83º | 0.69% | 0.41% | - |
| XYZ | 5.07 | 3.09 | 13.43 | - |
| YUV | 49.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 104 | 0.39 | 0.69 | 0 | 0.59 | 265.83 | 0.53 | 0.27 |
| Hex | 3F | 20 | 68 | 27 | 45 | 0 | 3B | 10A | 35 | 1B |
| Octal | 77 | 40 | 150 | 47 | 105 | 0 | 73 | 412 | 65 | 33 |
| Binary | 111111 | 100000 | 1101000 | 100111 | 1000101 | 0 | 111011 | 100001010 | 110101 | 11011 |
Color Harmonies of #3F2068
Complementary color
Monochromatic Colors of #3F2068
Black with #3F2068
Text Example
Text Example
White with #3F2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2068; }
p { color: rgb(63,32,104); }
H1.HeaderClassName
{
color: #3F2068;
}
.AnyTagClassName
{
color: #3F2068;
}
</style>
background-color css
<style>
a { background-color: #3F2068; }
a { background-color: rgb(63,32,104); }
div.DivClassName
{
background-color: #3F2068;
}
.BgClassName
{
background-color: #3F2068;
}
</style>
border-color css
<style>
span { border-color: #3F2068; }
span { border-color: rgb(63,32,104); }
td.TdClassName
{
border-color: #3F2068;
}
.TagClassName
{
border-color: #3F2068;
}
</style>