Shades of Christalle #3F1D5B
Tints of Christalle #3F1D5B
RGB
CMYK
RGB Variations
Color information
#3F1D5B (or 0x3F1D5B) is known color: Christalle. HEX triplet: 3F, 1D and 5B. RGB value is (63,29,91). Sum of RGB (Red+Green+Blue) = 63+29+91=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F1D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1D5B is #C0E2A4. Grayscale: #2E2E2E. Windows color (decimal): -12640933 or 5971263. OLE color: 5971263.
HSL color Cylindrical-coordinate representation of color #3F1D5B: hue angle of 272.9º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F1D5B is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 29 | 91 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.64 |
| HSL | 272.9º | 0.52% | 0.24% | - |
| HSV(B) | 272.9º | 0.68% | 0.36% | - |
| XYZ | 4.38 | 2.69 | 10.19 | - |
| YUV | 46.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 91 | 0.31 | 0.68 | 0 | 0.64 | 272.9 | 0.52 | 0.24 |
| Hex | 3F | 1D | 5B | 1F | 44 | 0 | 40 | 111 | 34 | 18 |
| Octal | 77 | 35 | 133 | 37 | 104 | 0 | 100 | 421 | 64 | 30 |
| Binary | 111111 | 11101 | 1011011 | 11111 | 1000100 | 0 | 1000000 | 100010001 | 110100 | 11000 |
Color Harmonies of #3F1D5B
Complementary color
Monochromatic Colors of #3F1D5B
Black with #3F1D5B
Text Example
Text Example
White with #3F1D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D5B; }
p { color: rgb(63,29,91); }
H1.HeaderClassName
{
color: #3F1D5B;
}
.AnyTagClassName
{
color: #3F1D5B;
}
</style>
background-color css
<style>
a { background-color: #3F1D5B; }
a { background-color: rgb(63,29,91); }
div.DivClassName
{
background-color: #3F1D5B;
}
.BgClassName
{
background-color: #3F1D5B;
}
</style>
border-color css
<style>
span { border-color: #3F1D5B; }
span { border-color: rgb(63,29,91); }
td.TdClassName
{
border-color: #3F1D5B;
}
.TagClassName
{
border-color: #3F1D5B;
}
</style>