Shades of Christalle #330E57
Tints of Christalle #330E57
RGB
CMYK
RGB Variations
Color information
#330E57 (or 0x330E57) is known color: Christalle. HEX triplet: 33, 0E and 57. RGB value is (51,14,87). Sum of RGB (Red+Green+Blue) = 51+14+87=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #330E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330E57 is #CCF1A8. Grayscale: #212121. Windows color (decimal): -13431209 or 5705267. OLE color: 5705267.
HSL color Cylindrical-coordinate representation of color #330E57: hue angle of 270.41º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330E57 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 14 | 87 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.66 |
| HSL | 270.41º | 0.72% | 0.2% | - |
| HSV(B) | 270.41º | 0.84% | 0.34% | - |
| XYZ | 3.24 | 1.71 | 9.18 | - |
| YUV | 33.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 87 | 0.41 | 0.84 | 0 | 0.66 | 270.41 | 0.72 | 0.2 |
| Hex | 33 | E | 57 | 29 | 54 | 0 | 42 | 10E | 48 | 14 |
| Octal | 63 | 16 | 127 | 51 | 124 | 0 | 102 | 416 | 110 | 24 |
| Binary | 110011 | 1110 | 1010111 | 101001 | 1010100 | 0 | 1000010 | 100001110 | 1001000 | 10100 |
Color Harmonies of #330E57
Complementary color
Monochromatic Colors of #330E57
Black with #330E57
Text Example
Text Example
White with #330E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E57; }
p { color: rgb(51,14,87); }
H1.HeaderClassName
{
color: #330E57;
}
.AnyTagClassName
{
color: #330E57;
}
</style>
background-color css
<style>
a { background-color: #330E57; }
a { background-color: rgb(51,14,87); }
div.DivClassName
{
background-color: #330E57;
}
.BgClassName
{
background-color: #330E57;
}
</style>
border-color css
<style>
span { border-color: #330E57; }
span { border-color: rgb(51,14,87); }
td.TdClassName
{
border-color: #330E57;
}
.TagClassName
{
border-color: #330E57;
}
</style>