Shades of Christalle #3F085F
Tints of Christalle #3F085F
RGB
CMYK
RGB Variations
Color information
#3F085F (or 0x3F085F) is known color: Christalle. HEX triplet: 3F, 08 and 5F. RGB value is (63,8,95). Sum of RGB (Red+Green+Blue) = 63+8+95=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F085F is #C0F7A0. Grayscale: #222222. Windows color (decimal): -12646305 or 6228031. OLE color: 6228031.
HSL color Cylindrical-coordinate representation of color #3F085F: hue angle of 277.93º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F085F is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 8 | 95 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.63 |
| HSL | 277.93º | 0.84% | 0.2% | - |
| HSV(B) | 277.93º | 0.92% | 0.37% | - |
| XYZ | 4.2 | 2.06 | 11 | - |
| YUV | 34.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 95 | 0.34 | 0.92 | 0 | 0.63 | 277.93 | 0.84 | 0.2 |
| Hex | 3F | 8 | 5F | 22 | 5C | 0 | 3F | 116 | 54 | 14 |
| Octal | 77 | 10 | 137 | 42 | 134 | 0 | 77 | 426 | 124 | 24 |
| Binary | 111111 | 1000 | 1011111 | 100010 | 1011100 | 0 | 111111 | 100010110 | 1010100 | 10100 |
Color Harmonies of #3F085F
Complementary color
Monochromatic Colors of #3F085F
Black with #3F085F
Text Example
Text Example
White with #3F085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F085F; }
p { color: rgb(63,8,95); }
H1.HeaderClassName
{
color: #3F085F;
}
.AnyTagClassName
{
color: #3F085F;
}
</style>
background-color css
<style>
a { background-color: #3F085F; }
a { background-color: rgb(63,8,95); }
div.DivClassName
{
background-color: #3F085F;
}
.BgClassName
{
background-color: #3F085F;
}
</style>
border-color css
<style>
span { border-color: #3F085F; }
span { border-color: rgb(63,8,95); }
td.TdClassName
{
border-color: #3F085F;
}
.TagClassName
{
border-color: #3F085F;
}
</style>