Shades of Christalle #3C0859
Tints of Christalle #3C0859
RGB
CMYK
RGB Variations
Color information
#3C0859 (or 0x3C0859) is known color: Christalle. HEX triplet: 3C, 08 and 59. RGB value is (60,8,89). Sum of RGB (Red+Green+Blue) = 60+8+89=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0859 is #C3F7A6. Grayscale: #202020. Windows color (decimal): -12842919 or 5834812. OLE color: 5834812.
HSL color Cylindrical-coordinate representation of color #3C0859: hue angle of 278.52º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0859 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 8 | 89 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.65 |
| HSL | 278.52º | 0.84% | 0.19% | - |
| HSV(B) | 278.52º | 0.91% | 0.35% | - |
| XYZ | 3.75 | 1.86 | 9.61 | - |
| YUV | 32.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 89 | 0.33 | 0.91 | 0 | 0.65 | 278.52 | 0.84 | 0.19 |
| Hex | 3C | 8 | 59 | 21 | 5B | 0 | 41 | 117 | 54 | 13 |
| Octal | 74 | 10 | 131 | 41 | 133 | 0 | 101 | 427 | 124 | 23 |
| Binary | 111100 | 1000 | 1011001 | 100001 | 1011011 | 0 | 1000001 | 100010111 | 1010100 | 10011 |
Color Harmonies of #3C0859
Complementary color
Monochromatic Colors of #3C0859
Black with #3C0859
Text Example
Text Example
White with #3C0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0859; }
p { color: rgb(60,8,89); }
H1.HeaderClassName
{
color: #3C0859;
}
.AnyTagClassName
{
color: #3C0859;
}
</style>
background-color css
<style>
a { background-color: #3C0859; }
a { background-color: rgb(60,8,89); }
div.DivClassName
{
background-color: #3C0859;
}
.BgClassName
{
background-color: #3C0859;
}
</style>
border-color css
<style>
span { border-color: #3C0859; }
span { border-color: rgb(60,8,89); }
td.TdClassName
{
border-color: #3C0859;
}
.TagClassName
{
border-color: #3C0859;
}
</style>