Shades of Christalle #3E195D
Tints of Christalle #3E195D
RGB
CMYK
RGB Variations
Color information
#3E195D (or 0x3E195D) is known color: Christalle. HEX triplet: 3E, 19 and 5D. RGB value is (62,25,93). Sum of RGB (Red+Green+Blue) = 62+25+93=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E195D is #C1E6A2. Grayscale: #2B2B2B. Windows color (decimal): -12707491 or 6101310. OLE color: 6101310.
HSL color Cylindrical-coordinate representation of color #3E195D: hue angle of 272.65º 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 #3E195D is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 25 | 93 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.64 |
| HSL | 272.65º | 0.58% | 0.23% | - |
| HSV(B) | 272.65º | 0.73% | 0.36% | - |
| XYZ | 4.31 | 2.51 | 10.61 | - |
| YUV | 43.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 93 | 0.33 | 0.73 | 0 | 0.64 | 272.65 | 0.58 | 0.23 |
| Hex | 3E | 19 | 5D | 21 | 49 | 0 | 40 | 111 | 3A | 17 |
| Octal | 76 | 31 | 135 | 41 | 111 | 0 | 100 | 421 | 72 | 27 |
| Binary | 111110 | 11001 | 1011101 | 100001 | 1001001 | 0 | 1000000 | 100010001 | 111010 | 10111 |
Color Harmonies of #3E195D
Complementary color
Monochromatic Colors of #3E195D
Black with #3E195D
Text Example
Text Example
White with #3E195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E195D; }
p { color: rgb(62,25,93); }
H1.HeaderClassName
{
color: #3E195D;
}
.AnyTagClassName
{
color: #3E195D;
}
</style>
background-color css
<style>
a { background-color: #3E195D; }
a { background-color: rgb(62,25,93); }
div.DivClassName
{
background-color: #3E195D;
}
.BgClassName
{
background-color: #3E195D;
}
</style>
border-color css
<style>
span { border-color: #3E195D; }
span { border-color: rgb(62,25,93); }
td.TdClassName
{
border-color: #3E195D;
}
.TagClassName
{
border-color: #3E195D;
}
</style>