Shades of Christalle #3E0A5D
Tints of Christalle #3E0A5D
RGB
CMYK
RGB Variations
Color information
#3E0A5D (or 0x3E0A5D) is known color: Christalle. HEX triplet: 3E, 0A and 5D. RGB value is (62,10,93). Sum of RGB (Red+Green+Blue) = 62+10+93=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E0A5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0A5D is #C1F5A2. Grayscale: #222222. Windows color (decimal): -12711331 or 6097470. OLE color: 6097470.
HSL color Cylindrical-coordinate representation of color #3E0A5D: hue angle of 277.59º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0A5D is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 10 | 93 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.64 |
| HSL | 277.59º | 0.81% | 0.2% | - |
| HSV(B) | 277.59º | 0.89% | 0.36% | - |
| XYZ | 4.07 | 2.03 | 10.53 | - |
| YUV | 35.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 93 | 0.33 | 0.89 | 0 | 0.64 | 277.59 | 0.81 | 0.2 |
| Hex | 3E | A | 5D | 21 | 59 | 0 | 40 | 116 | 51 | 14 |
| Octal | 76 | 12 | 135 | 41 | 131 | 0 | 100 | 426 | 121 | 24 |
| Binary | 111110 | 1010 | 1011101 | 100001 | 1011001 | 0 | 1000000 | 100010110 | 1010001 | 10100 |
Color Harmonies of #3E0A5D
Complementary color
Monochromatic Colors of #3E0A5D
Black with #3E0A5D
Text Example
Text Example
White with #3E0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A5D; }
p { color: rgb(62,10,93); }
H1.HeaderClassName
{
color: #3E0A5D;
}
.AnyTagClassName
{
color: #3E0A5D;
}
</style>
background-color css
<style>
a { background-color: #3E0A5D; }
a { background-color: rgb(62,10,93); }
div.DivClassName
{
background-color: #3E0A5D;
}
.BgClassName
{
background-color: #3E0A5D;
}
</style>
border-color css
<style>
span { border-color: #3E0A5D; }
span { border-color: rgb(62,10,93); }
td.TdClassName
{
border-color: #3E0A5D;
}
.TagClassName
{
border-color: #3E0A5D;
}
</style>