Shades of Christalle #3E065B
Tints of Christalle #3E065B
RGB
CMYK
RGB Variations
Color information
#3E065B (or 0x3E065B) is known color: Christalle. HEX triplet: 3E, 06 and 5B. RGB value is (62,6,91). Sum of RGB (Red+Green+Blue) = 62+6+91=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E065B is #C1F9A4. Grayscale: #202020. Windows color (decimal): -12712357 or 5965374. OLE color: 5965374.
HSL color Cylindrical-coordinate representation of color #3E065B: hue angle of 279.53º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E065B is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 6 | 91 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.64 |
| HSL | 279.53º | 0.88% | 0.19% | - |
| HSV(B) | 279.53º | 0.93% | 0.36% | - |
| XYZ | 3.94 | 1.91 | 10.06 | - |
| YUV | 32.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 91 | 0.32 | 0.93 | 0 | 0.64 | 279.53 | 0.88 | 0.19 |
| Hex | 3E | 6 | 5B | 20 | 5D | 0 | 40 | 118 | 58 | 13 |
| Octal | 76 | 6 | 133 | 40 | 135 | 0 | 100 | 430 | 130 | 23 |
| Binary | 111110 | 110 | 1011011 | 100000 | 1011101 | 0 | 1000000 | 100011000 | 1011000 | 10011 |
Color Harmonies of #3E065B
Complementary color
Monochromatic Colors of #3E065B
Black with #3E065B
Text Example
Text Example
White with #3E065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E065B; }
p { color: rgb(62,6,91); }
H1.HeaderClassName
{
color: #3E065B;
}
.AnyTagClassName
{
color: #3E065B;
}
</style>
background-color css
<style>
a { background-color: #3E065B; }
a { background-color: rgb(62,6,91); }
div.DivClassName
{
background-color: #3E065B;
}
.BgClassName
{
background-color: #3E065B;
}
</style>
border-color css
<style>
span { border-color: #3E065B; }
span { border-color: rgb(62,6,91); }
td.TdClassName
{
border-color: #3E065B;
}
.TagClassName
{
border-color: #3E065B;
}
</style>