Shades of Christalle #3F055E
Tints of Christalle #3F055E
RGB
CMYK
RGB Variations
Color information
#3F055E (or 0x3F055E) is known color: Christalle. HEX triplet: 3F, 05 and 5E. RGB value is (63,5,94). Sum of RGB (Red+Green+Blue) = 63+5+94=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F055E is #C0FAA1. Grayscale: #202020. Windows color (decimal): -12647074 or 6161727. OLE color: 6161727.
HSL color Cylindrical-coordinate representation of color #3F055E: hue angle of 279.1º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F055E is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 5 | 94 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.63 |
| HSL | 279.1º | 0.9% | 0.19% | - |
| HSV(B) | 279.1º | 0.95% | 0.37% | - |
| XYZ | 4.12 | 1.97 | 10.75 | - |
| YUV | 32.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 94 | 0.33 | 0.95 | 0 | 0.63 | 279.1 | 0.9 | 0.19 |
| Hex | 3F | 5 | 5E | 21 | 5F | 0 | 3F | 117 | 5A | 13 |
| Octal | 77 | 5 | 136 | 41 | 137 | 0 | 77 | 427 | 132 | 23 |
| Binary | 111111 | 101 | 1011110 | 100001 | 1011111 | 0 | 111111 | 100010111 | 1011010 | 10011 |
Color Harmonies of #3F055E
Complementary color
Monochromatic Colors of #3F055E
Black with #3F055E
Text Example
Text Example
White with #3F055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F055E; }
p { color: rgb(63,5,94); }
H1.HeaderClassName
{
color: #3F055E;
}
.AnyTagClassName
{
color: #3F055E;
}
</style>
background-color css
<style>
a { background-color: #3F055E; }
a { background-color: rgb(63,5,94); }
div.DivClassName
{
background-color: #3F055E;
}
.BgClassName
{
background-color: #3F055E;
}
</style>
border-color css
<style>
span { border-color: #3F055E; }
span { border-color: rgb(63,5,94); }
td.TdClassName
{
border-color: #3F055E;
}
.TagClassName
{
border-color: #3F055E;
}
</style>