Shades of Christalle #331F5C
Tints of Christalle #331F5C
RGB
CMYK
RGB Variations
Color information
#331F5C (or 0x331F5C) is known color: Christalle. HEX triplet: 33, 1F and 5C. RGB value is (51,31,92). Sum of RGB (Red+Green+Blue) = 51+31+92=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #331F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F5C is #CCE0A3. Grayscale: #2B2B2B. Windows color (decimal): -13426852 or 6037299. OLE color: 6037299.
HSL color Cylindrical-coordinate representation of color #331F5C: hue angle of 259.67º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #331F5C is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 31 | 92 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.64 |
| HSL | 259.67º | 0.5% | 0.24% | - |
| HSV(B) | 259.67º | 0.66% | 0.36% | - |
| XYZ | 3.79 | 2.46 | 10.4 | - |
| YUV | 43.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 92 | 0.45 | 0.66 | 0 | 0.64 | 259.67 | 0.5 | 0.24 |
| Hex | 33 | 1F | 5C | 2D | 42 | 0 | 40 | 104 | 32 | 18 |
| Octal | 63 | 37 | 134 | 55 | 102 | 0 | 100 | 404 | 62 | 30 |
| Binary | 110011 | 11111 | 1011100 | 101101 | 1000010 | 0 | 1000000 | 100000100 | 110010 | 11000 |
Color Harmonies of #331F5C
Complementary color
Monochromatic Colors of #331F5C
Black with #331F5C
Text Example
Text Example
White with #331F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F5C; }
p { color: rgb(51,31,92); }
H1.HeaderClassName
{
color: #331F5C;
}
.AnyTagClassName
{
color: #331F5C;
}
</style>
background-color css
<style>
a { background-color: #331F5C; }
a { background-color: rgb(51,31,92); }
div.DivClassName
{
background-color: #331F5C;
}
.BgClassName
{
background-color: #331F5C;
}
</style>
border-color css
<style>
span { border-color: #331F5C; }
span { border-color: rgb(51,31,92); }
td.TdClassName
{
border-color: #331F5C;
}
.TagClassName
{
border-color: #331F5C;
}
</style>