Shades of Christalle #331D5C
Tints of Christalle #331D5C
RGB
CMYK
RGB Variations
Color information
#331D5C (or 0x331D5C) is known color: Christalle. HEX triplet: 33, 1D and 5C. RGB value is (51,29,92). Sum of RGB (Red+Green+Blue) = 51+29+92=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #331D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D5C is #CCE2A3. Grayscale: #2A2A2A. Windows color (decimal): -13427364 or 6036787. OLE color: 6036787.
HSL color Cylindrical-coordinate representation of color #331D5C: hue angle of 260.95º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #331D5C is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 29 | 92 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.64 |
| HSL | 260.95º | 0.52% | 0.24% | - |
| HSV(B) | 260.95º | 0.68% | 0.36% | - |
| XYZ | 3.74 | 2.36 | 10.38 | - |
| YUV | 42.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 92 | 0.45 | 0.68 | 0 | 0.64 | 260.95 | 0.52 | 0.24 |
| Hex | 33 | 1D | 5C | 2D | 44 | 0 | 40 | 105 | 34 | 18 |
| Octal | 63 | 35 | 134 | 55 | 104 | 0 | 100 | 405 | 64 | 30 |
| Binary | 110011 | 11101 | 1011100 | 101101 | 1000100 | 0 | 1000000 | 100000101 | 110100 | 11000 |
Color Harmonies of #331D5C
Complementary color
Monochromatic Colors of #331D5C
Black with #331D5C
Text Example
Text Example
White with #331D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D5C; }
p { color: rgb(51,29,92); }
H1.HeaderClassName
{
color: #331D5C;
}
.AnyTagClassName
{
color: #331D5C;
}
</style>
background-color css
<style>
a { background-color: #331D5C; }
a { background-color: rgb(51,29,92); }
div.DivClassName
{
background-color: #331D5C;
}
.BgClassName
{
background-color: #331D5C;
}
</style>
border-color css
<style>
span { border-color: #331D5C; }
span { border-color: rgb(51,29,92); }
td.TdClassName
{
border-color: #331D5C;
}
.TagClassName
{
border-color: #331D5C;
}
</style>