Shades of Christalle #3E206E
Tints of Christalle #3E206E
RGB
CMYK
RGB Variations
Color information
#3E206E (or 0x3E206E) is known color: Christalle. HEX triplet: 3E, 20 and 6E. RGB value is (62,32,110). Sum of RGB (Red+Green+Blue) = 62+32+110=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E206E is #C1DF91. Grayscale: #313131. Windows color (decimal): -12705682 or 7217214. OLE color: 7217214.
HSL color Cylindrical-coordinate representation of color #3E206E: hue angle of 263.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E206E is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 32 | 110 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.57 |
| HSL | 263.08º | 0.55% | 0.28% | - |
| HSV(B) | 263.08º | 0.71% | 0.43% | - |
| XYZ | 5.32 | 3.18 | 15.09 | - |
| YUV | 49.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 110 | 0.44 | 0.71 | 0 | 0.57 | 263.08 | 0.55 | 0.28 |
| Hex | 3E | 20 | 6E | 2C | 47 | 0 | 39 | 107 | 37 | 1C |
| Octal | 76 | 40 | 156 | 54 | 107 | 0 | 71 | 407 | 67 | 34 |
| Binary | 111110 | 100000 | 1101110 | 101100 | 1000111 | 0 | 111001 | 100000111 | 110111 | 11100 |
Color Harmonies of #3E206E
Complementary color
Monochromatic Colors of #3E206E
Black with #3E206E
Text Example
Text Example
White with #3E206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E206E; }
p { color: rgb(62,32,110); }
H1.HeaderClassName
{
color: #3E206E;
}
.AnyTagClassName
{
color: #3E206E;
}
</style>
background-color css
<style>
a { background-color: #3E206E; }
a { background-color: rgb(62,32,110); }
div.DivClassName
{
background-color: #3E206E;
}
.BgClassName
{
background-color: #3E206E;
}
</style>
border-color css
<style>
span { border-color: #3E206E; }
span { border-color: rgb(62,32,110); }
td.TdClassName
{
border-color: #3E206E;
}
.TagClassName
{
border-color: #3E206E;
}
</style>