Shades of Christalle #3F195D
Tints of Christalle #3F195D
RGB
CMYK
RGB Variations
Color information
#3F195D (or 0x3F195D) is known color: Christalle. HEX triplet: 3F, 19 and 5D. RGB value is (63,25,93). Sum of RGB (Red+Green+Blue) = 63+25+93=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F195D is #C0E6A2. Grayscale: #2B2B2B. Windows color (decimal): -12641955 or 6101311. OLE color: 6101311.
HSL color Cylindrical-coordinate representation of color #3F195D: hue angle of 273.53º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F195D is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 25 | 93 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.64 |
| HSL | 273.53º | 0.58% | 0.23% | - |
| HSV(B) | 273.53º | 0.73% | 0.36% | - |
| XYZ | 4.37 | 2.54 | 10.62 | - |
| YUV | 44.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 93 | 0.32 | 0.73 | 0 | 0.64 | 273.53 | 0.58 | 0.23 |
| Hex | 3F | 19 | 5D | 20 | 49 | 0 | 40 | 112 | 3A | 17 |
| Octal | 77 | 31 | 135 | 40 | 111 | 0 | 100 | 422 | 72 | 27 |
| Binary | 111111 | 11001 | 1011101 | 100000 | 1001001 | 0 | 1000000 | 100010010 | 111010 | 10111 |
Color Harmonies of #3F195D
Complementary color
Monochromatic Colors of #3F195D
Black with #3F195D
Text Example
Text Example
White with #3F195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F195D; }
p { color: rgb(63,25,93); }
H1.HeaderClassName
{
color: #3F195D;
}
.AnyTagClassName
{
color: #3F195D;
}
</style>
background-color css
<style>
a { background-color: #3F195D; }
a { background-color: rgb(63,25,93); }
div.DivClassName
{
background-color: #3F195D;
}
.BgClassName
{
background-color: #3F195D;
}
</style>
border-color css
<style>
span { border-color: #3F195D; }
span { border-color: rgb(63,25,93); }
td.TdClassName
{
border-color: #3F195D;
}
.TagClassName
{
border-color: #3F195D;
}
</style>