Shades of Christalle #3F235B
Tints of Christalle #3F235B
RGB
CMYK
RGB Variations
Color information
#3F235B (or 0x3F235B) is known color: Christalle. HEX triplet: 3F, 23 and 5B. RGB value is (63,35,91). Sum of RGB (Red+Green+Blue) = 63+35+91=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F235B is #C0DCA4. Grayscale: #313131. Windows color (decimal): -12639397 or 5972799. OLE color: 5972799.
HSL color Cylindrical-coordinate representation of color #3F235B: hue angle of 270º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F235B is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 35 | 91 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.64 |
| HSL | 270º | 0.44% | 0.25% | - |
| HSV(B) | 270º | 0.62% | 0.36% | - |
| XYZ | 4.54 | 3.01 | 10.24 | - |
| YUV | 49.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 91 | 0.31 | 0.62 | 0 | 0.64 | 270 | 0.44 | 0.25 |
| Hex | 3F | 23 | 5B | 1F | 3E | 0 | 40 | 10E | 2C | 19 |
| Octal | 77 | 43 | 133 | 37 | 76 | 0 | 100 | 416 | 54 | 31 |
| Binary | 111111 | 100011 | 1011011 | 11111 | 111110 | 0 | 1000000 | 100001110 | 101100 | 11001 |
Color Harmonies of #3F235B
Complementary color
Monochromatic Colors of #3F235B
Black with #3F235B
Text Example
Text Example
White with #3F235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F235B; }
p { color: rgb(63,35,91); }
H1.HeaderClassName
{
color: #3F235B;
}
.AnyTagClassName
{
color: #3F235B;
}
</style>
background-color css
<style>
a { background-color: #3F235B; }
a { background-color: rgb(63,35,91); }
div.DivClassName
{
background-color: #3F235B;
}
.BgClassName
{
background-color: #3F235B;
}
</style>
border-color css
<style>
span { border-color: #3F235B; }
span { border-color: rgb(63,35,91); }
td.TdClassName
{
border-color: #3F235B;
}
.TagClassName
{
border-color: #3F235B;
}
</style>