Shades of Christalle #3F145F
Tints of Christalle #3F145F
RGB
CMYK
RGB Variations
Color information
#3F145F (or 0x3F145F) is known color: Christalle. HEX triplet: 3F, 14 and 5F. RGB value is (63,20,95). Sum of RGB (Red+Green+Blue) = 63+20+95=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F145F is #C0EBA0. Grayscale: #292929. Windows color (decimal): -12643233 or 6231103. OLE color: 6231103.
HSL color Cylindrical-coordinate representation of color #3F145F: hue angle of 274.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F145F is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 20 | 95 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.63 |
| HSL | 274.4º | 0.65% | 0.23% | - |
| HSV(B) | 274.4º | 0.79% | 0.37% | - |
| XYZ | 4.37 | 2.38 | 11.06 | - |
| YUV | 41.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 95 | 0.34 | 0.79 | 0 | 0.63 | 274.4 | 0.65 | 0.23 |
| Hex | 3F | 14 | 5F | 22 | 4F | 0 | 3F | 112 | 41 | 17 |
| Octal | 77 | 24 | 137 | 42 | 117 | 0 | 77 | 422 | 101 | 27 |
| Binary | 111111 | 10100 | 1011111 | 100010 | 1001111 | 0 | 111111 | 100010010 | 1000001 | 10111 |
Color Harmonies of #3F145F
Complementary color
Monochromatic Colors of #3F145F
Black with #3F145F
Text Example
Text Example
White with #3F145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F145F; }
p { color: rgb(63,20,95); }
H1.HeaderClassName
{
color: #3F145F;
}
.AnyTagClassName
{
color: #3F145F;
}
</style>
background-color css
<style>
a { background-color: #3F145F; }
a { background-color: rgb(63,20,95); }
div.DivClassName
{
background-color: #3F145F;
}
.BgClassName
{
background-color: #3F145F;
}
</style>
border-color css
<style>
span { border-color: #3F145F; }
span { border-color: rgb(63,20,95); }
td.TdClassName
{
border-color: #3F145F;
}
.TagClassName
{
border-color: #3F145F;
}
</style>