Shades of Christalle #33135A
Tints of Christalle #33135A
RGB
CMYK
RGB Variations
Color information
#33135A (or 0x33135A) is known color: Christalle. HEX triplet: 33, 13 and 5A. RGB value is (51,19,90). Sum of RGB (Red+Green+Blue) = 51+19+90=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #33135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33135A is #CCECA5. Grayscale: #242424. Windows color (decimal): -13429926 or 5903155. OLE color: 5903155.
HSL color Cylindrical-coordinate representation of color #33135A: hue angle of 267.04º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33135A is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 19 | 90 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.65 |
| HSL | 267.04º | 0.65% | 0.21% | - |
| HSV(B) | 267.04º | 0.79% | 0.35% | - |
| XYZ | 3.44 | 1.91 | 9.86 | - |
| YUV | 36.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 90 | 0.43 | 0.79 | 0 | 0.65 | 267.04 | 0.65 | 0.21 |
| Hex | 33 | 13 | 5A | 2B | 4F | 0 | 41 | 10B | 41 | 15 |
| Octal | 63 | 23 | 132 | 53 | 117 | 0 | 101 | 413 | 101 | 25 |
| Binary | 110011 | 10011 | 1011010 | 101011 | 1001111 | 0 | 1000001 | 100001011 | 1000001 | 10101 |
Color Harmonies of #33135A
Complementary color
Monochromatic Colors of #33135A
Black with #33135A
Text Example
Text Example
White with #33135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33135A; }
p { color: rgb(51,19,90); }
H1.HeaderClassName
{
color: #33135A;
}
.AnyTagClassName
{
color: #33135A;
}
</style>
background-color css
<style>
a { background-color: #33135A; }
a { background-color: rgb(51,19,90); }
div.DivClassName
{
background-color: #33135A;
}
.BgClassName
{
background-color: #33135A;
}
</style>
border-color css
<style>
span { border-color: #33135A; }
span { border-color: rgb(51,19,90); }
td.TdClassName
{
border-color: #33135A;
}
.TagClassName
{
border-color: #33135A;
}
</style>