Shades of Christalle #3F105B
Tints of Christalle #3F105B
RGB
CMYK
RGB Variations
Color information
#3F105B (or 0x3F105B) is known color: Christalle. HEX triplet: 3F, 10 and 5B. RGB value is (63,16,91). Sum of RGB (Red+Green+Blue) = 63+16+91=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F105B is #C0EFA4. Grayscale: #262626. Windows color (decimal): -12644261 or 5967935. OLE color: 5967935.
HSL color Cylindrical-coordinate representation of color #3F105B: hue angle of 277.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F105B is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 16 | 91 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.64 |
| HSL | 277.6º | 0.7% | 0.21% | - |
| HSV(B) | 277.6º | 0.82% | 0.36% | - |
| XYZ | 4.12 | 2.18 | 10.1 | - |
| YUV | 38.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 91 | 0.31 | 0.82 | 0 | 0.64 | 277.6 | 0.7 | 0.21 |
| Hex | 3F | 10 | 5B | 1F | 52 | 0 | 40 | 116 | 46 | 15 |
| Octal | 77 | 20 | 133 | 37 | 122 | 0 | 100 | 426 | 106 | 25 |
| Binary | 111111 | 10000 | 1011011 | 11111 | 1010010 | 0 | 1000000 | 100010110 | 1000110 | 10101 |
Color Harmonies of #3F105B
Complementary color
Monochromatic Colors of #3F105B
Black with #3F105B
Text Example
Text Example
White with #3F105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F105B; }
p { color: rgb(63,16,91); }
H1.HeaderClassName
{
color: #3F105B;
}
.AnyTagClassName
{
color: #3F105B;
}
</style>
background-color css
<style>
a { background-color: #3F105B; }
a { background-color: rgb(63,16,91); }
div.DivClassName
{
background-color: #3F105B;
}
.BgClassName
{
background-color: #3F105B;
}
</style>
border-color css
<style>
span { border-color: #3F105B; }
span { border-color: rgb(63,16,91); }
td.TdClassName
{
border-color: #3F105B;
}
.TagClassName
{
border-color: #3F105B;
}
</style>