Shades of Christalle #3E286A
Tints of Christalle #3E286A
RGB
CMYK
RGB Variations
Color information
#3E286A (or 0x3E286A) is known color: Christalle. HEX triplet: 3E, 28 and 6A. RGB value is (62,40,106). Sum of RGB (Red+Green+Blue) = 62+40+106=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #3E286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E286A is #C1D795. Grayscale: #353535. Windows color (decimal): -12703638 or 6957118. OLE color: 6957118.
HSL color Cylindrical-coordinate representation of color #3E286A: hue angle of 260º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E286A is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 40 | 106 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.58 |
| HSL | 260º | 0.45% | 0.29% | - |
| HSV(B) | 260º | 0.62% | 0.42% | - |
| XYZ | 5.35 | 3.58 | 14.05 | - |
| YUV | 54.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 106 | 0.42 | 0.62 | 0 | 0.58 | 260 | 0.45 | 0.29 |
| Hex | 3E | 28 | 6A | 2A | 3E | 0 | 3A | 104 | 2D | 1D |
| Octal | 76 | 50 | 152 | 52 | 76 | 0 | 72 | 404 | 55 | 35 |
| Binary | 111110 | 101000 | 1101010 | 101010 | 111110 | 0 | 111010 | 100000100 | 101101 | 11101 |
Color Harmonies of #3E286A
Complementary color
Monochromatic Colors of #3E286A
Black with #3E286A
Text Example
Text Example
White with #3E286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E286A; }
p { color: rgb(62,40,106); }
H1.HeaderClassName
{
color: #3E286A;
}
.AnyTagClassName
{
color: #3E286A;
}
</style>
background-color css
<style>
a { background-color: #3E286A; }
a { background-color: rgb(62,40,106); }
div.DivClassName
{
background-color: #3E286A;
}
.BgClassName
{
background-color: #3E286A;
}
</style>
border-color css
<style>
span { border-color: #3E286A; }
span { border-color: rgb(62,40,106); }
td.TdClassName
{
border-color: #3E286A;
}
.TagClassName
{
border-color: #3E286A;
}
</style>