Shades of Christalle #3E146A
Tints of Christalle #3E146A
RGB
CMYK
RGB Variations
Color information
#3E146A (or 0x3E146A) is known color: Christalle. HEX triplet: 3E, 14 and 6A. RGB value is (62,20,106). Sum of RGB (Red+Green+Blue) = 62+20+106=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #3E146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E146A is #C1EB95. Grayscale: #2A2A2A. Windows color (decimal): -12708758 or 6951998. OLE color: 6951998.
HSL color Cylindrical-coordinate representation of color #3E146A: hue angle of 269.3º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E146A is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 20 | 106 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.58 |
| HSL | 269.3º | 0.68% | 0.25% | - |
| HSV(B) | 269.3º | 0.81% | 0.42% | - |
| XYZ | 4.84 | 2.57 | 13.88 | - |
| YUV | 42.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 106 | 0.42 | 0.81 | 0 | 0.58 | 269.3 | 0.68 | 0.25 |
| Hex | 3E | 14 | 6A | 2A | 51 | 0 | 3A | 10D | 44 | 19 |
| Octal | 76 | 24 | 152 | 52 | 121 | 0 | 72 | 415 | 104 | 31 |
| Binary | 111110 | 10100 | 1101010 | 101010 | 1010001 | 0 | 111010 | 100001101 | 1000100 | 11001 |
Color Harmonies of #3E146A
Complementary color
Monochromatic Colors of #3E146A
Black with #3E146A
Text Example
Text Example
White with #3E146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E146A; }
p { color: rgb(62,20,106); }
H1.HeaderClassName
{
color: #3E146A;
}
.AnyTagClassName
{
color: #3E146A;
}
</style>
background-color css
<style>
a { background-color: #3E146A; }
a { background-color: rgb(62,20,106); }
div.DivClassName
{
background-color: #3E146A;
}
.BgClassName
{
background-color: #3E146A;
}
</style>
border-color css
<style>
span { border-color: #3E146A; }
span { border-color: rgb(62,20,106); }
td.TdClassName
{
border-color: #3E146A;
}
.TagClassName
{
border-color: #3E146A;
}
</style>