Shades of Christalle #3F105D
Tints of Christalle #3F105D
RGB
CMYK
RGB Variations
Color information
#3F105D (or 0x3F105D) is known color: Christalle. HEX triplet: 3F, 10 and 5D. RGB value is (63,16,93). Sum of RGB (Red+Green+Blue) = 63+16+93=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F105D is #C0EFA2. Grayscale: #262626. Windows color (decimal): -12644259 or 6099007. OLE color: 6099007.
HSL color Cylindrical-coordinate representation of color #3F105D: hue angle of 276.62º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F105D is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 16 | 93 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.64 |
| HSL | 276.62º | 0.71% | 0.21% | - |
| HSV(B) | 276.62º | 0.83% | 0.36% | - |
| XYZ | 4.21 | 2.22 | 10.56 | - |
| YUV | 38.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 93 | 0.32 | 0.83 | 0 | 0.64 | 276.62 | 0.71 | 0.21 |
| Hex | 3F | 10 | 5D | 20 | 53 | 0 | 40 | 115 | 47 | 15 |
| Octal | 77 | 20 | 135 | 40 | 123 | 0 | 100 | 425 | 107 | 25 |
| Binary | 111111 | 10000 | 1011101 | 100000 | 1010011 | 0 | 1000000 | 100010101 | 1000111 | 10101 |
Color Harmonies of #3F105D
Complementary color
Monochromatic Colors of #3F105D
Black with #3F105D
Text Example
Text Example
White with #3F105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F105D; }
p { color: rgb(63,16,93); }
H1.HeaderClassName
{
color: #3F105D;
}
.AnyTagClassName
{
color: #3F105D;
}
</style>
background-color css
<style>
a { background-color: #3F105D; }
a { background-color: rgb(63,16,93); }
div.DivClassName
{
background-color: #3F105D;
}
.BgClassName
{
background-color: #3F105D;
}
</style>
border-color css
<style>
span { border-color: #3F105D; }
span { border-color: rgb(63,16,93); }
td.TdClassName
{
border-color: #3F105D;
}
.TagClassName
{
border-color: #3F105D;
}
</style>