Shades of Christalle #331F5B
Tints of Christalle #331F5B
RGB
CMYK
RGB Variations
Color information
#331F5B (or 0x331F5B) is known color: Christalle. HEX triplet: 33, 1F and 5B. RGB value is (51,31,91). Sum of RGB (Red+Green+Blue) = 51+31+91=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #331F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F5B is #CCE0A4. Grayscale: #2B2B2B. Windows color (decimal): -13426853 or 5971763. OLE color: 5971763.
HSL color Cylindrical-coordinate representation of color #331F5B: hue angle of 260º degrees, saturation: 0.49, 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 #331F5B is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 31 | 91 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.64 |
| HSL | 260º | 0.49% | 0.24% | - |
| HSV(B) | 260º | 0.66% | 0.36% | - |
| XYZ | 3.74 | 2.44 | 10.17 | - |
| YUV | 43.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 91 | 0.44 | 0.66 | 0 | 0.64 | 260 | 0.49 | 0.24 |
| Hex | 33 | 1F | 5B | 2C | 42 | 0 | 40 | 104 | 31 | 18 |
| Octal | 63 | 37 | 133 | 54 | 102 | 0 | 100 | 404 | 61 | 30 |
| Binary | 110011 | 11111 | 1011011 | 101100 | 1000010 | 0 | 1000000 | 100000100 | 110001 | 11000 |
Color Harmonies of #331F5B
Complementary color
Monochromatic Colors of #331F5B
Black with #331F5B
Text Example
Text Example
White with #331F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F5B; }
p { color: rgb(51,31,91); }
H1.HeaderClassName
{
color: #331F5B;
}
.AnyTagClassName
{
color: #331F5B;
}
</style>
background-color css
<style>
a { background-color: #331F5B; }
a { background-color: rgb(51,31,91); }
div.DivClassName
{
background-color: #331F5B;
}
.BgClassName
{
background-color: #331F5B;
}
</style>
border-color css
<style>
span { border-color: #331F5B; }
span { border-color: rgb(51,31,91); }
td.TdClassName
{
border-color: #331F5B;
}
.TagClassName
{
border-color: #331F5B;
}
</style>