Shades of Christalle #3C1967
Tints of Christalle #3C1967
RGB
CMYK
RGB Variations
Color information
#3C1967 (or 0x3C1967) is known color: Christalle. HEX triplet: 3C, 19 and 67. RGB value is (60,25,103). Sum of RGB (Red+Green+Blue) = 60+25+103=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C1967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1967 is #C3E698. Grayscale: #2C2C2C. Windows color (decimal): -12838553 or 6756668. OLE color: 6756668.
HSL color Cylindrical-coordinate representation of color #3C1967: hue angle of 266.92º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C1967 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 25 | 103 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.60 |
| HSL | 266.92º | 0.61% | 0.25% | - |
| HSV(B) | 266.92º | 0.76% | 0.4% | - |
| XYZ | 4.66 | 2.64 | 13.1 | - |
| YUV | 44.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 103 | 0.42 | 0.76 | 0 | 0.60 | 266.92 | 0.61 | 0.25 |
| Hex | 3C | 19 | 67 | 2A | 4C | 0 | 3C | 10B | 3D | 19 |
| Octal | 74 | 31 | 147 | 52 | 114 | 0 | 74 | 413 | 75 | 31 |
| Binary | 111100 | 11001 | 1100111 | 101010 | 1001100 | 0 | 111100 | 100001011 | 111101 | 11001 |
Color Harmonies of #3C1967
Complementary color
Monochromatic Colors of #3C1967
Black with #3C1967
Text Example
Text Example
White with #3C1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1967; }
p { color: rgb(60,25,103); }
H1.HeaderClassName
{
color: #3C1967;
}
.AnyTagClassName
{
color: #3C1967;
}
</style>
background-color css
<style>
a { background-color: #3C1967; }
a { background-color: rgb(60,25,103); }
div.DivClassName
{
background-color: #3C1967;
}
.BgClassName
{
background-color: #3C1967;
}
</style>
border-color css
<style>
span { border-color: #3C1967; }
span { border-color: rgb(60,25,103); }
td.TdClassName
{
border-color: #3C1967;
}
.TagClassName
{
border-color: #3C1967;
}
</style>