Shades of Christalle #331C5B
Tints of Christalle #331C5B
RGB
CMYK
RGB Variations
Color information
#331C5B (or 0x331C5B) is known color: Christalle. HEX triplet: 33, 1C and 5B. RGB value is (51,28,91). Sum of RGB (Red+Green+Blue) = 51+28+91=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #331C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C5B is #CCE3A4. Grayscale: #292929. Windows color (decimal): -13427621 or 5970995. OLE color: 5970995.
HSL color Cylindrical-coordinate representation of color #331C5B: hue angle of 261.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331C5B is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 28 | 91 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.64 |
| HSL | 261.9º | 0.53% | 0.23% | - |
| HSV(B) | 261.9º | 0.69% | 0.36% | - |
| XYZ | 3.67 | 2.29 | 10.15 | - |
| YUV | 42.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 91 | 0.44 | 0.69 | 0 | 0.64 | 261.9 | 0.53 | 0.23 |
| Hex | 33 | 1C | 5B | 2C | 45 | 0 | 40 | 106 | 35 | 17 |
| Octal | 63 | 34 | 133 | 54 | 105 | 0 | 100 | 406 | 65 | 27 |
| Binary | 110011 | 11100 | 1011011 | 101100 | 1000101 | 0 | 1000000 | 100000110 | 110101 | 10111 |
Color Harmonies of #331C5B
Complementary color
Monochromatic Colors of #331C5B
Black with #331C5B
Text Example
Text Example
White with #331C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C5B; }
p { color: rgb(51,28,91); }
H1.HeaderClassName
{
color: #331C5B;
}
.AnyTagClassName
{
color: #331C5B;
}
</style>
background-color css
<style>
a { background-color: #331C5B; }
a { background-color: rgb(51,28,91); }
div.DivClassName
{
background-color: #331C5B;
}
.BgClassName
{
background-color: #331C5B;
}
</style>
border-color css
<style>
span { border-color: #331C5B; }
span { border-color: rgb(51,28,91); }
td.TdClassName
{
border-color: #331C5B;
}
.TagClassName
{
border-color: #331C5B;
}
</style>