Shades of Christalle #330563
Tints of Christalle #330563
RGB
CMYK
RGB Variations
Color information
#330563 (or 0x330563) is known color: Christalle. HEX triplet: 33, 05 and 63. RGB value is (51,5,99). Sum of RGB (Red+Green+Blue) = 51+5+99=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #330563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330563 is #CCFA9C. Grayscale: #1D1D1D. Windows color (decimal): -13433501 or 6489395. OLE color: 6489395.
HSL color Cylindrical-coordinate representation of color #330563: hue angle of 269.36º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330563 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 5 | 99 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.61 |
| HSL | 269.36º | 0.9% | 0.2% | - |
| HSV(B) | 269.36º | 0.95% | 0.39% | - |
| XYZ | 3.67 | 1.71 | 11.94 | - |
| YUV | 29.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 99 | 0.48 | 0.95 | 0 | 0.61 | 269.36 | 0.9 | 0.2 |
| Hex | 33 | 5 | 63 | 30 | 5F | 0 | 3D | 10D | 5A | 14 |
| Octal | 63 | 5 | 143 | 60 | 137 | 0 | 75 | 415 | 132 | 24 |
| Binary | 110011 | 101 | 1100011 | 110000 | 1011111 | 0 | 111101 | 100001101 | 1011010 | 10100 |
Color Harmonies of #330563
Complementary color
Monochromatic Colors of #330563
Black with #330563
Text Example
Text Example
White with #330563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330563; }
p { color: rgb(51,5,99); }
H1.HeaderClassName
{
color: #330563;
}
.AnyTagClassName
{
color: #330563;
}
</style>
background-color css
<style>
a { background-color: #330563; }
a { background-color: rgb(51,5,99); }
div.DivClassName
{
background-color: #330563;
}
.BgClassName
{
background-color: #330563;
}
</style>
border-color css
<style>
span { border-color: #330563; }
span { border-color: rgb(51,5,99); }
td.TdClassName
{
border-color: #330563;
}
.TagClassName
{
border-color: #330563;
}
</style>