Shades of Christalle #3C1263
Tints of Christalle #3C1263
RGB
CMYK
RGB Variations
Color information
#3C1263 (or 0x3C1263) is known color: Christalle. HEX triplet: 3C, 12 and 63. RGB value is (60,18,99). Sum of RGB (Red+Green+Blue) = 60+18+99=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C1263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1263 is #C3ED9C. Grayscale: #272727. Windows color (decimal): -12840349 or 6492732. OLE color: 6492732.
HSL color Cylindrical-coordinate representation of color #3C1263: hue angle of 271.11º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1263 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 18 | 99 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.61 |
| HSL | 271.11º | 0.69% | 0.23% | - |
| HSV(B) | 271.11º | 0.82% | 0.39% | - |
| XYZ | 4.33 | 2.29 | 12.02 | - |
| YUV | 39.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 99 | 0.39 | 0.82 | 0 | 0.61 | 271.11 | 0.69 | 0.23 |
| Hex | 3C | 12 | 63 | 27 | 52 | 0 | 3D | 10F | 45 | 17 |
| Octal | 74 | 22 | 143 | 47 | 122 | 0 | 75 | 417 | 105 | 27 |
| Binary | 111100 | 10010 | 1100011 | 100111 | 1010010 | 0 | 111101 | 100001111 | 1000101 | 10111 |
Color Harmonies of #3C1263
Complementary color
Monochromatic Colors of #3C1263
Black with #3C1263
Text Example
Text Example
White with #3C1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1263; }
p { color: rgb(60,18,99); }
H1.HeaderClassName
{
color: #3C1263;
}
.AnyTagClassName
{
color: #3C1263;
}
</style>
background-color css
<style>
a { background-color: #3C1263; }
a { background-color: rgb(60,18,99); }
div.DivClassName
{
background-color: #3C1263;
}
.BgClassName
{
background-color: #3C1263;
}
</style>
border-color css
<style>
span { border-color: #3C1263; }
span { border-color: rgb(60,18,99); }
td.TdClassName
{
border-color: #3C1263;
}
.TagClassName
{
border-color: #3C1263;
}
</style>