Shades of Christalle #3C0661
Tints of Christalle #3C0661
RGB
CMYK
RGB Variations
Color information
#3C0661 (or 0x3C0661) is known color: Christalle. HEX triplet: 3C, 06 and 61. RGB value is (60,6,97). Sum of RGB (Red+Green+Blue) = 60+6+97=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C0661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0661 is #C3F99E. Grayscale: #202020. Windows color (decimal): -12843423 or 6358588. OLE color: 6358588.
HSL color Cylindrical-coordinate representation of color #3C0661: hue angle of 275.6º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0661 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 6 | 97 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.62 |
| HSL | 275.6º | 0.88% | 0.2% | - |
| HSV(B) | 275.6º | 0.94% | 0.38% | - |
| XYZ | 4.09 | 1.95 | 11.47 | - |
| YUV | 32.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 97 | 0.38 | 0.94 | 0 | 0.62 | 275.6 | 0.88 | 0.2 |
| Hex | 3C | 6 | 61 | 26 | 5E | 0 | 3E | 114 | 58 | 14 |
| Octal | 74 | 6 | 141 | 46 | 136 | 0 | 76 | 424 | 130 | 24 |
| Binary | 111100 | 110 | 1100001 | 100110 | 1011110 | 0 | 111110 | 100010100 | 1011000 | 10100 |
Color Harmonies of #3C0661
Complementary color
Monochromatic Colors of #3C0661
Black with #3C0661
Text Example
Text Example
White with #3C0661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0661; }
p { color: rgb(60,6,97); }
H1.HeaderClassName
{
color: #3C0661;
}
.AnyTagClassName
{
color: #3C0661;
}
</style>
background-color css
<style>
a { background-color: #3C0661; }
a { background-color: rgb(60,6,97); }
div.DivClassName
{
background-color: #3C0661;
}
.BgClassName
{
background-color: #3C0661;
}
</style>
border-color css
<style>
span { border-color: #3C0661; }
span { border-color: rgb(60,6,97); }
td.TdClassName
{
border-color: #3C0661;
}
.TagClassName
{
border-color: #3C0661;
}
</style>