Shades of Christalle #3F1161
Tints of Christalle #3F1161
RGB
CMYK
RGB Variations
Color information
#3F1161 (or 0x3F1161) is known color: Christalle. HEX triplet: 3F, 11 and 61. RGB value is (63,17,97). Sum of RGB (Red+Green+Blue) = 63+17+97=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F1161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1161 is #C0EE9E. Grayscale: #272727. Windows color (decimal): -12643999 or 6361407. OLE color: 6361407.
HSL color Cylindrical-coordinate representation of color #3F1161: hue angle of 274.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1161 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 17 | 97 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.62 |
| HSL | 274.5º | 0.7% | 0.22% | - |
| HSV(B) | 274.5º | 0.82% | 0.38% | - |
| XYZ | 4.41 | 2.32 | 11.52 | - |
| YUV | 39.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 97 | 0.35 | 0.82 | 0 | 0.62 | 274.5 | 0.7 | 0.22 |
| Hex | 3F | 11 | 61 | 23 | 52 | 0 | 3E | 112 | 46 | 16 |
| Octal | 77 | 21 | 141 | 43 | 122 | 0 | 76 | 422 | 106 | 26 |
| Binary | 111111 | 10001 | 1100001 | 100011 | 1010010 | 0 | 111110 | 100010010 | 1000110 | 10110 |
Color Harmonies of #3F1161
Complementary color
Monochromatic Colors of #3F1161
Black with #3F1161
Text Example
Text Example
White with #3F1161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1161; }
p { color: rgb(63,17,97); }
H1.HeaderClassName
{
color: #3F1161;
}
.AnyTagClassName
{
color: #3F1161;
}
</style>
background-color css
<style>
a { background-color: #3F1161; }
a { background-color: rgb(63,17,97); }
div.DivClassName
{
background-color: #3F1161;
}
.BgClassName
{
background-color: #3F1161;
}
</style>
border-color css
<style>
span { border-color: #3F1161; }
span { border-color: rgb(63,17,97); }
td.TdClassName
{
border-color: #3F1161;
}
.TagClassName
{
border-color: #3F1161;
}
</style>