Shades of Christalle #33155C
Tints of Christalle #33155C
RGB
CMYK
RGB Variations
Color information
#33155C (or 0x33155C) is known color: Christalle. HEX triplet: 33, 15 and 5C. RGB value is (51,21,92). Sum of RGB (Red+Green+Blue) = 51+21+92=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #33155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33155C is #CCEAA3. Grayscale: #252525. Windows color (decimal): -13429412 or 6034739. OLE color: 6034739.
HSL color Cylindrical-coordinate representation of color #33155C: hue angle of 265.35º 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 #33155C is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 21 | 92 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.64 |
| HSL | 265.35º | 0.63% | 0.22% | - |
| HSV(B) | 265.35º | 0.77% | 0.36% | - |
| XYZ | 3.57 | 2.01 | 10.33 | - |
| YUV | 38.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 92 | 0.45 | 0.77 | 0 | 0.64 | 265.35 | 0.63 | 0.22 |
| Hex | 33 | 15 | 5C | 2D | 4D | 0 | 40 | 109 | 3F | 16 |
| Octal | 63 | 25 | 134 | 55 | 115 | 0 | 100 | 411 | 77 | 26 |
| Binary | 110011 | 10101 | 1011100 | 101101 | 1001101 | 0 | 1000000 | 100001001 | 111111 | 10110 |
Color Harmonies of #33155C
Complementary color
Monochromatic Colors of #33155C
Black with #33155C
Text Example
Text Example
White with #33155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33155C; }
p { color: rgb(51,21,92); }
H1.HeaderClassName
{
color: #33155C;
}
.AnyTagClassName
{
color: #33155C;
}
</style>
background-color css
<style>
a { background-color: #33155C; }
a { background-color: rgb(51,21,92); }
div.DivClassName
{
background-color: #33155C;
}
.BgClassName
{
background-color: #33155C;
}
</style>
border-color css
<style>
span { border-color: #33155C; }
span { border-color: rgb(51,21,92); }
td.TdClassName
{
border-color: #33155C;
}
.TagClassName
{
border-color: #33155C;
}
</style>