Shades of Christalle #331D57
Tints of Christalle #331D57
RGB
CMYK
RGB Variations
Color information
#331D57 (or 0x331D57) is known color: Christalle. HEX triplet: 33, 1D and 57. RGB value is (51,29,87). Sum of RGB (Red+Green+Blue) = 51+29+87=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #331D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D57 is #CCE2A8. Grayscale: #292929. Windows color (decimal): -13427369 or 5709107. OLE color: 5709107.
HSL color Cylindrical-coordinate representation of color #331D57: hue angle of 262.76º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331D57 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 29 | 87 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.66 |
| HSL | 262.76º | 0.5% | 0.23% | - |
| HSV(B) | 262.76º | 0.67% | 0.34% | - |
| XYZ | 3.52 | 2.27 | 9.27 | - |
| YUV | 42.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 87 | 0.41 | 0.67 | 0 | 0.66 | 262.76 | 0.5 | 0.23 |
| Hex | 33 | 1D | 57 | 29 | 43 | 0 | 42 | 107 | 32 | 17 |
| Octal | 63 | 35 | 127 | 51 | 103 | 0 | 102 | 407 | 62 | 27 |
| Binary | 110011 | 11101 | 1010111 | 101001 | 1000011 | 0 | 1000010 | 100000111 | 110010 | 10111 |
Color Harmonies of #331D57
Complementary color
Monochromatic Colors of #331D57
Black with #331D57
Text Example
Text Example
White with #331D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D57; }
p { color: rgb(51,29,87); }
H1.HeaderClassName
{
color: #331D57;
}
.AnyTagClassName
{
color: #331D57;
}
</style>
background-color css
<style>
a { background-color: #331D57; }
a { background-color: rgb(51,29,87); }
div.DivClassName
{
background-color: #331D57;
}
.BgClassName
{
background-color: #331D57;
}
</style>
border-color css
<style>
span { border-color: #331D57; }
span { border-color: rgb(51,29,87); }
td.TdClassName
{
border-color: #331D57;
}
.TagClassName
{
border-color: #331D57;
}
</style>