Shades of Christalle #331C59
Tints of Christalle #331C59
RGB
CMYK
RGB Variations
Color information
#331C59 (or 0x331C59) is known color: Christalle. HEX triplet: 33, 1C and 59. RGB value is (51,28,89). Sum of RGB (Red+Green+Blue) = 51+28+89=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #331C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C59 is #CCE3A6. Grayscale: #292929. Windows color (decimal): -13427623 or 5839923. OLE color: 5839923.
HSL color Cylindrical-coordinate representation of color #331C59: hue angle of 262.62º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331C59 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 28 | 89 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.65 |
| HSL | 262.62º | 0.52% | 0.23% | - |
| HSV(B) | 262.62º | 0.69% | 0.35% | - |
| XYZ | 3.58 | 2.26 | 9.7 | - |
| YUV | 41.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 89 | 0.43 | 0.69 | 0 | 0.65 | 262.62 | 0.52 | 0.23 |
| Hex | 33 | 1C | 59 | 2B | 45 | 0 | 41 | 107 | 34 | 17 |
| Octal | 63 | 34 | 131 | 53 | 105 | 0 | 101 | 407 | 64 | 27 |
| Binary | 110011 | 11100 | 1011001 | 101011 | 1000101 | 0 | 1000001 | 100000111 | 110100 | 10111 |
Color Harmonies of #331C59
Complementary color
Monochromatic Colors of #331C59
Black with #331C59
Text Example
Text Example
White with #331C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C59; }
p { color: rgb(51,28,89); }
H1.HeaderClassName
{
color: #331C59;
}
.AnyTagClassName
{
color: #331C59;
}
</style>
background-color css
<style>
a { background-color: #331C59; }
a { background-color: rgb(51,28,89); }
div.DivClassName
{
background-color: #331C59;
}
.BgClassName
{
background-color: #331C59;
}
</style>
border-color css
<style>
span { border-color: #331C59; }
span { border-color: rgb(51,28,89); }
td.TdClassName
{
border-color: #331C59;
}
.TagClassName
{
border-color: #331C59;
}
</style>