Shades of Christalle #3F105F
Tints of Christalle #3F105F
RGB
CMYK
RGB Variations
Color information
#3F105F (or 0x3F105F) is known color: Christalle. HEX triplet: 3F, 10 and 5F. RGB value is (63,16,95). Sum of RGB (Red+Green+Blue) = 63+16+95=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F105F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F105F is #C0EFA0. Grayscale: #262626. Windows color (decimal): -12644257 or 6230079. OLE color: 6230079.
HSL color Cylindrical-coordinate representation of color #3F105F: hue angle of 275.7º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F105F is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 16 | 95 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.63 |
| HSL | 275.7º | 0.71% | 0.22% | - |
| HSV(B) | 275.7º | 0.83% | 0.37% | - |
| XYZ | 4.3 | 2.25 | 11.03 | - |
| YUV | 39.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 95 | 0.34 | 0.83 | 0 | 0.63 | 275.7 | 0.71 | 0.22 |
| Hex | 3F | 10 | 5F | 22 | 53 | 0 | 3F | 114 | 47 | 16 |
| Octal | 77 | 20 | 137 | 42 | 123 | 0 | 77 | 424 | 107 | 26 |
| Binary | 111111 | 10000 | 1011111 | 100010 | 1010011 | 0 | 111111 | 100010100 | 1000111 | 10110 |
Color Harmonies of #3F105F
Complementary color
Monochromatic Colors of #3F105F
Black with #3F105F
Text Example
Text Example
White with #3F105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F105F; }
p { color: rgb(63,16,95); }
H1.HeaderClassName
{
color: #3F105F;
}
.AnyTagClassName
{
color: #3F105F;
}
</style>
background-color css
<style>
a { background-color: #3F105F; }
a { background-color: rgb(63,16,95); }
div.DivClassName
{
background-color: #3F105F;
}
.BgClassName
{
background-color: #3F105F;
}
</style>
border-color css
<style>
span { border-color: #3F105F; }
span { border-color: rgb(63,16,95); }
td.TdClassName
{
border-color: #3F105F;
}
.TagClassName
{
border-color: #3F105F;
}
</style>