Shades of Christalle #330D57
Tints of Christalle #330D57
RGB
CMYK
RGB Variations
Color information
#330D57 (or 0x330D57) is known color: Christalle. HEX triplet: 33, 0D and 57. RGB value is (51,13,87). Sum of RGB (Red+Green+Blue) = 51+13+87=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #330D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D57 is #CCF2A8. Grayscale: #202020. Windows color (decimal): -13431465 or 5705011. OLE color: 5705011.
HSL color Cylindrical-coordinate representation of color #330D57: hue angle of 270.81º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330D57 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 13 | 87 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.66 |
| HSL | 270.81º | 0.74% | 0.2% | - |
| HSV(B) | 270.81º | 0.85% | 0.34% | - |
| XYZ | 3.23 | 1.68 | 9.17 | - |
| YUV | 32.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 87 | 0.41 | 0.85 | 0 | 0.66 | 270.81 | 0.74 | 0.2 |
| Hex | 33 | D | 57 | 29 | 55 | 0 | 42 | 10F | 4A | 14 |
| Octal | 63 | 15 | 127 | 51 | 125 | 0 | 102 | 417 | 112 | 24 |
| Binary | 110011 | 1101 | 1010111 | 101001 | 1010101 | 0 | 1000010 | 100001111 | 1001010 | 10100 |
Color Harmonies of #330D57
Complementary color
Monochromatic Colors of #330D57
Black with #330D57
Text Example
Text Example
White with #330D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D57; }
p { color: rgb(51,13,87); }
H1.HeaderClassName
{
color: #330D57;
}
.AnyTagClassName
{
color: #330D57;
}
</style>
background-color css
<style>
a { background-color: #330D57; }
a { background-color: rgb(51,13,87); }
div.DivClassName
{
background-color: #330D57;
}
.BgClassName
{
background-color: #330D57;
}
</style>
border-color css
<style>
span { border-color: #330D57; }
span { border-color: rgb(51,13,87); }
td.TdClassName
{
border-color: #330D57;
}
.TagClassName
{
border-color: #330D57;
}
</style>