Shades of Christalle #3F1F5F
Tints of Christalle #3F1F5F
RGB
CMYK
RGB Variations
Color information
#3F1F5F (or 0x3F1F5F) is known color: Christalle. HEX triplet: 3F, 1F and 5F. RGB value is (63,31,95). Sum of RGB (Red+Green+Blue) = 63+31+95=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F1F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1F5F is #C0E0A0. Grayscale: #2F2F2F. Windows color (decimal): -12640417 or 6233919. OLE color: 6233919.
HSL color Cylindrical-coordinate representation of color #3F1F5F: hue angle of 270º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F1F5F is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 31 | 95 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.63 |
| HSL | 270º | 0.51% | 0.25% | - |
| HSV(B) | 270º | 0.67% | 0.37% | - |
| XYZ | 4.61 | 2.86 | 11.14 | - |
| YUV | 47.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 95 | 0.34 | 0.67 | 0 | 0.63 | 270 | 0.51 | 0.25 |
| Hex | 3F | 1F | 5F | 22 | 43 | 0 | 3F | 10E | 33 | 19 |
| Octal | 77 | 37 | 137 | 42 | 103 | 0 | 77 | 416 | 63 | 31 |
| Binary | 111111 | 11111 | 1011111 | 100010 | 1000011 | 0 | 111111 | 100001110 | 110011 | 11001 |
Color Harmonies of #3F1F5F
Complementary color
Monochromatic Colors of #3F1F5F
Black with #3F1F5F
Text Example
Text Example
White with #3F1F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F5F; }
p { color: rgb(63,31,95); }
H1.HeaderClassName
{
color: #3F1F5F;
}
.AnyTagClassName
{
color: #3F1F5F;
}
</style>
background-color css
<style>
a { background-color: #3F1F5F; }
a { background-color: rgb(63,31,95); }
div.DivClassName
{
background-color: #3F1F5F;
}
.BgClassName
{
background-color: #3F1F5F;
}
</style>
border-color css
<style>
span { border-color: #3F1F5F; }
span { border-color: rgb(63,31,95); }
td.TdClassName
{
border-color: #3F1F5F;
}
.TagClassName
{
border-color: #3F1F5F;
}
</style>