Shades of Christalle #321C6C
Tints of Christalle #321C6C
RGB
CMYK
RGB Variations
Color information
#321C6C (or 0x321C6C) is known color: Christalle. HEX triplet: 32, 1C and 6C. RGB value is (50,28,108). Sum of RGB (Red+Green+Blue) = 50+28+108=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #321C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C6C is #CDE393. Grayscale: #2B2B2B. Windows color (decimal): -13493140 or 7085106. OLE color: 7085106.
HSL color Cylindrical-coordinate representation of color #321C6C: hue angle of 256.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321C6C is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 28 | 108 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.58 |
| HSL | 256.5º | 0.59% | 0.27% | - |
| HSV(B) | 256.5º | 0.74% | 0.42% | - |
| XYZ | 4.44 | 2.59 | 14.45 | - |
| YUV | 43.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 108 | 0.54 | 0.74 | 0 | 0.58 | 256.5 | 0.59 | 0.27 |
| Hex | 32 | 1C | 6C | 36 | 4A | 0 | 3A | 100 | 3B | 1B |
| Octal | 62 | 34 | 154 | 66 | 112 | 0 | 72 | 400 | 73 | 33 |
| Binary | 110010 | 11100 | 1101100 | 110110 | 1001010 | 0 | 111010 | 100000000 | 111011 | 11011 |
Color Harmonies of #321C6C
Complementary color
Monochromatic Colors of #321C6C
Black with #321C6C
Text Example
Text Example
White with #321C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C6C; }
p { color: rgb(50,28,108); }
H1.HeaderClassName
{
color: #321C6C;
}
.AnyTagClassName
{
color: #321C6C;
}
</style>
background-color css
<style>
a { background-color: #321C6C; }
a { background-color: rgb(50,28,108); }
div.DivClassName
{
background-color: #321C6C;
}
.BgClassName
{
background-color: #321C6C;
}
</style>
border-color css
<style>
span { border-color: #321C6C; }
span { border-color: rgb(50,28,108); }
td.TdClassName
{
border-color: #321C6C;
}
.TagClassName
{
border-color: #321C6C;
}
</style>