Shades of Christalle #3E225F
Tints of Christalle #3E225F
RGB
CMYK
RGB Variations
Color information
#3E225F (or 0x3E225F) is known color: Christalle. HEX triplet: 3E, 22 and 5F. RGB value is (62,34,95). Sum of RGB (Red+Green+Blue) = 62+34+95=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E225F is #C1DDA0. Grayscale: #313131. Windows color (decimal): -12705185 or 6234686. OLE color: 6234686.
HSL color Cylindrical-coordinate representation of color #3E225F: hue angle of 267.54º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E225F is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 34 | 95 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.63 |
| HSL | 267.54º | 0.47% | 0.25% | - |
| HSV(B) | 267.54º | 0.64% | 0.37% | - |
| XYZ | 4.62 | 2.99 | 11.16 | - |
| YUV | 49.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 95 | 0.35 | 0.64 | 0 | 0.63 | 267.54 | 0.47 | 0.25 |
| Hex | 3E | 22 | 5F | 23 | 40 | 0 | 3F | 10C | 2F | 19 |
| Octal | 76 | 42 | 137 | 43 | 100 | 0 | 77 | 414 | 57 | 31 |
| Binary | 111110 | 100010 | 1011111 | 100011 | 1000000 | 0 | 111111 | 100001100 | 101111 | 11001 |
Color Harmonies of #3E225F
Complementary color
Monochromatic Colors of #3E225F
Black with #3E225F
Text Example
Text Example
White with #3E225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E225F; }
p { color: rgb(62,34,95); }
H1.HeaderClassName
{
color: #3E225F;
}
.AnyTagClassName
{
color: #3E225F;
}
</style>
background-color css
<style>
a { background-color: #3E225F; }
a { background-color: rgb(62,34,95); }
div.DivClassName
{
background-color: #3E225F;
}
.BgClassName
{
background-color: #3E225F;
}
</style>
border-color css
<style>
span { border-color: #3E225F; }
span { border-color: rgb(62,34,95); }
td.TdClassName
{
border-color: #3E225F;
}
.TagClassName
{
border-color: #3E225F;
}
</style>