Shades of Christalle #3F1F68
Tints of Christalle #3F1F68
RGB
CMYK
RGB Variations
Color information
#3F1F68 (or 0x3F1F68) is known color: Christalle. HEX triplet: 3F, 1F and 68. RGB value is (63,31,104). Sum of RGB (Red+Green+Blue) = 63+31+104=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F1F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1F68 is #C0E097. Grayscale: #303030. Windows color (decimal): -12640408 or 6823743. OLE color: 6823743.
HSL color Cylindrical-coordinate representation of color #3F1F68: hue angle of 266.3º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1F68 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 31 | 104 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.59 |
| HSL | 266.3º | 0.54% | 0.26% | - |
| HSV(B) | 266.3º | 0.7% | 0.41% | - |
| XYZ | 5.04 | 3.04 | 13.42 | - |
| YUV | 48.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 104 | 0.39 | 0.70 | 0 | 0.59 | 266.3 | 0.54 | 0.26 |
| Hex | 3F | 1F | 68 | 27 | 46 | 0 | 3B | 10A | 36 | 1A |
| Octal | 77 | 37 | 150 | 47 | 106 | 0 | 73 | 412 | 66 | 32 |
| Binary | 111111 | 11111 | 1101000 | 100111 | 1000110 | 0 | 111011 | 100001010 | 110110 | 11010 |
Color Harmonies of #3F1F68
Complementary color
Monochromatic Colors of #3F1F68
Black with #3F1F68
Text Example
Text Example
White with #3F1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F68; }
p { color: rgb(63,31,104); }
H1.HeaderClassName
{
color: #3F1F68;
}
.AnyTagClassName
{
color: #3F1F68;
}
</style>
background-color css
<style>
a { background-color: #3F1F68; }
a { background-color: rgb(63,31,104); }
div.DivClassName
{
background-color: #3F1F68;
}
.BgClassName
{
background-color: #3F1F68;
}
</style>
border-color css
<style>
span { border-color: #3F1F68; }
span { border-color: rgb(63,31,104); }
td.TdClassName
{
border-color: #3F1F68;
}
.TagClassName
{
border-color: #3F1F68;
}
</style>