Shades of Christalle #3E095C
Tints of Christalle #3E095C
RGB
CMYK
RGB Variations
Color information
#3E095C (or 0x3E095C) is known color: Christalle. HEX triplet: 3E, 09 and 5C. RGB value is (62,9,92). Sum of RGB (Red+Green+Blue) = 62+9+92=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E095C is #C1F6A3. Grayscale: #222222. Windows color (decimal): -12711588 or 6031678. OLE color: 6031678.
HSL color Cylindrical-coordinate representation of color #3E095C: hue angle of 278.31º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E095C is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 9 | 92 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.64 |
| HSL | 278.31º | 0.82% | 0.2% | - |
| HSV(B) | 278.31º | 0.9% | 0.36% | - |
| XYZ | 4.02 | 1.99 | 10.3 | - |
| YUV | 34.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 92 | 0.33 | 0.90 | 0 | 0.64 | 278.31 | 0.82 | 0.2 |
| Hex | 3E | 9 | 5C | 21 | 5A | 0 | 40 | 116 | 52 | 14 |
| Octal | 76 | 11 | 134 | 41 | 132 | 0 | 100 | 426 | 122 | 24 |
| Binary | 111110 | 1001 | 1011100 | 100001 | 1011010 | 0 | 1000000 | 100010110 | 1010010 | 10100 |
Color Harmonies of #3E095C
Complementary color
Monochromatic Colors of #3E095C
Black with #3E095C
Text Example
Text Example
White with #3E095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E095C; }
p { color: rgb(62,9,92); }
H1.HeaderClassName
{
color: #3E095C;
}
.AnyTagClassName
{
color: #3E095C;
}
</style>
background-color css
<style>
a { background-color: #3E095C; }
a { background-color: rgb(62,9,92); }
div.DivClassName
{
background-color: #3E095C;
}
.BgClassName
{
background-color: #3E095C;
}
</style>
border-color css
<style>
span { border-color: #3E095C; }
span { border-color: rgb(62,9,92); }
td.TdClassName
{
border-color: #3E095C;
}
.TagClassName
{
border-color: #3E095C;
}
</style>