Shades of Christalle #33225D
Tints of Christalle #33225D
RGB
CMYK
RGB Variations
Color information
#33225D (or 0x33225D) is known color: Christalle. HEX triplet: 33, 22 and 5D. RGB value is (51,34,93). Sum of RGB (Red+Green+Blue) = 51+34+93=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #33225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33225D is #CCDDA2. Grayscale: #2D2D2D. Windows color (decimal): -13426083 or 6103603. OLE color: 6103603.
HSL color Cylindrical-coordinate representation of color #33225D: hue angle of 257.29º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33225D is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 34 | 93 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.64 |
| HSL | 257.29º | 0.46% | 0.25% | - |
| HSV(B) | 257.29º | 0.63% | 0.36% | - |
| XYZ | 3.91 | 2.64 | 10.66 | - |
| YUV | 45.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 93 | 0.45 | 0.63 | 0 | 0.64 | 257.29 | 0.46 | 0.25 |
| Hex | 33 | 22 | 5D | 2D | 3F | 0 | 40 | 101 | 2E | 19 |
| Octal | 63 | 42 | 135 | 55 | 77 | 0 | 100 | 401 | 56 | 31 |
| Binary | 110011 | 100010 | 1011101 | 101101 | 111111 | 0 | 1000000 | 100000001 | 101110 | 11001 |
Color Harmonies of #33225D
Complementary color
Monochromatic Colors of #33225D
Black with #33225D
Text Example
Text Example
White with #33225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33225D; }
p { color: rgb(51,34,93); }
H1.HeaderClassName
{
color: #33225D;
}
.AnyTagClassName
{
color: #33225D;
}
</style>
background-color css
<style>
a { background-color: #33225D; }
a { background-color: rgb(51,34,93); }
div.DivClassName
{
background-color: #33225D;
}
.BgClassName
{
background-color: #33225D;
}
</style>
border-color css
<style>
span { border-color: #33225D; }
span { border-color: rgb(51,34,93); }
td.TdClassName
{
border-color: #33225D;
}
.TagClassName
{
border-color: #33225D;
}
</style>