Shades of Christalle #3E055B
Tints of Christalle #3E055B
RGB
CMYK
RGB Variations
Color information
#3E055B (or 0x3E055B) is known color: Christalle. HEX triplet: 3E, 05 and 5B. RGB value is (62,5,91). Sum of RGB (Red+Green+Blue) = 62+5+91=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E055B is #C1FAA4. Grayscale: #1F1F1F. Windows color (decimal): -12712613 or 5965118. OLE color: 5965118.
HSL color Cylindrical-coordinate representation of color #3E055B: hue angle of 279.77º 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 #3E055B is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 5 | 91 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.64 |
| HSL | 279.77º | 0.9% | 0.19% | - |
| HSV(B) | 279.77º | 0.95% | 0.36% | - |
| XYZ | 3.93 | 1.89 | 10.05 | - |
| YUV | 31.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 91 | 0.32 | 0.95 | 0 | 0.64 | 279.77 | 0.9 | 0.19 |
| Hex | 3E | 5 | 5B | 20 | 5F | 0 | 40 | 118 | 5A | 13 |
| Octal | 76 | 5 | 133 | 40 | 137 | 0 | 100 | 430 | 132 | 23 |
| Binary | 111110 | 101 | 1011011 | 100000 | 1011111 | 0 | 1000000 | 100011000 | 1011010 | 10011 |
Color Harmonies of #3E055B
Complementary color
Monochromatic Colors of #3E055B
Black with #3E055B
Text Example
Text Example
White with #3E055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E055B; }
p { color: rgb(62,5,91); }
H1.HeaderClassName
{
color: #3E055B;
}
.AnyTagClassName
{
color: #3E055B;
}
</style>
background-color css
<style>
a { background-color: #3E055B; }
a { background-color: rgb(62,5,91); }
div.DivClassName
{
background-color: #3E055B;
}
.BgClassName
{
background-color: #3E055B;
}
</style>
border-color css
<style>
span { border-color: #3E055B; }
span { border-color: rgb(62,5,91); }
td.TdClassName
{
border-color: #3E055B;
}
.TagClassName
{
border-color: #3E055B;
}
</style>