Shades of Christalle #32155F
Tints of Christalle #32155F
RGB
CMYK
RGB Variations
Color information
#32155F (or 0x32155F) is known color: Christalle. HEX triplet: 32, 15 and 5F. RGB value is (50,21,95). Sum of RGB (Red+Green+Blue) = 50+21+95=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #32155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32155F is #CDEAA0. Grayscale: #252525. Windows color (decimal): -13494945 or 6231346. OLE color: 6231346.
HSL color Cylindrical-coordinate representation of color #32155F: hue angle of 263.51º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32155F is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 21 | 95 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.63 |
| HSL | 263.51º | 0.64% | 0.23% | - |
| HSV(B) | 263.51º | 0.78% | 0.37% | - |
| XYZ | 3.65 | 2.04 | 11.03 | - |
| YUV | 38.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 95 | 0.47 | 0.78 | 0 | 0.63 | 263.51 | 0.64 | 0.23 |
| Hex | 32 | 15 | 5F | 2F | 4E | 0 | 3F | 108 | 40 | 17 |
| Octal | 62 | 25 | 137 | 57 | 116 | 0 | 77 | 410 | 100 | 27 |
| Binary | 110010 | 10101 | 1011111 | 101111 | 1001110 | 0 | 111111 | 100001000 | 1000000 | 10111 |
Color Harmonies of #32155F
Complementary color
Monochromatic Colors of #32155F
Black with #32155F
Text Example
Text Example
White with #32155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32155F; }
p { color: rgb(50,21,95); }
H1.HeaderClassName
{
color: #32155F;
}
.AnyTagClassName
{
color: #32155F;
}
</style>
background-color css
<style>
a { background-color: #32155F; }
a { background-color: rgb(50,21,95); }
div.DivClassName
{
background-color: #32155F;
}
.BgClassName
{
background-color: #32155F;
}
</style>
border-color css
<style>
span { border-color: #32155F; }
span { border-color: rgb(50,21,95); }
td.TdClassName
{
border-color: #32155F;
}
.TagClassName
{
border-color: #32155F;
}
</style>