Shades of Christalle #321B5C
Tints of Christalle #321B5C
RGB
CMYK
RGB Variations
Color information
#321B5C (or 0x321B5C) is known color: Christalle. HEX triplet: 32, 1B and 5C. RGB value is (50,27,92). Sum of RGB (Red+Green+Blue) = 50+27+92=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #321B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B5C is #CDE4A3. Grayscale: #292929. Windows color (decimal): -13493412 or 6036274. OLE color: 6036274.
HSL color Cylindrical-coordinate representation of color #321B5C: hue angle of 261.23º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #321B5C is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 27 | 92 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.64 |
| HSL | 261.23º | 0.55% | 0.23% | - |
| HSV(B) | 261.23º | 0.71% | 0.36% | - |
| XYZ | 3.64 | 2.23 | 10.36 | - |
| YUV | 41.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 92 | 0.46 | 0.71 | 0 | 0.64 | 261.23 | 0.55 | 0.23 |
| Hex | 32 | 1B | 5C | 2E | 47 | 0 | 40 | 105 | 37 | 17 |
| Octal | 62 | 33 | 134 | 56 | 107 | 0 | 100 | 405 | 67 | 27 |
| Binary | 110010 | 11011 | 1011100 | 101110 | 1000111 | 0 | 1000000 | 100000101 | 110111 | 10111 |
Color Harmonies of #321B5C
Complementary color
Monochromatic Colors of #321B5C
Black with #321B5C
Text Example
Text Example
White with #321B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B5C; }
p { color: rgb(50,27,92); }
H1.HeaderClassName
{
color: #321B5C;
}
.AnyTagClassName
{
color: #321B5C;
}
</style>
background-color css
<style>
a { background-color: #321B5C; }
a { background-color: rgb(50,27,92); }
div.DivClassName
{
background-color: #321B5C;
}
.BgClassName
{
background-color: #321B5C;
}
</style>
border-color css
<style>
span { border-color: #321B5C; }
span { border-color: rgb(50,27,92); }
td.TdClassName
{
border-color: #321B5C;
}
.TagClassName
{
border-color: #321B5C;
}
</style>