Shades of Christalle #3F255B
Tints of Christalle #3F255B
RGB
CMYK
RGB Variations
Color information
#3F255B (or 0x3F255B) is known color: Christalle. HEX triplet: 3F, 25 and 5B. RGB value is (63,37,91). Sum of RGB (Red+Green+Blue) = 63+37+91=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F255B is #C0DAA4. Grayscale: #323232. Windows color (decimal): -12638885 or 5973311. OLE color: 5973311.
HSL color Cylindrical-coordinate representation of color #3F255B: hue angle of 268.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F255B is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 37 | 91 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.64 |
| HSL | 268.89º | 0.42% | 0.25% | - |
| HSV(B) | 268.89º | 0.59% | 0.36% | - |
| XYZ | 4.6 | 3.14 | 10.26 | - |
| YUV | 50.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 91 | 0.31 | 0.59 | 0 | 0.64 | 268.89 | 0.42 | 0.25 |
| Hex | 3F | 25 | 5B | 1F | 3B | 0 | 40 | 10D | 2A | 19 |
| Octal | 77 | 45 | 133 | 37 | 73 | 0 | 100 | 415 | 52 | 31 |
| Binary | 111111 | 100101 | 1011011 | 11111 | 111011 | 0 | 1000000 | 100001101 | 101010 | 11001 |
Color Harmonies of #3F255B
Complementary color
Monochromatic Colors of #3F255B
Black with #3F255B
Text Example
Text Example
White with #3F255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F255B; }
p { color: rgb(63,37,91); }
H1.HeaderClassName
{
color: #3F255B;
}
.AnyTagClassName
{
color: #3F255B;
}
</style>
background-color css
<style>
a { background-color: #3F255B; }
a { background-color: rgb(63,37,91); }
div.DivClassName
{
background-color: #3F255B;
}
.BgClassName
{
background-color: #3F255B;
}
</style>
border-color css
<style>
span { border-color: #3F255B; }
span { border-color: rgb(63,37,91); }
td.TdClassName
{
border-color: #3F255B;
}
.TagClassName
{
border-color: #3F255B;
}
</style>