Shades of Christalle #331161
Tints of Christalle #331161
RGB
CMYK
RGB Variations
Color information
#331161 (or 0x331161) is known color: Christalle. HEX triplet: 33, 11 and 61. RGB value is (51,17,97). Sum of RGB (Red+Green+Blue) = 51+17+97=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #331161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331161 is #CCEE9E. Grayscale: #242424. Windows color (decimal): -13430431 or 6361395. OLE color: 6361395.
HSL color Cylindrical-coordinate representation of color #331161: hue angle of 265.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331161 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 17 | 97 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.62 |
| HSL | 265.5º | 0.7% | 0.22% | - |
| HSV(B) | 265.5º | 0.82% | 0.38% | - |
| XYZ | 3.72 | 1.97 | 11.49 | - |
| YUV | 36.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 97 | 0.47 | 0.82 | 0 | 0.62 | 265.5 | 0.7 | 0.22 |
| Hex | 33 | 11 | 61 | 2F | 52 | 0 | 3E | 10A | 46 | 16 |
| Octal | 63 | 21 | 141 | 57 | 122 | 0 | 76 | 412 | 106 | 26 |
| Binary | 110011 | 10001 | 1100001 | 101111 | 1010010 | 0 | 111110 | 100001010 | 1000110 | 10110 |
Color Harmonies of #331161
Complementary color
Monochromatic Colors of #331161
Black with #331161
Text Example
Text Example
White with #331161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331161; }
p { color: rgb(51,17,97); }
H1.HeaderClassName
{
color: #331161;
}
.AnyTagClassName
{
color: #331161;
}
</style>
background-color css
<style>
a { background-color: #331161; }
a { background-color: rgb(51,17,97); }
div.DivClassName
{
background-color: #331161;
}
.BgClassName
{
background-color: #331161;
}
</style>
border-color css
<style>
span { border-color: #331161; }
span { border-color: rgb(51,17,97); }
td.TdClassName
{
border-color: #331161;
}
.TagClassName
{
border-color: #331161;
}
</style>