Shades of Christalle #3F146D
Tints of Christalle #3F146D
RGB
CMYK
RGB Variations
Color information
#3F146D (or 0x3F146D) is known color: Christalle. HEX triplet: 3F, 14 and 6D. RGB value is (63,20,109). Sum of RGB (Red+Green+Blue) = 63+20+109=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F146D is #C0EB92. Grayscale: #2A2A2A. Windows color (decimal): -12643219 or 7148607. OLE color: 7148607.
HSL color Cylindrical-coordinate representation of color #3F146D: hue angle of 268.99º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F146D is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 20 | 109 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.57 |
| HSL | 268.99º | 0.69% | 0.25% | - |
| HSV(B) | 268.99º | 0.82% | 0.43% | - |
| XYZ | 5.06 | 2.66 | 14.71 | - |
| YUV | 43 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 109 | 0.42 | 0.82 | 0 | 0.57 | 268.99 | 0.69 | 0.25 |
| Hex | 3F | 14 | 6D | 2A | 52 | 0 | 39 | 10D | 45 | 19 |
| Octal | 77 | 24 | 155 | 52 | 122 | 0 | 71 | 415 | 105 | 31 |
| Binary | 111111 | 10100 | 1101101 | 101010 | 1010010 | 0 | 111001 | 100001101 | 1000101 | 11001 |
Color Harmonies of #3F146D
Complementary color
Monochromatic Colors of #3F146D
Black with #3F146D
Text Example
Text Example
White with #3F146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F146D; }
p { color: rgb(63,20,109); }
H1.HeaderClassName
{
color: #3F146D;
}
.AnyTagClassName
{
color: #3F146D;
}
</style>
background-color css
<style>
a { background-color: #3F146D; }
a { background-color: rgb(63,20,109); }
div.DivClassName
{
background-color: #3F146D;
}
.BgClassName
{
background-color: #3F146D;
}
</style>
border-color css
<style>
span { border-color: #3F146D; }
span { border-color: rgb(63,20,109); }
td.TdClassName
{
border-color: #3F146D;
}
.TagClassName
{
border-color: #3F146D;
}
</style>