Shades of Christalle #3E146E
Tints of Christalle #3E146E
RGB
CMYK
RGB Variations
Color information
#3E146E (or 0x3E146E) is known color: Christalle. HEX triplet: 3E, 14 and 6E. RGB value is (62,20,110). Sum of RGB (Red+Green+Blue) = 62+20+110=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E146E is #C1EB91. Grayscale: #2A2A2A. Windows color (decimal): -12708754 or 7214142. OLE color: 7214142.
HSL color Cylindrical-coordinate representation of color #3E146E: hue angle of 268º 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 #3E146E is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 20 | 110 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.57 |
| HSL | 268º | 0.69% | 0.25% | - |
| HSV(B) | 268º | 0.82% | 0.43% | - |
| XYZ | 5.05 | 2.65 | 15 | - |
| YUV | 42.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 110 | 0.44 | 0.82 | 0 | 0.57 | 268 | 0.69 | 0.25 |
| Hex | 3E | 14 | 6E | 2C | 52 | 0 | 39 | 10C | 45 | 19 |
| Octal | 76 | 24 | 156 | 54 | 122 | 0 | 71 | 414 | 105 | 31 |
| Binary | 111110 | 10100 | 1101110 | 101100 | 1010010 | 0 | 111001 | 100001100 | 1000101 | 11001 |
Color Harmonies of #3E146E
Complementary color
Monochromatic Colors of #3E146E
Black with #3E146E
Text Example
Text Example
White with #3E146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E146E; }
p { color: rgb(62,20,110); }
H1.HeaderClassName
{
color: #3E146E;
}
.AnyTagClassName
{
color: #3E146E;
}
</style>
background-color css
<style>
a { background-color: #3E146E; }
a { background-color: rgb(62,20,110); }
div.DivClassName
{
background-color: #3E146E;
}
.BgClassName
{
background-color: #3E146E;
}
</style>
border-color css
<style>
span { border-color: #3E146E; }
span { border-color: rgb(62,20,110); }
td.TdClassName
{
border-color: #3E146E;
}
.TagClassName
{
border-color: #3E146E;
}
</style>