Shades of Christalle #3C0A66
Tints of Christalle #3C0A66
RGB
CMYK
RGB Variations
Color information
#3C0A66 (or 0x3C0A66) is known color: Christalle. HEX triplet: 3C, 0A and 66. RGB value is (60,10,102). Sum of RGB (Red+Green+Blue) = 60+10+102=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C0A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0A66 is #C3F599. Grayscale: #232323. Windows color (decimal): -12842394 or 6687292. OLE color: 6687292.
HSL color Cylindrical-coordinate representation of color #3C0A66: hue angle of 272.61º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0A66 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 10 | 102 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.6 |
| HSL | 272.61º | 0.82% | 0.22% | - |
| HSV(B) | 272.61º | 0.9% | 0.4% | - |
| XYZ | 4.37 | 2.14 | 12.75 | - |
| YUV | 35.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 102 | 0.41 | 0.90 | 0 | 0.6 | 272.61 | 0.82 | 0.22 |
| Hex | 3C | A | 66 | 29 | 5A | 0 | 3C | 111 | 52 | 16 |
| Octal | 74 | 12 | 146 | 51 | 132 | 0 | 74 | 421 | 122 | 26 |
| Binary | 111100 | 1010 | 1100110 | 101001 | 1011010 | 0 | 111100 | 100010001 | 1010010 | 10110 |
Color Harmonies of #3C0A66
Complementary color
Monochromatic Colors of #3C0A66
Black with #3C0A66
Text Example
Text Example
White with #3C0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A66; }
p { color: rgb(60,10,102); }
H1.HeaderClassName
{
color: #3C0A66;
}
.AnyTagClassName
{
color: #3C0A66;
}
</style>
background-color css
<style>
a { background-color: #3C0A66; }
a { background-color: rgb(60,10,102); }
div.DivClassName
{
background-color: #3C0A66;
}
.BgClassName
{
background-color: #3C0A66;
}
</style>
border-color css
<style>
span { border-color: #3C0A66; }
span { border-color: rgb(60,10,102); }
td.TdClassName
{
border-color: #3C0A66;
}
.TagClassName
{
border-color: #3C0A66;
}
</style>