Shades of Christalle #3E135D
Tints of Christalle #3E135D
RGB
CMYK
RGB Variations
Color information
#3E135D (or 0x3E135D) is known color: Christalle. HEX triplet: 3E, 13 and 5D. RGB value is (62,19,93). Sum of RGB (Red+Green+Blue) = 62+19+93=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E135D is #C1ECA2. Grayscale: #282828. Windows color (decimal): -12709027 or 6099774. OLE color: 6099774.
HSL color Cylindrical-coordinate representation of color #3E135D: hue angle of 274.86º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E135D is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 19 | 93 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.64 |
| HSL | 274.86º | 0.66% | 0.22% | - |
| HSV(B) | 274.86º | 0.8% | 0.36% | - |
| XYZ | 4.2 | 2.28 | 10.57 | - |
| YUV | 40.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 93 | 0.33 | 0.80 | 0 | 0.64 | 274.86 | 0.66 | 0.22 |
| Hex | 3E | 13 | 5D | 21 | 50 | 0 | 40 | 113 | 42 | 16 |
| Octal | 76 | 23 | 135 | 41 | 120 | 0 | 100 | 423 | 102 | 26 |
| Binary | 111110 | 10011 | 1011101 | 100001 | 1010000 | 0 | 1000000 | 100010011 | 1000010 | 10110 |
Color Harmonies of #3E135D
Complementary color
Monochromatic Colors of #3E135D
Black with #3E135D
Text Example
Text Example
White with #3E135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E135D; }
p { color: rgb(62,19,93); }
H1.HeaderClassName
{
color: #3E135D;
}
.AnyTagClassName
{
color: #3E135D;
}
</style>
background-color css
<style>
a { background-color: #3E135D; }
a { background-color: rgb(62,19,93); }
div.DivClassName
{
background-color: #3E135D;
}
.BgClassName
{
background-color: #3E135D;
}
</style>
border-color css
<style>
span { border-color: #3E135D; }
span { border-color: rgb(62,19,93); }
td.TdClassName
{
border-color: #3E135D;
}
.TagClassName
{
border-color: #3E135D;
}
</style>