Shades of Christalle #331E67
Tints of Christalle #331E67
RGB
CMYK
RGB Variations
Color information
#331E67 (or 0x331E67) is known color: Christalle. HEX triplet: 33, 1E and 67. RGB value is (51,30,103). Sum of RGB (Red+Green+Blue) = 51+30+103=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #331E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E67 is #CCE198. Grayscale: #2C2C2C. Windows color (decimal): -13427097 or 6757939. OLE color: 6757939.
HSL color Cylindrical-coordinate representation of color #331E67: hue angle of 257.26º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #331E67 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 30 | 103 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.60 |
| HSL | 257.26º | 0.55% | 0.26% | - |
| HSV(B) | 257.26º | 0.71% | 0.4% | - |
| XYZ | 4.28 | 2.61 | 13.11 | - |
| YUV | 44.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 103 | 0.50 | 0.71 | 0 | 0.60 | 257.26 | 0.55 | 0.26 |
| Hex | 33 | 1E | 67 | 32 | 47 | 0 | 3C | 101 | 37 | 1A |
| Octal | 63 | 36 | 147 | 62 | 107 | 0 | 74 | 401 | 67 | 32 |
| Binary | 110011 | 11110 | 1100111 | 110010 | 1000111 | 0 | 111100 | 100000001 | 110111 | 11010 |
Color Harmonies of #331E67
Complementary color
Monochromatic Colors of #331E67
Black with #331E67
Text Example
Text Example
White with #331E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E67; }
p { color: rgb(51,30,103); }
H1.HeaderClassName
{
color: #331E67;
}
.AnyTagClassName
{
color: #331E67;
}
</style>
background-color css
<style>
a { background-color: #331E67; }
a { background-color: rgb(51,30,103); }
div.DivClassName
{
background-color: #331E67;
}
.BgClassName
{
background-color: #331E67;
}
</style>
border-color css
<style>
span { border-color: #331E67; }
span { border-color: rgb(51,30,103); }
td.TdClassName
{
border-color: #331E67;
}
.TagClassName
{
border-color: #331E67;
}
</style>