Shades of Christalle #330D5B
Tints of Christalle #330D5B
RGB
CMYK
RGB Variations
Color information
#330D5B (or 0x330D5B) is known color: Christalle. HEX triplet: 33, 0D and 5B. RGB value is (51,13,91). Sum of RGB (Red+Green+Blue) = 51+13+91=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #330D5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D5B is #CCF2A4. Grayscale: #202020. Windows color (decimal): -13431461 or 5967155. OLE color: 5967155.
HSL color Cylindrical-coordinate representation of color #330D5B: hue angle of 269.23º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330D5B is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 13 | 91 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.64 |
| HSL | 269.23º | 0.75% | 0.2% | - |
| HSV(B) | 269.23º | 0.86% | 0.36% | - |
| XYZ | 3.4 | 1.75 | 10.06 | - |
| YUV | 33.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 91 | 0.44 | 0.86 | 0 | 0.64 | 269.23 | 0.75 | 0.2 |
| Hex | 33 | D | 5B | 2C | 56 | 0 | 40 | 10D | 4B | 14 |
| Octal | 63 | 15 | 133 | 54 | 126 | 0 | 100 | 415 | 113 | 24 |
| Binary | 110011 | 1101 | 1011011 | 101100 | 1010110 | 0 | 1000000 | 100001101 | 1001011 | 10100 |
Color Harmonies of #330D5B
Complementary color
Monochromatic Colors of #330D5B
Black with #330D5B
Text Example
Text Example
White with #330D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D5B; }
p { color: rgb(51,13,91); }
H1.HeaderClassName
{
color: #330D5B;
}
.AnyTagClassName
{
color: #330D5B;
}
</style>
background-color css
<style>
a { background-color: #330D5B; }
a { background-color: rgb(51,13,91); }
div.DivClassName
{
background-color: #330D5B;
}
.BgClassName
{
background-color: #330D5B;
}
</style>
border-color css
<style>
span { border-color: #330D5B; }
span { border-color: rgb(51,13,91); }
td.TdClassName
{
border-color: #330D5B;
}
.TagClassName
{
border-color: #330D5B;
}
</style>