Shades of Christalle #3C0964
Tints of Christalle #3C0964
RGB
CMYK
RGB Variations
Color information
#3C0964 (or 0x3C0964) is known color: Christalle. HEX triplet: 3C, 09 and 64. RGB value is (60,9,100). Sum of RGB (Red+Green+Blue) = 60+9+100=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #3C0964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0964 is #C3F69B. Grayscale: #222222. Windows color (decimal): -12842652 or 6555964. OLE color: 6555964.
HSL color Cylindrical-coordinate representation of color #3C0964: hue angle of 273.63º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0964 is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 9 | 100 | - |
| CMYK | 0.4 | 0.91 | 0 | 0.61 |
| HSL | 273.63º | 0.83% | 0.21% | - |
| HSV(B) | 273.63º | 0.91% | 0.39% | - |
| XYZ | 4.26 | 2.08 | 12.23 | - |
| YUV | 34.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 100 | 0.4 | 0.91 | 0 | 0.61 | 273.63 | 0.83 | 0.21 |
| Hex | 3C | 9 | 64 | 28 | 5B | 0 | 3D | 112 | 53 | 15 |
| Octal | 74 | 11 | 144 | 50 | 133 | 0 | 75 | 422 | 123 | 25 |
| Binary | 111100 | 1001 | 1100100 | 101000 | 1011011 | 0 | 111101 | 100010010 | 1010011 | 10101 |
Color Harmonies of #3C0964
Complementary color
Monochromatic Colors of #3C0964
Black with #3C0964
Text Example
Text Example
White with #3C0964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0964; }
p { color: rgb(60,9,100); }
H1.HeaderClassName
{
color: #3C0964;
}
.AnyTagClassName
{
color: #3C0964;
}
</style>
background-color css
<style>
a { background-color: #3C0964; }
a { background-color: rgb(60,9,100); }
div.DivClassName
{
background-color: #3C0964;
}
.BgClassName
{
background-color: #3C0964;
}
</style>
border-color css
<style>
span { border-color: #3C0964; }
span { border-color: rgb(60,9,100); }
td.TdClassName
{
border-color: #3C0964;
}
.TagClassName
{
border-color: #3C0964;
}
</style>