Shades of Christalle #3E0D69
Tints of Christalle #3E0D69
RGB
CMYK
RGB Variations
Color information
#3E0D69 (or 0x3E0D69) is known color: Christalle. HEX triplet: 3E, 0D and 69. RGB value is (62,13,105). Sum of RGB (Red+Green+Blue) = 62+13+105=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E0D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0D69 is #C1F296. Grayscale: #252525. Windows color (decimal): -12710551 or 6884670. OLE color: 6884670.
HSL color Cylindrical-coordinate representation of color #3E0D69: hue angle of 271.96º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E0D69 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 13 | 105 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.59 |
| HSL | 271.96º | 0.78% | 0.23% | - |
| HSV(B) | 271.96º | 0.88% | 0.41% | - |
| XYZ | 4.68 | 2.33 | 13.57 | - |
| YUV | 38.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 105 | 0.41 | 0.88 | 0 | 0.59 | 271.96 | 0.78 | 0.23 |
| Hex | 3E | D | 69 | 29 | 58 | 0 | 3B | 110 | 4E | 17 |
| Octal | 76 | 15 | 151 | 51 | 130 | 0 | 73 | 420 | 116 | 27 |
| Binary | 111110 | 1101 | 1101001 | 101001 | 1011000 | 0 | 111011 | 100010000 | 1001110 | 10111 |
Color Harmonies of #3E0D69
Complementary color
Monochromatic Colors of #3E0D69
Black with #3E0D69
Text Example
Text Example
White with #3E0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D69; }
p { color: rgb(62,13,105); }
H1.HeaderClassName
{
color: #3E0D69;
}
.AnyTagClassName
{
color: #3E0D69;
}
</style>
background-color css
<style>
a { background-color: #3E0D69; }
a { background-color: rgb(62,13,105); }
div.DivClassName
{
background-color: #3E0D69;
}
.BgClassName
{
background-color: #3E0D69;
}
</style>
border-color css
<style>
span { border-color: #3E0D69; }
span { border-color: rgb(62,13,105); }
td.TdClassName
{
border-color: #3E0D69;
}
.TagClassName
{
border-color: #3E0D69;
}
</style>