Shades of Christalle #3E115C
Tints of Christalle #3E115C
RGB
CMYK
RGB Variations
Color information
#3E115C (or 0x3E115C) is known color: Christalle. HEX triplet: 3E, 11 and 5C. RGB value is (62,17,92). Sum of RGB (Red+Green+Blue) = 62+17+92=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E115C is #C1EEA3. Grayscale: #262626. Windows color (decimal): -12709540 or 6033726. OLE color: 6033726.
HSL color Cylindrical-coordinate representation of color #3E115C: hue angle of 276º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E115C is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 17 | 92 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.64 |
| HSL | 276º | 0.69% | 0.21% | - |
| HSV(B) | 276º | 0.82% | 0.36% | - |
| XYZ | 4.12 | 2.2 | 10.33 | - |
| YUV | 39.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 92 | 0.33 | 0.82 | 0 | 0.64 | 276 | 0.69 | 0.21 |
| Hex | 3E | 11 | 5C | 21 | 52 | 0 | 40 | 114 | 45 | 15 |
| Octal | 76 | 21 | 134 | 41 | 122 | 0 | 100 | 424 | 105 | 25 |
| Binary | 111110 | 10001 | 1011100 | 100001 | 1010010 | 0 | 1000000 | 100010100 | 1000101 | 10101 |
Color Harmonies of #3E115C
Complementary color
Monochromatic Colors of #3E115C
Black with #3E115C
Text Example
Text Example
White with #3E115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E115C; }
p { color: rgb(62,17,92); }
H1.HeaderClassName
{
color: #3E115C;
}
.AnyTagClassName
{
color: #3E115C;
}
</style>
background-color css
<style>
a { background-color: #3E115C; }
a { background-color: rgb(62,17,92); }
div.DivClassName
{
background-color: #3E115C;
}
.BgClassName
{
background-color: #3E115C;
}
</style>
border-color css
<style>
span { border-color: #3E115C; }
span { border-color: rgb(62,17,92); }
td.TdClassName
{
border-color: #3E115C;
}
.TagClassName
{
border-color: #3E115C;
}
</style>