Shades of Christalle #3E0F5E
Tints of Christalle #3E0F5E
RGB
CMYK
RGB Variations
Color information
#3E0F5E (or 0x3E0F5E) is known color: Christalle. HEX triplet: 3E, 0F and 5E. RGB value is (62,15,94). Sum of RGB (Red+Green+Blue) = 62+15+94=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E0F5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0F5E is #C1F0A1. Grayscale: #252525. Windows color (decimal): -12710050 or 6164286. OLE color: 6164286.
HSL color Cylindrical-coordinate representation of color #3E0F5E: hue angle of 275.7º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0F5E is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 15 | 94 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.63 |
| HSL | 275.7º | 0.72% | 0.21% | - |
| HSV(B) | 275.7º | 0.84% | 0.37% | - |
| XYZ | 4.18 | 2.17 | 10.79 | - |
| YUV | 38.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 94 | 0.34 | 0.84 | 0 | 0.63 | 275.7 | 0.72 | 0.21 |
| Hex | 3E | F | 5E | 22 | 54 | 0 | 3F | 114 | 48 | 15 |
| Octal | 76 | 17 | 136 | 42 | 124 | 0 | 77 | 424 | 110 | 25 |
| Binary | 111110 | 1111 | 1011110 | 100010 | 1010100 | 0 | 111111 | 100010100 | 1001000 | 10101 |
Color Harmonies of #3E0F5E
Complementary color
Monochromatic Colors of #3E0F5E
Black with #3E0F5E
Text Example
Text Example
White with #3E0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F5E; }
p { color: rgb(62,15,94); }
H1.HeaderClassName
{
color: #3E0F5E;
}
.AnyTagClassName
{
color: #3E0F5E;
}
</style>
background-color css
<style>
a { background-color: #3E0F5E; }
a { background-color: rgb(62,15,94); }
div.DivClassName
{
background-color: #3E0F5E;
}
.BgClassName
{
background-color: #3E0F5E;
}
</style>
border-color css
<style>
span { border-color: #3E0F5E; }
span { border-color: rgb(62,15,94); }
td.TdClassName
{
border-color: #3E0F5E;
}
.TagClassName
{
border-color: #3E0F5E;
}
</style>