Shades of Christalle #331E6A
Tints of Christalle #331E6A
RGB
CMYK
RGB Variations
Color information
#331E6A (or 0x331E6A) is known color: Christalle. HEX triplet: 33, 1E and 6A. RGB value is (51,30,106). Sum of RGB (Red+Green+Blue) = 51+30+106=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #331E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E6A is #CCE195. Grayscale: #2C2C2C. Windows color (decimal): -13427094 or 6954547. OLE color: 6954547.
HSL color Cylindrical-coordinate representation of color #331E6A: hue angle of 256.58º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331E6A is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 30 | 106 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.58 |
| HSL | 256.58º | 0.56% | 0.27% | - |
| HSV(B) | 256.58º | 0.72% | 0.42% | - |
| XYZ | 4.43 | 2.67 | 13.92 | - |
| YUV | 44.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 106 | 0.52 | 0.72 | 0 | 0.58 | 256.58 | 0.56 | 0.27 |
| Hex | 33 | 1E | 6A | 34 | 48 | 0 | 3A | 101 | 38 | 1B |
| Octal | 63 | 36 | 152 | 64 | 110 | 0 | 72 | 401 | 70 | 33 |
| Binary | 110011 | 11110 | 1101010 | 110100 | 1001000 | 0 | 111010 | 100000001 | 111000 | 11011 |
Color Harmonies of #331E6A
Complementary color
Monochromatic Colors of #331E6A
Black with #331E6A
Text Example
Text Example
White with #331E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E6A; }
p { color: rgb(51,30,106); }
H1.HeaderClassName
{
color: #331E6A;
}
.AnyTagClassName
{
color: #331E6A;
}
</style>
background-color css
<style>
a { background-color: #331E6A; }
a { background-color: rgb(51,30,106); }
div.DivClassName
{
background-color: #331E6A;
}
.BgClassName
{
background-color: #331E6A;
}
</style>
border-color css
<style>
span { border-color: #331E6A; }
span { border-color: rgb(51,30,106); }
td.TdClassName
{
border-color: #331E6A;
}
.TagClassName
{
border-color: #331E6A;
}
</style>