Shades of Christalle #331D56
Tints of Christalle #331D56
RGB
CMYK
RGB Variations
Color information
#331D56 (or 0x331D56) is known color: Christalle. HEX triplet: 33, 1D and 56. RGB value is (51,29,86). Sum of RGB (Red+Green+Blue) = 51+29+86=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #331D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D56 is #CCE2A9. Grayscale: #292929. Windows color (decimal): -13427370 or 5643571. OLE color: 5643571.
HSL color Cylindrical-coordinate representation of color #331D56: hue angle of 263.16º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #331D56 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 29 | 86 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.66 |
| HSL | 263.16º | 0.5% | 0.23% | - |
| HSV(B) | 263.16º | 0.66% | 0.34% | - |
| XYZ | 3.48 | 2.25 | 9.06 | - |
| YUV | 42.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 86 | 0.41 | 0.66 | 0 | 0.66 | 263.16 | 0.5 | 0.23 |
| Hex | 33 | 1D | 56 | 29 | 42 | 0 | 42 | 107 | 32 | 17 |
| Octal | 63 | 35 | 126 | 51 | 102 | 0 | 102 | 407 | 62 | 27 |
| Binary | 110011 | 11101 | 1010110 | 101001 | 1000010 | 0 | 1000010 | 100000111 | 110010 | 10111 |
Color Harmonies of #331D56
Complementary color
Monochromatic Colors of #331D56
Black with #331D56
Text Example
Text Example
White with #331D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D56; }
p { color: rgb(51,29,86); }
H1.HeaderClassName
{
color: #331D56;
}
.AnyTagClassName
{
color: #331D56;
}
</style>
background-color css
<style>
a { background-color: #331D56; }
a { background-color: rgb(51,29,86); }
div.DivClassName
{
background-color: #331D56;
}
.BgClassName
{
background-color: #331D56;
}
</style>
border-color css
<style>
span { border-color: #331D56; }
span { border-color: rgb(51,29,86); }
td.TdClassName
{
border-color: #331D56;
}
.TagClassName
{
border-color: #331D56;
}
</style>