Shades of Christalle #3E225B
Tints of Christalle #3E225B
RGB
CMYK
RGB Variations
Color information
#3E225B (or 0x3E225B) is known color: Christalle. HEX triplet: 3E, 22 and 5B. RGB value is (62,34,91). Sum of RGB (Red+Green+Blue) = 62+34+91=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E225B is #C1DDA4. Grayscale: #303030. Windows color (decimal): -12705189 or 5972542. OLE color: 5972542.
HSL color Cylindrical-coordinate representation of color #3E225B: hue angle of 269.47º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E225B is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 34 | 91 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.64 |
| HSL | 269.47º | 0.46% | 0.25% | - |
| HSV(B) | 269.47º | 0.63% | 0.36% | - |
| XYZ | 4.45 | 2.92 | 10.23 | - |
| YUV | 48.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 91 | 0.32 | 0.63 | 0 | 0.64 | 269.47 | 0.46 | 0.25 |
| Hex | 3E | 22 | 5B | 20 | 3F | 0 | 40 | 10D | 2E | 19 |
| Octal | 76 | 42 | 133 | 40 | 77 | 0 | 100 | 415 | 56 | 31 |
| Binary | 111110 | 100010 | 1011011 | 100000 | 111111 | 0 | 1000000 | 100001101 | 101110 | 11001 |
Color Harmonies of #3E225B
Complementary color
Monochromatic Colors of #3E225B
Black with #3E225B
Text Example
Text Example
White with #3E225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E225B; }
p { color: rgb(62,34,91); }
H1.HeaderClassName
{
color: #3E225B;
}
.AnyTagClassName
{
color: #3E225B;
}
</style>
background-color css
<style>
a { background-color: #3E225B; }
a { background-color: rgb(62,34,91); }
div.DivClassName
{
background-color: #3E225B;
}
.BgClassName
{
background-color: #3E225B;
}
</style>
border-color css
<style>
span { border-color: #3E225B; }
span { border-color: rgb(62,34,91); }
td.TdClassName
{
border-color: #3E225B;
}
.TagClassName
{
border-color: #3E225B;
}
</style>