Shades of Christalle #3F2561
Tints of Christalle #3F2561
RGB
CMYK
RGB Variations
Color information
#3F2561 (or 0x3F2561) is known color: Christalle. HEX triplet: 3F, 25 and 61. RGB value is (63,37,97). Sum of RGB (Red+Green+Blue) = 63+37+97=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F2561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2561 is #C0DA9E. Grayscale: #333333. Windows color (decimal): -12638879 or 6366527. OLE color: 6366527.
HSL color Cylindrical-coordinate representation of color #3F2561: hue angle of 266º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F2561 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 37 | 97 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.62 |
| HSL | 266º | 0.45% | 0.26% | - |
| HSV(B) | 266º | 0.62% | 0.38% | - |
| XYZ | 4.87 | 3.24 | 11.68 | - |
| YUV | 51.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 97 | 0.35 | 0.62 | 0 | 0.62 | 266 | 0.45 | 0.26 |
| Hex | 3F | 25 | 61 | 23 | 3E | 0 | 3E | 10A | 2D | 1A |
| Octal | 77 | 45 | 141 | 43 | 76 | 0 | 76 | 412 | 55 | 32 |
| Binary | 111111 | 100101 | 1100001 | 100011 | 111110 | 0 | 111110 | 100001010 | 101101 | 11010 |
Color Harmonies of #3F2561
Complementary color
Monochromatic Colors of #3F2561
Black with #3F2561
Text Example
Text Example
White with #3F2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2561; }
p { color: rgb(63,37,97); }
H1.HeaderClassName
{
color: #3F2561;
}
.AnyTagClassName
{
color: #3F2561;
}
</style>
background-color css
<style>
a { background-color: #3F2561; }
a { background-color: rgb(63,37,97); }
div.DivClassName
{
background-color: #3F2561;
}
.BgClassName
{
background-color: #3F2561;
}
</style>
border-color css
<style>
span { border-color: #3F2561; }
span { border-color: rgb(63,37,97); }
td.TdClassName
{
border-color: #3F2561;
}
.TagClassName
{
border-color: #3F2561;
}
</style>