Shades of Christalle #3C0659
Tints of Christalle #3C0659
RGB
CMYK
RGB Variations
Color information
#3C0659 (or 0x3C0659) is known color: Christalle. HEX triplet: 3C, 06 and 59. RGB value is (60,6,89). Sum of RGB (Red+Green+Blue) = 60+6+89=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0659 is #C3F9A6. Grayscale: #1F1F1F. Windows color (decimal): -12843431 or 5834300. OLE color: 5834300.
HSL color Cylindrical-coordinate representation of color #3C0659: hue angle of 279.04º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0659 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 6 | 89 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.65 |
| HSL | 279.04º | 0.87% | 0.19% | - |
| HSV(B) | 279.04º | 0.93% | 0.35% | - |
| XYZ | 3.73 | 1.81 | 9.6 | - |
| YUV | 31.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 89 | 0.33 | 0.93 | 0 | 0.65 | 279.04 | 0.87 | 0.19 |
| Hex | 3C | 6 | 59 | 21 | 5D | 0 | 41 | 117 | 57 | 13 |
| Octal | 74 | 6 | 131 | 41 | 135 | 0 | 101 | 427 | 127 | 23 |
| Binary | 111100 | 110 | 1011001 | 100001 | 1011101 | 0 | 1000001 | 100010111 | 1010111 | 10011 |
Color Harmonies of #3C0659
Complementary color
Monochromatic Colors of #3C0659
Black with #3C0659
Text Example
Text Example
White with #3C0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0659; }
p { color: rgb(60,6,89); }
H1.HeaderClassName
{
color: #3C0659;
}
.AnyTagClassName
{
color: #3C0659;
}
</style>
background-color css
<style>
a { background-color: #3C0659; }
a { background-color: rgb(60,6,89); }
div.DivClassName
{
background-color: #3C0659;
}
.BgClassName
{
background-color: #3C0659;
}
</style>
border-color css
<style>
span { border-color: #3C0659; }
span { border-color: rgb(60,6,89); }
td.TdClassName
{
border-color: #3C0659;
}
.TagClassName
{
border-color: #3C0659;
}
</style>