Shades of Christalle #331E5A
Tints of Christalle #331E5A
RGB
CMYK
RGB Variations
Color information
#331E5A (or 0x331E5A) is known color: Christalle. HEX triplet: 33, 1E and 5A. RGB value is (51,30,90). Sum of RGB (Red+Green+Blue) = 51+30+90=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #331E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E5A is #CCE1A5. Grayscale: #2A2A2A. Windows color (decimal): -13427110 or 5905971. OLE color: 5905971.
HSL color Cylindrical-coordinate representation of color #331E5A: hue angle of 261º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331E5A is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 30 | 90 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.65 |
| HSL | 261º | 0.5% | 0.24% | - |
| HSV(B) | 261º | 0.67% | 0.35% | - |
| XYZ | 3.67 | 2.37 | 9.94 | - |
| YUV | 43.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 90 | 0.43 | 0.67 | 0 | 0.65 | 261 | 0.5 | 0.24 |
| Hex | 33 | 1E | 5A | 2B | 43 | 0 | 41 | 105 | 32 | 18 |
| Octal | 63 | 36 | 132 | 53 | 103 | 0 | 101 | 405 | 62 | 30 |
| Binary | 110011 | 11110 | 1011010 | 101011 | 1000011 | 0 | 1000001 | 100000101 | 110010 | 11000 |
Color Harmonies of #331E5A
Complementary color
Monochromatic Colors of #331E5A
Black with #331E5A
Text Example
Text Example
White with #331E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E5A; }
p { color: rgb(51,30,90); }
H1.HeaderClassName
{
color: #331E5A;
}
.AnyTagClassName
{
color: #331E5A;
}
</style>
background-color css
<style>
a { background-color: #331E5A; }
a { background-color: rgb(51,30,90); }
div.DivClassName
{
background-color: #331E5A;
}
.BgClassName
{
background-color: #331E5A;
}
</style>
border-color css
<style>
span { border-color: #331E5A; }
span { border-color: rgb(51,30,90); }
td.TdClassName
{
border-color: #331E5A;
}
.TagClassName
{
border-color: #331E5A;
}
</style>