Shades of Christalle #3E1265
Tints of Christalle #3E1265
RGB
CMYK
RGB Variations
Color information
#3E1265 (or 0x3E1265) is known color: Christalle. HEX triplet: 3E, 12 and 65. RGB value is (62,18,101). Sum of RGB (Red+Green+Blue) = 62+18+101=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E1265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1265 is #C1ED9A. Grayscale: #282828. Windows color (decimal): -12709275 or 6623806. OLE color: 6623806.
HSL color Cylindrical-coordinate representation of color #3E1265: hue angle of 271.81º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E1265 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 18 | 101 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.60 |
| HSL | 271.81º | 0.7% | 0.23% | - |
| HSV(B) | 271.81º | 0.82% | 0.4% | - |
| XYZ | 4.55 | 2.4 | 12.53 | - |
| YUV | 40.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 101 | 0.39 | 0.82 | 0 | 0.60 | 271.81 | 0.7 | 0.23 |
| Hex | 3E | 12 | 65 | 27 | 52 | 0 | 3C | 110 | 46 | 17 |
| Octal | 76 | 22 | 145 | 47 | 122 | 0 | 74 | 420 | 106 | 27 |
| Binary | 111110 | 10010 | 1100101 | 100111 | 1010010 | 0 | 111100 | 100010000 | 1000110 | 10111 |
Color Harmonies of #3E1265
Complementary color
Monochromatic Colors of #3E1265
Black with #3E1265
Text Example
Text Example
White with #3E1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1265; }
p { color: rgb(62,18,101); }
H1.HeaderClassName
{
color: #3E1265;
}
.AnyTagClassName
{
color: #3E1265;
}
</style>
background-color css
<style>
a { background-color: #3E1265; }
a { background-color: rgb(62,18,101); }
div.DivClassName
{
background-color: #3E1265;
}
.BgClassName
{
background-color: #3E1265;
}
</style>
border-color css
<style>
span { border-color: #3E1265; }
span { border-color: rgb(62,18,101); }
td.TdClassName
{
border-color: #3E1265;
}
.TagClassName
{
border-color: #3E1265;
}
</style>