Shades of Christalle #3E115D
Tints of Christalle #3E115D
RGB
CMYK
RGB Variations
Color information
#3E115D (or 0x3E115D) is known color: Christalle. HEX triplet: 3E, 11 and 5D. RGB value is (62,17,93). Sum of RGB (Red+Green+Blue) = 62+17+93=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E115D is #C1EEA2. Grayscale: #262626. Windows color (decimal): -12709539 or 6099262. OLE color: 6099262.
HSL color Cylindrical-coordinate representation of color #3E115D: hue angle of 275.53º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E115D is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 17 | 93 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.64 |
| HSL | 275.53º | 0.69% | 0.22% | - |
| HSV(B) | 275.53º | 0.82% | 0.36% | - |
| XYZ | 4.16 | 2.22 | 10.56 | - |
| YUV | 39.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 93 | 0.33 | 0.82 | 0 | 0.64 | 275.53 | 0.69 | 0.22 |
| Hex | 3E | 11 | 5D | 21 | 52 | 0 | 40 | 114 | 45 | 16 |
| Octal | 76 | 21 | 135 | 41 | 122 | 0 | 100 | 424 | 105 | 26 |
| Binary | 111110 | 10001 | 1011101 | 100001 | 1010010 | 0 | 1000000 | 100010100 | 1000101 | 10110 |
Color Harmonies of #3E115D
Complementary color
Monochromatic Colors of #3E115D
Black with #3E115D
Text Example
Text Example
White with #3E115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E115D; }
p { color: rgb(62,17,93); }
H1.HeaderClassName
{
color: #3E115D;
}
.AnyTagClassName
{
color: #3E115D;
}
</style>
background-color css
<style>
a { background-color: #3E115D; }
a { background-color: rgb(62,17,93); }
div.DivClassName
{
background-color: #3E115D;
}
.BgClassName
{
background-color: #3E115D;
}
</style>
border-color css
<style>
span { border-color: #3E115D; }
span { border-color: rgb(62,17,93); }
td.TdClassName
{
border-color: #3E115D;
}
.TagClassName
{
border-color: #3E115D;
}
</style>