Shades of Christalle #32155D
Tints of Christalle #32155D
RGB
CMYK
RGB Variations
Color information
#32155D (or 0x32155D) is known color: Christalle. HEX triplet: 32, 15 and 5D. RGB value is (50,21,93). Sum of RGB (Red+Green+Blue) = 50+21+93=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #32155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32155D is #CDEAA2. Grayscale: #252525. Windows color (decimal): -13494947 or 6100274. OLE color: 6100274.
HSL color Cylindrical-coordinate representation of color #32155D: hue angle of 264.17º 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 #32155D is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 21 | 93 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.64 |
| HSL | 264.17º | 0.63% | 0.22% | - |
| HSV(B) | 264.17º | 0.77% | 0.36% | - |
| XYZ | 3.56 | 2 | 10.56 | - |
| YUV | 37.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 93 | 0.46 | 0.77 | 0 | 0.64 | 264.17 | 0.63 | 0.22 |
| Hex | 32 | 15 | 5D | 2E | 4D | 0 | 40 | 108 | 3F | 16 |
| Octal | 62 | 25 | 135 | 56 | 115 | 0 | 100 | 410 | 77 | 26 |
| Binary | 110010 | 10101 | 1011101 | 101110 | 1001101 | 0 | 1000000 | 100001000 | 111111 | 10110 |
Color Harmonies of #32155D
Complementary color
Monochromatic Colors of #32155D
Black with #32155D
Text Example
Text Example
White with #32155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32155D; }
p { color: rgb(50,21,93); }
H1.HeaderClassName
{
color: #32155D;
}
.AnyTagClassName
{
color: #32155D;
}
</style>
background-color css
<style>
a { background-color: #32155D; }
a { background-color: rgb(50,21,93); }
div.DivClassName
{
background-color: #32155D;
}
.BgClassName
{
background-color: #32155D;
}
</style>
border-color css
<style>
span { border-color: #32155D; }
span { border-color: rgb(50,21,93); }
td.TdClassName
{
border-color: #32155D;
}
.TagClassName
{
border-color: #32155D;
}
</style>