Shades of Christalle #331153
Tints of Christalle #331153
RGB
CMYK
RGB Variations
Color information
#331153 (or 0x331153) is known color: Christalle. HEX triplet: 33, 11 and 53. RGB value is (51,17,83). Sum of RGB (Red+Green+Blue) = 51+17+83=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #331153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331153 is #CCEEAC. Grayscale: #222222. Windows color (decimal): -13430445 or 5443891. OLE color: 5443891.
HSL color Cylindrical-coordinate representation of color #331153: hue angle of 270.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331153 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 17 | 83 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.67 |
| HSL | 270.91º | 0.66% | 0.2% | - |
| HSV(B) | 270.91º | 0.8% | 0.33% | - |
| XYZ | 3.13 | 1.73 | 8.35 | - |
| YUV | 34.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 83 | 0.39 | 0.80 | 0 | 0.67 | 270.91 | 0.66 | 0.2 |
| Hex | 33 | 11 | 53 | 27 | 50 | 0 | 43 | 10F | 42 | 14 |
| Octal | 63 | 21 | 123 | 47 | 120 | 0 | 103 | 417 | 102 | 24 |
| Binary | 110011 | 10001 | 1010011 | 100111 | 1010000 | 0 | 1000011 | 100001111 | 1000010 | 10100 |
Color Harmonies of #331153
Complementary color
Monochromatic Colors of #331153
Black with #331153
Text Example
Text Example
White with #331153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331153; }
p { color: rgb(51,17,83); }
H1.HeaderClassName
{
color: #331153;
}
.AnyTagClassName
{
color: #331153;
}
</style>
background-color css
<style>
a { background-color: #331153; }
a { background-color: rgb(51,17,83); }
div.DivClassName
{
background-color: #331153;
}
.BgClassName
{
background-color: #331153;
}
</style>
border-color css
<style>
span { border-color: #331153; }
span { border-color: rgb(51,17,83); }
td.TdClassName
{
border-color: #331153;
}
.TagClassName
{
border-color: #331153;
}
</style>