Shades of Christalle #331E60
Tints of Christalle #331E60
RGB
CMYK
RGB Variations
Color information
#331E60 (or 0x331E60) is known color: Christalle. HEX triplet: 33, 1E and 60. RGB value is (51,30,96). Sum of RGB (Red+Green+Blue) = 51+30+96=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #331E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E60 is #CCE19F. Grayscale: #2B2B2B. Windows color (decimal): -13427104 or 6299187. OLE color: 6299187.
HSL color Cylindrical-coordinate representation of color #331E60: hue angle of 259.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331E60 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 30 | 96 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.62 |
| HSL | 259.09º | 0.52% | 0.25% | - |
| HSV(B) | 259.09º | 0.69% | 0.38% | - |
| XYZ | 3.94 | 2.48 | 11.34 | - |
| YUV | 43.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 96 | 0.47 | 0.69 | 0 | 0.62 | 259.09 | 0.52 | 0.25 |
| Hex | 33 | 1E | 60 | 2F | 45 | 0 | 3E | 103 | 34 | 19 |
| Octal | 63 | 36 | 140 | 57 | 105 | 0 | 76 | 403 | 64 | 31 |
| Binary | 110011 | 11110 | 1100000 | 101111 | 1000101 | 0 | 111110 | 100000011 | 110100 | 11001 |
Color Harmonies of #331E60
Complementary color
Monochromatic Colors of #331E60
Black with #331E60
Text Example
Text Example
White with #331E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E60; }
p { color: rgb(51,30,96); }
H1.HeaderClassName
{
color: #331E60;
}
.AnyTagClassName
{
color: #331E60;
}
</style>
background-color css
<style>
a { background-color: #331E60; }
a { background-color: rgb(51,30,96); }
div.DivClassName
{
background-color: #331E60;
}
.BgClassName
{
background-color: #331E60;
}
</style>
border-color css
<style>
span { border-color: #331E60; }
span { border-color: rgb(51,30,96); }
td.TdClassName
{
border-color: #331E60;
}
.TagClassName
{
border-color: #331E60;
}
</style>