Shades of Christalle #3C1463
Tints of Christalle #3C1463
RGB
CMYK
RGB Variations
Color information
#3C1463 (or 0x3C1463) is known color: Christalle. HEX triplet: 3C, 14 and 63. RGB value is (60,20,99). Sum of RGB (Red+Green+Blue) = 60+20+99=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C1463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1463 is #C3EB9C. Grayscale: #282828. Windows color (decimal): -12839837 or 6493244. OLE color: 6493244.
HSL color Cylindrical-coordinate representation of color #3C1463: hue angle of 270.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1463 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 20 | 99 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.61 |
| HSL | 270.38º | 0.66% | 0.23% | - |
| HSV(B) | 270.38º | 0.8% | 0.39% | - |
| XYZ | 4.37 | 2.36 | 12.03 | - |
| YUV | 40.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 99 | 0.39 | 0.80 | 0 | 0.61 | 270.38 | 0.66 | 0.23 |
| Hex | 3C | 14 | 63 | 27 | 50 | 0 | 3D | 10E | 42 | 17 |
| Octal | 74 | 24 | 143 | 47 | 120 | 0 | 75 | 416 | 102 | 27 |
| Binary | 111100 | 10100 | 1100011 | 100111 | 1010000 | 0 | 111101 | 100001110 | 1000010 | 10111 |
Color Harmonies of #3C1463
Complementary color
Monochromatic Colors of #3C1463
Black with #3C1463
Text Example
Text Example
White with #3C1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1463; }
p { color: rgb(60,20,99); }
H1.HeaderClassName
{
color: #3C1463;
}
.AnyTagClassName
{
color: #3C1463;
}
</style>
background-color css
<style>
a { background-color: #3C1463; }
a { background-color: rgb(60,20,99); }
div.DivClassName
{
background-color: #3C1463;
}
.BgClassName
{
background-color: #3C1463;
}
</style>
border-color css
<style>
span { border-color: #3C1463; }
span { border-color: rgb(60,20,99); }
td.TdClassName
{
border-color: #3C1463;
}
.TagClassName
{
border-color: #3C1463;
}
</style>