Shades of Christalle #3E205B
Tints of Christalle #3E205B
RGB
CMYK
RGB Variations
Color information
#3E205B (or 0x3E205B) is known color: Christalle. HEX triplet: 3E, 20 and 5B. RGB value is (62,32,91). Sum of RGB (Red+Green+Blue) = 62+32+91=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E205B is #C1DFA4. Grayscale: #2F2F2F. Windows color (decimal): -12705701 or 5972030. OLE color: 5972030.
HSL color Cylindrical-coordinate representation of color #3E205B: hue angle of 270.51º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E205B is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 32 | 91 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.64 |
| HSL | 270.51º | 0.48% | 0.24% | - |
| HSV(B) | 270.51º | 0.65% | 0.36% | - |
| XYZ | 4.39 | 2.81 | 10.21 | - |
| YUV | 47.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 91 | 0.32 | 0.65 | 0 | 0.64 | 270.51 | 0.48 | 0.24 |
| Hex | 3E | 20 | 5B | 20 | 41 | 0 | 40 | 10F | 30 | 18 |
| Octal | 76 | 40 | 133 | 40 | 101 | 0 | 100 | 417 | 60 | 30 |
| Binary | 111110 | 100000 | 1011011 | 100000 | 1000001 | 0 | 1000000 | 100001111 | 110000 | 11000 |
Color Harmonies of #3E205B
Complementary color
Monochromatic Colors of #3E205B
Black with #3E205B
Text Example
Text Example
White with #3E205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E205B; }
p { color: rgb(62,32,91); }
H1.HeaderClassName
{
color: #3E205B;
}
.AnyTagClassName
{
color: #3E205B;
}
</style>
background-color css
<style>
a { background-color: #3E205B; }
a { background-color: rgb(62,32,91); }
div.DivClassName
{
background-color: #3E205B;
}
.BgClassName
{
background-color: #3E205B;
}
</style>
border-color css
<style>
span { border-color: #3E205B; }
span { border-color: rgb(62,32,91); }
td.TdClassName
{
border-color: #3E205B;
}
.TagClassName
{
border-color: #3E205B;
}
</style>