Shades of Christalle #33135B
Tints of Christalle #33135B
RGB
CMYK
RGB Variations
Color information
#33135B (or 0x33135B) is known color: Christalle. HEX triplet: 33, 13 and 5B. RGB value is (51,19,91). Sum of RGB (Red+Green+Blue) = 51+19+91=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #33135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33135B is #CCECA4. Grayscale: #242424. Windows color (decimal): -13429925 or 5968691. OLE color: 5968691.
HSL color Cylindrical-coordinate representation of color #33135B: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33135B is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 19 | 91 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.64 |
| HSL | 266.67º | 0.65% | 0.22% | - |
| HSV(B) | 266.67º | 0.79% | 0.36% | - |
| XYZ | 3.49 | 1.92 | 10.09 | - |
| YUV | 36.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 91 | 0.44 | 0.79 | 0 | 0.64 | 266.67 | 0.65 | 0.22 |
| Hex | 33 | 13 | 5B | 2C | 4F | 0 | 40 | 10B | 41 | 16 |
| Octal | 63 | 23 | 133 | 54 | 117 | 0 | 100 | 413 | 101 | 26 |
| Binary | 110011 | 10011 | 1011011 | 101100 | 1001111 | 0 | 1000000 | 100001011 | 1000001 | 10110 |
Color Harmonies of #33135B
Complementary color
Monochromatic Colors of #33135B
Black with #33135B
Text Example
Text Example
White with #33135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33135B; }
p { color: rgb(51,19,91); }
H1.HeaderClassName
{
color: #33135B;
}
.AnyTagClassName
{
color: #33135B;
}
</style>
background-color css
<style>
a { background-color: #33135B; }
a { background-color: rgb(51,19,91); }
div.DivClassName
{
background-color: #33135B;
}
.BgClassName
{
background-color: #33135B;
}
</style>
border-color css
<style>
span { border-color: #33135B; }
span { border-color: rgb(51,19,91); }
td.TdClassName
{
border-color: #33135B;
}
.TagClassName
{
border-color: #33135B;
}
</style>