Shades of Christalle #3E146D
Tints of Christalle #3E146D
RGB
CMYK
RGB Variations
Color information
#3E146D (or 0x3E146D) is known color: Christalle. HEX triplet: 3E, 14 and 6D. RGB value is (62,20,109). Sum of RGB (Red+Green+Blue) = 62+20+109=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E146D is #C1EB92. Grayscale: #2A2A2A. Windows color (decimal): -12708755 or 7148606. OLE color: 7148606.
HSL color Cylindrical-coordinate representation of color #3E146D: hue angle of 268.31º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E146D is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 20 | 109 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.57 |
| HSL | 268.31º | 0.69% | 0.25% | - |
| HSV(B) | 268.31º | 0.82% | 0.43% | - |
| XYZ | 5 | 2.63 | 14.71 | - |
| YUV | 42.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 109 | 0.43 | 0.82 | 0 | 0.57 | 268.31 | 0.69 | 0.25 |
| Hex | 3E | 14 | 6D | 2B | 52 | 0 | 39 | 10C | 45 | 19 |
| Octal | 76 | 24 | 155 | 53 | 122 | 0 | 71 | 414 | 105 | 31 |
| Binary | 111110 | 10100 | 1101101 | 101011 | 1010010 | 0 | 111001 | 100001100 | 1000101 | 11001 |
Color Harmonies of #3E146D
Complementary color
Monochromatic Colors of #3E146D
Black with #3E146D
Text Example
Text Example
White with #3E146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E146D; }
p { color: rgb(62,20,109); }
H1.HeaderClassName
{
color: #3E146D;
}
.AnyTagClassName
{
color: #3E146D;
}
</style>
background-color css
<style>
a { background-color: #3E146D; }
a { background-color: rgb(62,20,109); }
div.DivClassName
{
background-color: #3E146D;
}
.BgClassName
{
background-color: #3E146D;
}
</style>
border-color css
<style>
span { border-color: #3E146D; }
span { border-color: rgb(62,20,109); }
td.TdClassName
{
border-color: #3E146D;
}
.TagClassName
{
border-color: #3E146D;
}
</style>