Shades of Christalle #3E055C
Tints of Christalle #3E055C
RGB
CMYK
RGB Variations
Color information
#3E055C (or 0x3E055C) is known color: Christalle. HEX triplet: 3E, 05 and 5C. RGB value is (62,5,92). Sum of RGB (Red+Green+Blue) = 62+5+92=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E055C is #C1FAA3. Grayscale: #1F1F1F. Windows color (decimal): -12712612 or 6030654. OLE color: 6030654.
HSL color Cylindrical-coordinate representation of color #3E055C: hue angle of 279.31º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E055C is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 5 | 92 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.64 |
| HSL | 279.31º | 0.9% | 0.19% | - |
| HSV(B) | 279.31º | 0.95% | 0.36% | - |
| XYZ | 3.97 | 1.91 | 10.28 | - |
| YUV | 31.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 92 | 0.33 | 0.95 | 0 | 0.64 | 279.31 | 0.9 | 0.19 |
| Hex | 3E | 5 | 5C | 21 | 5F | 0 | 40 | 117 | 5A | 13 |
| Octal | 76 | 5 | 134 | 41 | 137 | 0 | 100 | 427 | 132 | 23 |
| Binary | 111110 | 101 | 1011100 | 100001 | 1011111 | 0 | 1000000 | 100010111 | 1011010 | 10011 |
Color Harmonies of #3E055C
Complementary color
Monochromatic Colors of #3E055C
Black with #3E055C
Text Example
Text Example
White with #3E055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E055C; }
p { color: rgb(62,5,92); }
H1.HeaderClassName
{
color: #3E055C;
}
.AnyTagClassName
{
color: #3E055C;
}
</style>
background-color css
<style>
a { background-color: #3E055C; }
a { background-color: rgb(62,5,92); }
div.DivClassName
{
background-color: #3E055C;
}
.BgClassName
{
background-color: #3E055C;
}
</style>
border-color css
<style>
span { border-color: #3E055C; }
span { border-color: rgb(62,5,92); }
td.TdClassName
{
border-color: #3E055C;
}
.TagClassName
{
border-color: #3E055C;
}
</style>