Shades of Christalle #3C0D69
Tints of Christalle #3C0D69
RGB
CMYK
RGB Variations
Color information
#3C0D69 (or 0x3C0D69) is known color: Christalle. HEX triplet: 3C, 0D and 69. RGB value is (60,13,105). Sum of RGB (Red+Green+Blue) = 60+13+105=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C0D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D69 is #C3F296. Grayscale: #252525. Windows color (decimal): -12841623 or 6884668. OLE color: 6884668.
HSL color Cylindrical-coordinate representation of color #3C0D69: hue angle of 270.65º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0D69 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 13 | 105 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.59 |
| HSL | 270.65º | 0.78% | 0.23% | - |
| HSV(B) | 270.65º | 0.88% | 0.41% | - |
| XYZ | 4.56 | 2.27 | 13.56 | - |
| YUV | 37.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 105 | 0.43 | 0.88 | 0 | 0.59 | 270.65 | 0.78 | 0.23 |
| Hex | 3C | D | 69 | 2B | 58 | 0 | 3B | 10F | 4E | 17 |
| Octal | 74 | 15 | 151 | 53 | 130 | 0 | 73 | 417 | 116 | 27 |
| Binary | 111100 | 1101 | 1101001 | 101011 | 1011000 | 0 | 111011 | 100001111 | 1001110 | 10111 |
Color Harmonies of #3C0D69
Complementary color
Monochromatic Colors of #3C0D69
Black with #3C0D69
Text Example
Text Example
White with #3C0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D69; }
p { color: rgb(60,13,105); }
H1.HeaderClassName
{
color: #3C0D69;
}
.AnyTagClassName
{
color: #3C0D69;
}
</style>
background-color css
<style>
a { background-color: #3C0D69; }
a { background-color: rgb(60,13,105); }
div.DivClassName
{
background-color: #3C0D69;
}
.BgClassName
{
background-color: #3C0D69;
}
</style>
border-color css
<style>
span { border-color: #3C0D69; }
span { border-color: rgb(60,13,105); }
td.TdClassName
{
border-color: #3C0D69;
}
.TagClassName
{
border-color: #3C0D69;
}
</style>