Shades of Christalle #3F2A5F
Tints of Christalle #3F2A5F
RGB
CMYK
RGB Variations
Color information
#3F2A5F (or 0x3F2A5F) is known color: Christalle. HEX triplet: 3F, 2A and 5F. RGB value is (63,42,95). Sum of RGB (Red+Green+Blue) = 63+42+95=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F2A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A5F is #C0D5A0. Grayscale: #363636. Windows color (decimal): -12637601 or 6236735. OLE color: 6236735.
HSL color Cylindrical-coordinate representation of color #3F2A5F: hue angle of 263.77º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2A5F is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 42 | 95 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.63 |
| HSL | 263.77º | 0.39% | 0.27% | - |
| HSV(B) | 263.77º | 0.56% | 0.37% | - |
| XYZ | 4.94 | 3.54 | 11.25 | - |
| YUV | 54.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 95 | 0.34 | 0.56 | 0 | 0.63 | 263.77 | 0.39 | 0.27 |
| Hex | 3F | 2A | 5F | 22 | 38 | 0 | 3F | 108 | 27 | 1B |
| Octal | 77 | 52 | 137 | 42 | 70 | 0 | 77 | 410 | 47 | 33 |
| Binary | 111111 | 101010 | 1011111 | 100010 | 111000 | 0 | 111111 | 100001000 | 100111 | 11011 |
Color Harmonies of #3F2A5F
Complementary color
Monochromatic Colors of #3F2A5F
Black with #3F2A5F
Text Example
Text Example
White with #3F2A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A5F; }
p { color: rgb(63,42,95); }
H1.HeaderClassName
{
color: #3F2A5F;
}
.AnyTagClassName
{
color: #3F2A5F;
}
</style>
background-color css
<style>
a { background-color: #3F2A5F; }
a { background-color: rgb(63,42,95); }
div.DivClassName
{
background-color: #3F2A5F;
}
.BgClassName
{
background-color: #3F2A5F;
}
</style>
border-color css
<style>
span { border-color: #3F2A5F; }
span { border-color: rgb(63,42,95); }
td.TdClassName
{
border-color: #3F2A5F;
}
.TagClassName
{
border-color: #3F2A5F;
}
</style>