Shades of Christalle #330C60
Tints of Christalle #330C60
RGB
CMYK
RGB Variations
Color information
#330C60 (or 0x330C60) is known color: Christalle. HEX triplet: 33, 0C and 60. RGB value is (51,12,96). Sum of RGB (Red+Green+Blue) = 51+12+96=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #330C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C60 is #CCF39F. Grayscale: #202020. Windows color (decimal): -13431712 or 6294579. OLE color: 6294579.
HSL color Cylindrical-coordinate representation of color #330C60: hue angle of 267.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330C60 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 12 | 96 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.62 |
| HSL | 267.86º | 0.78% | 0.21% | - |
| HSV(B) | 267.86º | 0.88% | 0.38% | - |
| XYZ | 3.61 | 1.81 | 11.23 | - |
| YUV | 33.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 96 | 0.47 | 0.88 | 0 | 0.62 | 267.86 | 0.78 | 0.21 |
| Hex | 33 | C | 60 | 2F | 58 | 0 | 3E | 10C | 4E | 15 |
| Octal | 63 | 14 | 140 | 57 | 130 | 0 | 76 | 414 | 116 | 25 |
| Binary | 110011 | 1100 | 1100000 | 101111 | 1011000 | 0 | 111110 | 100001100 | 1001110 | 10101 |
Color Harmonies of #330C60
Complementary color
Monochromatic Colors of #330C60
Black with #330C60
Text Example
Text Example
White with #330C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C60; }
p { color: rgb(51,12,96); }
H1.HeaderClassName
{
color: #330C60;
}
.AnyTagClassName
{
color: #330C60;
}
</style>
background-color css
<style>
a { background-color: #330C60; }
a { background-color: rgb(51,12,96); }
div.DivClassName
{
background-color: #330C60;
}
.BgClassName
{
background-color: #330C60;
}
</style>
border-color css
<style>
span { border-color: #330C60; }
span { border-color: rgb(51,12,96); }
td.TdClassName
{
border-color: #330C60;
}
.TagClassName
{
border-color: #330C60;
}
</style>