Shades of Christalle #3C0460
Tints of Christalle #3C0460
RGB
CMYK
RGB Variations
Color information
#3C0460 (or 0x3C0460) is known color: Christalle. HEX triplet: 3C, 04 and 60. RGB value is (60,4,96). Sum of RGB (Red+Green+Blue) = 60+4+96=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C0460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0460 is #C3FB9F. Grayscale: #1E1E1E. Windows color (decimal): -12843936 or 6292540. OLE color: 6292540.
HSL color Cylindrical-coordinate representation of color #3C0460: hue angle of 276.52º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0460 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 4 | 96 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.62 |
| HSL | 276.52º | 0.92% | 0.2% | - |
| HSV(B) | 276.52º | 0.96% | 0.38% | - |
| XYZ | 4.02 | 1.89 | 11.22 | - |
| YUV | 31.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 96 | 0.38 | 0.96 | 0 | 0.62 | 276.52 | 0.92 | 0.2 |
| Hex | 3C | 4 | 60 | 26 | 60 | 0 | 3E | 115 | 5C | 14 |
| Octal | 74 | 4 | 140 | 46 | 140 | 0 | 76 | 425 | 134 | 24 |
| Binary | 111100 | 100 | 1100000 | 100110 | 1100000 | 0 | 111110 | 100010101 | 1011100 | 10100 |
Color Harmonies of #3C0460
Complementary color
Monochromatic Colors of #3C0460
Black with #3C0460
Text Example
Text Example
White with #3C0460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0460; }
p { color: rgb(60,4,96); }
H1.HeaderClassName
{
color: #3C0460;
}
.AnyTagClassName
{
color: #3C0460;
}
</style>
background-color css
<style>
a { background-color: #3C0460; }
a { background-color: rgb(60,4,96); }
div.DivClassName
{
background-color: #3C0460;
}
.BgClassName
{
background-color: #3C0460;
}
</style>
border-color css
<style>
span { border-color: #3C0460; }
span { border-color: rgb(60,4,96); }
td.TdClassName
{
border-color: #3C0460;
}
.TagClassName
{
border-color: #3C0460;
}
</style>