Shades of Christalle #3F2559
Tints of Christalle #3F2559
RGB
CMYK
RGB Variations
Color information
#3F2559 (or 0x3F2559) is known color: Christalle. HEX triplet: 3F, 25 and 59. RGB value is (63,37,89). Sum of RGB (Red+Green+Blue) = 63+37+89=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2559 is #C0DAA6. Grayscale: #323232. Windows color (decimal): -12638887 or 5842239. OLE color: 5842239.
HSL color Cylindrical-coordinate representation of color #3F2559: hue angle of 270º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F2559 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 37 | 89 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.65 |
| HSL | 270º | 0.41% | 0.25% | - |
| HSV(B) | 270º | 0.58% | 0.35% | - |
| XYZ | 4.51 | 3.1 | 9.81 | - |
| YUV | 50.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 89 | 0.29 | 0.58 | 0 | 0.65 | 270 | 0.41 | 0.25 |
| Hex | 3F | 25 | 59 | 1D | 3A | 0 | 41 | 10E | 29 | 19 |
| Octal | 77 | 45 | 131 | 35 | 72 | 0 | 101 | 416 | 51 | 31 |
| Binary | 111111 | 100101 | 1011001 | 11101 | 111010 | 0 | 1000001 | 100001110 | 101001 | 11001 |
Color Harmonies of #3F2559
Complementary color
Monochromatic Colors of #3F2559
Black with #3F2559
Text Example
Text Example
White with #3F2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2559; }
p { color: rgb(63,37,89); }
H1.HeaderClassName
{
color: #3F2559;
}
.AnyTagClassName
{
color: #3F2559;
}
</style>
background-color css
<style>
a { background-color: #3F2559; }
a { background-color: rgb(63,37,89); }
div.DivClassName
{
background-color: #3F2559;
}
.BgClassName
{
background-color: #3F2559;
}
</style>
border-color css
<style>
span { border-color: #3F2559; }
span { border-color: rgb(63,37,89); }
td.TdClassName
{
border-color: #3F2559;
}
.TagClassName
{
border-color: #3F2559;
}
</style>