Shades of Christalle #3C0E59
Tints of Christalle #3C0E59
RGB
CMYK
RGB Variations
Color information
#3C0E59 (or 0x3C0E59) is known color: Christalle. HEX triplet: 3C, 0E and 59. RGB value is (60,14,89). Sum of RGB (Red+Green+Blue) = 60+14+89=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0E59 is #C3F1A6. Grayscale: #242424. Windows color (decimal): -12841383 or 5836348. OLE color: 5836348.
HSL color Cylindrical-coordinate representation of color #3C0E59: hue angle of 276.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C0E59 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 14 | 89 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.65 |
| HSL | 276.8º | 0.73% | 0.2% | - |
| HSV(B) | 276.8º | 0.84% | 0.35% | - |
| XYZ | 3.82 | 2 | 9.63 | - |
| YUV | 36.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 89 | 0.33 | 0.84 | 0 | 0.65 | 276.8 | 0.73 | 0.2 |
| Hex | 3C | E | 59 | 21 | 54 | 0 | 41 | 115 | 49 | 14 |
| Octal | 74 | 16 | 131 | 41 | 124 | 0 | 101 | 425 | 111 | 24 |
| Binary | 111100 | 1110 | 1011001 | 100001 | 1010100 | 0 | 1000001 | 100010101 | 1001001 | 10100 |
Color Harmonies of #3C0E59
Complementary color
Monochromatic Colors of #3C0E59
Black with #3C0E59
Text Example
Text Example
White with #3C0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E59; }
p { color: rgb(60,14,89); }
H1.HeaderClassName
{
color: #3C0E59;
}
.AnyTagClassName
{
color: #3C0E59;
}
</style>
background-color css
<style>
a { background-color: #3C0E59; }
a { background-color: rgb(60,14,89); }
div.DivClassName
{
background-color: #3C0E59;
}
.BgClassName
{
background-color: #3C0E59;
}
</style>
border-color css
<style>
span { border-color: #3C0E59; }
span { border-color: rgb(60,14,89); }
td.TdClassName
{
border-color: #3C0E59;
}
.TagClassName
{
border-color: #3C0E59;
}
</style>