Shades of Christalle #3F2A59
Tints of Christalle #3F2A59
RGB
CMYK
RGB Variations
Color information
#3F2A59 (or 0x3F2A59) is known color: Christalle. HEX triplet: 3F, 2A and 59. RGB value is (63,42,89). Sum of RGB (Red+Green+Blue) = 63+42+89=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F2A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A59 is #C0D5A6. Grayscale: #353535. Windows color (decimal): -12637607 or 5843519. OLE color: 5843519.
HSL color Cylindrical-coordinate representation of color #3F2A59: hue angle of 266.81º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F2A59 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 42 | 89 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.65 |
| HSL | 266.81º | 0.36% | 0.26% | - |
| HSV(B) | 266.81º | 0.53% | 0.35% | - |
| XYZ | 4.68 | 3.43 | 9.87 | - |
| YUV | 53.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 89 | 0.29 | 0.53 | 0 | 0.65 | 266.81 | 0.36 | 0.26 |
| Hex | 3F | 2A | 59 | 1D | 35 | 0 | 41 | 10B | 24 | 1A |
| Octal | 77 | 52 | 131 | 35 | 65 | 0 | 101 | 413 | 44 | 32 |
| Binary | 111111 | 101010 | 1011001 | 11101 | 110101 | 0 | 1000001 | 100001011 | 100100 | 11010 |
Color Harmonies of #3F2A59
Complementary color
Monochromatic Colors of #3F2A59
Black with #3F2A59
Text Example
Text Example
White with #3F2A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A59; }
p { color: rgb(63,42,89); }
H1.HeaderClassName
{
color: #3F2A59;
}
.AnyTagClassName
{
color: #3F2A59;
}
</style>
background-color css
<style>
a { background-color: #3F2A59; }
a { background-color: rgb(63,42,89); }
div.DivClassName
{
background-color: #3F2A59;
}
.BgClassName
{
background-color: #3F2A59;
}
</style>
border-color css
<style>
span { border-color: #3F2A59; }
span { border-color: rgb(63,42,89); }
td.TdClassName
{
border-color: #3F2A59;
}
.TagClassName
{
border-color: #3F2A59;
}
</style>