Shades of Christalle #330F55
Tints of Christalle #330F55
RGB
CMYK
RGB Variations
Color information
#330F55 (or 0x330F55) is known color: Christalle. HEX triplet: 33, 0F and 55. RGB value is (51,15,85). Sum of RGB (Red+Green+Blue) = 51+15+85=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #330F55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F55 is #CCF0AA. Grayscale: #212121. Windows color (decimal): -13430955 or 5574451. OLE color: 5574451.
HSL color Cylindrical-coordinate representation of color #330F55: hue angle of 270.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330F55 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 15 | 85 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.67 |
| HSL | 270.86º | 0.7% | 0.2% | - |
| HSV(B) | 270.86º | 0.82% | 0.33% | - |
| XYZ | 3.18 | 1.7 | 8.76 | - |
| YUV | 33.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 85 | 0.40 | 0.82 | 0 | 0.67 | 270.86 | 0.7 | 0.2 |
| Hex | 33 | F | 55 | 28 | 52 | 0 | 43 | 10F | 46 | 14 |
| Octal | 63 | 17 | 125 | 50 | 122 | 0 | 103 | 417 | 106 | 24 |
| Binary | 110011 | 1111 | 1010101 | 101000 | 1010010 | 0 | 1000011 | 100001111 | 1000110 | 10100 |
Color Harmonies of #330F55
Complementary color
Monochromatic Colors of #330F55
Black with #330F55
Text Example
Text Example
White with #330F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F55; }
p { color: rgb(51,15,85); }
H1.HeaderClassName
{
color: #330F55;
}
.AnyTagClassName
{
color: #330F55;
}
</style>
background-color css
<style>
a { background-color: #330F55; }
a { background-color: rgb(51,15,85); }
div.DivClassName
{
background-color: #330F55;
}
.BgClassName
{
background-color: #330F55;
}
</style>
border-color css
<style>
span { border-color: #330F55; }
span { border-color: rgb(51,15,85); }
td.TdClassName
{
border-color: #330F55;
}
.TagClassName
{
border-color: #330F55;
}
</style>