Shades of Christalle #3C0B63
Tints of Christalle #3C0B63
RGB
CMYK
RGB Variations
Color information
#3C0B63 (or 0x3C0B63) is known color: Christalle. HEX triplet: 3C, 0B and 63. RGB value is (60,11,99). Sum of RGB (Red+Green+Blue) = 60+11+99=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C0B63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0B63 is #C3F49C. Grayscale: #232323. Windows color (decimal): -12842141 or 6490940. OLE color: 6490940.
HSL color Cylindrical-coordinate representation of color #3C0B63: hue angle of 273.41º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0B63 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 11 | 99 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.61 |
| HSL | 273.41º | 0.8% | 0.22% | - |
| HSV(B) | 273.41º | 0.89% | 0.39% | - |
| XYZ | 4.24 | 2.1 | 11.99 | - |
| YUV | 35.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 99 | 0.39 | 0.89 | 0 | 0.61 | 273.41 | 0.8 | 0.22 |
| Hex | 3C | B | 63 | 27 | 59 | 0 | 3D | 111 | 50 | 16 |
| Octal | 74 | 13 | 143 | 47 | 131 | 0 | 75 | 421 | 120 | 26 |
| Binary | 111100 | 1011 | 1100011 | 100111 | 1011001 | 0 | 111101 | 100010001 | 1010000 | 10110 |
Color Harmonies of #3C0B63
Complementary color
Monochromatic Colors of #3C0B63
Black with #3C0B63
Text Example
Text Example
White with #3C0B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0B63; }
p { color: rgb(60,11,99); }
H1.HeaderClassName
{
color: #3C0B63;
}
.AnyTagClassName
{
color: #3C0B63;
}
</style>
background-color css
<style>
a { background-color: #3C0B63; }
a { background-color: rgb(60,11,99); }
div.DivClassName
{
background-color: #3C0B63;
}
.BgClassName
{
background-color: #3C0B63;
}
</style>
border-color css
<style>
span { border-color: #3C0B63; }
span { border-color: rgb(60,11,99); }
td.TdClassName
{
border-color: #3C0B63;
}
.TagClassName
{
border-color: #3C0B63;
}
</style>