Shades of Christalle #33155D
Tints of Christalle #33155D
RGB
CMYK
RGB Variations
Color information
#33155D (or 0x33155D) is known color: Christalle. HEX triplet: 33, 15 and 5D. RGB value is (51,21,93). Sum of RGB (Red+Green+Blue) = 51+21+93=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #33155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33155D is #CCEAA2. Grayscale: #252525. Windows color (decimal): -13429411 or 6100275. OLE color: 6100275.
HSL color Cylindrical-coordinate representation of color #33155D: hue angle of 265º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33155D is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 21 | 93 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.64 |
| HSL | 265º | 0.63% | 0.22% | - |
| HSV(B) | 265º | 0.77% | 0.36% | - |
| XYZ | 3.61 | 2.03 | 10.56 | - |
| YUV | 38.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 93 | 0.45 | 0.77 | 0 | 0.64 | 265 | 0.63 | 0.22 |
| Hex | 33 | 15 | 5D | 2D | 4D | 0 | 40 | 109 | 3F | 16 |
| Octal | 63 | 25 | 135 | 55 | 115 | 0 | 100 | 411 | 77 | 26 |
| Binary | 110011 | 10101 | 1011101 | 101101 | 1001101 | 0 | 1000000 | 100001001 | 111111 | 10110 |
Color Harmonies of #33155D
Complementary color
Monochromatic Colors of #33155D
Black with #33155D
Text Example
Text Example
White with #33155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33155D; }
p { color: rgb(51,21,93); }
H1.HeaderClassName
{
color: #33155D;
}
.AnyTagClassName
{
color: #33155D;
}
</style>
background-color css
<style>
a { background-color: #33155D; }
a { background-color: rgb(51,21,93); }
div.DivClassName
{
background-color: #33155D;
}
.BgClassName
{
background-color: #33155D;
}
</style>
border-color css
<style>
span { border-color: #33155D; }
span { border-color: rgb(51,21,93); }
td.TdClassName
{
border-color: #33155D;
}
.TagClassName
{
border-color: #33155D;
}
</style>