Shades of Christalle #3C0F59
Tints of Christalle #3C0F59
RGB
CMYK
RGB Variations
Color information
#3C0F59 (or 0x3C0F59) is known color: Christalle. HEX triplet: 3C, 0F and 59. RGB value is (60,15,89). Sum of RGB (Red+Green+Blue) = 60+15+89=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0F59 is #C3F0A6. Grayscale: #242424. Windows color (decimal): -12841127 or 5836604. OLE color: 5836604.
HSL color Cylindrical-coordinate representation of color #3C0F59: hue angle of 276.49º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C0F59 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 15 | 89 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.65 |
| HSL | 276.49º | 0.71% | 0.2% | - |
| HSV(B) | 276.49º | 0.83% | 0.35% | - |
| XYZ | 3.84 | 2.02 | 9.64 | - |
| YUV | 36.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 89 | 0.33 | 0.83 | 0 | 0.65 | 276.49 | 0.71 | 0.2 |
| Hex | 3C | F | 59 | 21 | 53 | 0 | 41 | 114 | 47 | 14 |
| Octal | 74 | 17 | 131 | 41 | 123 | 0 | 101 | 424 | 107 | 24 |
| Binary | 111100 | 1111 | 1011001 | 100001 | 1010011 | 0 | 1000001 | 100010100 | 1000111 | 10100 |
Color Harmonies of #3C0F59
Complementary color
Monochromatic Colors of #3C0F59
Black with #3C0F59
Text Example
Text Example
White with #3C0F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F59; }
p { color: rgb(60,15,89); }
H1.HeaderClassName
{
color: #3C0F59;
}
.AnyTagClassName
{
color: #3C0F59;
}
</style>
background-color css
<style>
a { background-color: #3C0F59; }
a { background-color: rgb(60,15,89); }
div.DivClassName
{
background-color: #3C0F59;
}
.BgClassName
{
background-color: #3C0F59;
}
</style>
border-color css
<style>
span { border-color: #3C0F59; }
span { border-color: rgb(60,15,89); }
td.TdClassName
{
border-color: #3C0F59;
}
.TagClassName
{
border-color: #3C0F59;
}
</style>