Shades of Christalle #33135D
Tints of Christalle #33135D
RGB
CMYK
RGB Variations
Color information
#33135D (or 0x33135D) is known color: Christalle. HEX triplet: 33, 13 and 5D. RGB value is (51,19,93). Sum of RGB (Red+Green+Blue) = 51+19+93=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #33135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33135D is #CCECA2. Grayscale: #242424. Windows color (decimal): -13429923 or 6099763. OLE color: 6099763.
HSL color Cylindrical-coordinate representation of color #33135D: hue angle of 265.95º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33135D is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 19 | 93 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.64 |
| HSL | 265.95º | 0.66% | 0.22% | - |
| HSV(B) | 265.95º | 0.8% | 0.36% | - |
| XYZ | 3.57 | 1.96 | 10.55 | - |
| YUV | 37 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 93 | 0.45 | 0.80 | 0 | 0.64 | 265.95 | 0.66 | 0.22 |
| Hex | 33 | 13 | 5D | 2D | 50 | 0 | 40 | 10A | 42 | 16 |
| Octal | 63 | 23 | 135 | 55 | 120 | 0 | 100 | 412 | 102 | 26 |
| Binary | 110011 | 10011 | 1011101 | 101101 | 1010000 | 0 | 1000000 | 100001010 | 1000010 | 10110 |
Color Harmonies of #33135D
Complementary color
Monochromatic Colors of #33135D
Black with #33135D
Text Example
Text Example
White with #33135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33135D; }
p { color: rgb(51,19,93); }
H1.HeaderClassName
{
color: #33135D;
}
.AnyTagClassName
{
color: #33135D;
}
</style>
background-color css
<style>
a { background-color: #33135D; }
a { background-color: rgb(51,19,93); }
div.DivClassName
{
background-color: #33135D;
}
.BgClassName
{
background-color: #33135D;
}
</style>
border-color css
<style>
span { border-color: #33135D; }
span { border-color: rgb(51,19,93); }
td.TdClassName
{
border-color: #33135D;
}
.TagClassName
{
border-color: #33135D;
}
</style>