Shades of Christalle #3E1E69
Tints of Christalle #3E1E69
RGB
CMYK
RGB Variations
Color information
#3E1E69 (or 0x3E1E69) is known color: Christalle. HEX triplet: 3E, 1E and 69. RGB value is (62,30,105). Sum of RGB (Red+Green+Blue) = 62+30+105=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E1E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1E69 is #C1E196. Grayscale: #2F2F2F. Windows color (decimal): -12706199 or 6889022. OLE color: 6889022.
HSL color Cylindrical-coordinate representation of color #3E1E69: hue angle of 265.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1E69 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 30 | 105 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.59 |
| HSL | 265.6º | 0.56% | 0.26% | - |
| HSV(B) | 265.6º | 0.71% | 0.41% | - |
| XYZ | 5 | 2.97 | 13.67 | - |
| YUV | 48.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 105 | 0.41 | 0.71 | 0 | 0.59 | 265.6 | 0.56 | 0.26 |
| Hex | 3E | 1E | 69 | 29 | 47 | 0 | 3B | 10A | 38 | 1A |
| Octal | 76 | 36 | 151 | 51 | 107 | 0 | 73 | 412 | 70 | 32 |
| Binary | 111110 | 11110 | 1101001 | 101001 | 1000111 | 0 | 111011 | 100001010 | 111000 | 11010 |
Color Harmonies of #3E1E69
Complementary color
Monochromatic Colors of #3E1E69
Black with #3E1E69
Text Example
Text Example
White with #3E1E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E69; }
p { color: rgb(62,30,105); }
H1.HeaderClassName
{
color: #3E1E69;
}
.AnyTagClassName
{
color: #3E1E69;
}
</style>
background-color css
<style>
a { background-color: #3E1E69; }
a { background-color: rgb(62,30,105); }
div.DivClassName
{
background-color: #3E1E69;
}
.BgClassName
{
background-color: #3E1E69;
}
</style>
border-color css
<style>
span { border-color: #3E1E69; }
span { border-color: rgb(62,30,105); }
td.TdClassName
{
border-color: #3E1E69;
}
.TagClassName
{
border-color: #3E1E69;
}
</style>