Shades of Christalle #3E0D61
Tints of Christalle #3E0D61
RGB
CMYK
RGB Variations
Color information
#3E0D61 (or 0x3E0D61) is known color: Christalle. HEX triplet: 3E, 0D and 61. RGB value is (62,13,97). Sum of RGB (Red+Green+Blue) = 62+13+97=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E0D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0D61 is #C1F29E. Grayscale: #242424. Windows color (decimal): -12710559 or 6360382. OLE color: 6360382.
HSL color Cylindrical-coordinate representation of color #3E0D61: hue angle of 275º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E0D61 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 13 | 97 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.62 |
| HSL | 275º | 0.76% | 0.22% | - |
| HSV(B) | 275º | 0.87% | 0.38% | - |
| XYZ | 4.29 | 2.18 | 11.5 | - |
| YUV | 37.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 97 | 0.36 | 0.87 | 0 | 0.62 | 275 | 0.76 | 0.22 |
| Hex | 3E | D | 61 | 24 | 57 | 0 | 3E | 113 | 4C | 16 |
| Octal | 76 | 15 | 141 | 44 | 127 | 0 | 76 | 423 | 114 | 26 |
| Binary | 111110 | 1101 | 1100001 | 100100 | 1010111 | 0 | 111110 | 100010011 | 1001100 | 10110 |
Color Harmonies of #3E0D61
Complementary color
Monochromatic Colors of #3E0D61
Black with #3E0D61
Text Example
Text Example
White with #3E0D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D61; }
p { color: rgb(62,13,97); }
H1.HeaderClassName
{
color: #3E0D61;
}
.AnyTagClassName
{
color: #3E0D61;
}
</style>
background-color css
<style>
a { background-color: #3E0D61; }
a { background-color: rgb(62,13,97); }
div.DivClassName
{
background-color: #3E0D61;
}
.BgClassName
{
background-color: #3E0D61;
}
</style>
border-color css
<style>
span { border-color: #3E0D61; }
span { border-color: rgb(62,13,97); }
td.TdClassName
{
border-color: #3E0D61;
}
.TagClassName
{
border-color: #3E0D61;
}
</style>