Shades of Christalle #3F0A59
Tints of Christalle #3F0A59
RGB
CMYK
RGB Variations
Color information
#3F0A59 (or 0x3F0A59) is known color: Christalle. HEX triplet: 3F, 0A and 59. RGB value is (63,10,89). Sum of RGB (Red+Green+Blue) = 63+10+89=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F0A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0A59 is #C0F5A6. Grayscale: #222222. Windows color (decimal): -12645799 or 5835327. OLE color: 5835327.
HSL color Cylindrical-coordinate representation of color #3F0A59: hue angle of 280.25º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0A59 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 10 | 89 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.65 |
| HSL | 280.25º | 0.8% | 0.19% | - |
| HSV(B) | 280.25º | 0.89% | 0.35% | - |
| XYZ | 3.96 | 2 | 9.63 | - |
| YUV | 34.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 89 | 0.29 | 0.89 | 0 | 0.65 | 280.25 | 0.8 | 0.19 |
| Hex | 3F | A | 59 | 1D | 59 | 0 | 41 | 118 | 50 | 13 |
| Octal | 77 | 12 | 131 | 35 | 131 | 0 | 101 | 430 | 120 | 23 |
| Binary | 111111 | 1010 | 1011001 | 11101 | 1011001 | 0 | 1000001 | 100011000 | 1010000 | 10011 |
Color Harmonies of #3F0A59
Complementary color
Monochromatic Colors of #3F0A59
Black with #3F0A59
Text Example
Text Example
White with #3F0A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A59; }
p { color: rgb(63,10,89); }
H1.HeaderClassName
{
color: #3F0A59;
}
.AnyTagClassName
{
color: #3F0A59;
}
</style>
background-color css
<style>
a { background-color: #3F0A59; }
a { background-color: rgb(63,10,89); }
div.DivClassName
{
background-color: #3F0A59;
}
.BgClassName
{
background-color: #3F0A59;
}
</style>
border-color css
<style>
span { border-color: #3F0A59; }
span { border-color: rgb(63,10,89); }
td.TdClassName
{
border-color: #3F0A59;
}
.TagClassName
{
border-color: #3F0A59;
}
</style>