Shades of Christalle #3F1168
Tints of Christalle #3F1168
RGB
CMYK
RGB Variations
Color information
#3F1168 (or 0x3F1168) is known color: Christalle. HEX triplet: 3F, 11 and 68. RGB value is (63,17,104). Sum of RGB (Red+Green+Blue) = 63+17+104=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1168 is #C0EE97. Grayscale: #282828. Windows color (decimal): -12643992 or 6820159. OLE color: 6820159.
HSL color Cylindrical-coordinate representation of color #3F1168: hue angle of 271.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1168 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 17 | 104 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.59 |
| HSL | 271.72º | 0.72% | 0.24% | - |
| HSV(B) | 271.72º | 0.84% | 0.41% | - |
| XYZ | 4.75 | 2.46 | 13.32 | - |
| YUV | 40.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 104 | 0.39 | 0.84 | 0 | 0.59 | 271.72 | 0.72 | 0.24 |
| Hex | 3F | 11 | 68 | 27 | 54 | 0 | 3B | 110 | 48 | 18 |
| Octal | 77 | 21 | 150 | 47 | 124 | 0 | 73 | 420 | 110 | 30 |
| Binary | 111111 | 10001 | 1101000 | 100111 | 1010100 | 0 | 111011 | 100010000 | 1001000 | 11000 |
Color Harmonies of #3F1168
Complementary color
Monochromatic Colors of #3F1168
Black with #3F1168
Text Example
Text Example
White with #3F1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1168; }
p { color: rgb(63,17,104); }
H1.HeaderClassName
{
color: #3F1168;
}
.AnyTagClassName
{
color: #3F1168;
}
</style>
background-color css
<style>
a { background-color: #3F1168; }
a { background-color: rgb(63,17,104); }
div.DivClassName
{
background-color: #3F1168;
}
.BgClassName
{
background-color: #3F1168;
}
</style>
border-color css
<style>
span { border-color: #3F1168; }
span { border-color: rgb(63,17,104); }
td.TdClassName
{
border-color: #3F1168;
}
.TagClassName
{
border-color: #3F1168;
}
</style>