Shades of Christalle #321565
Tints of Christalle #321565
RGB
CMYK
RGB Variations
Color information
#321565 (or 0x321565) is known color: Christalle. HEX triplet: 32, 15 and 65. RGB value is (50,21,101). Sum of RGB (Red+Green+Blue) = 50+21+101=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #321565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321565 is #CDEA9A. Grayscale: #262626. Windows color (decimal): -13494939 or 6624562. OLE color: 6624562.
HSL color Cylindrical-coordinate representation of color #321565: hue angle of 261.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321565 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 21 | 101 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.60 |
| HSL | 261.75º | 0.66% | 0.24% | - |
| HSV(B) | 261.75º | 0.79% | 0.4% | - |
| XYZ | 3.93 | 2.15 | 12.52 | - |
| YUV | 38.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 101 | 0.50 | 0.79 | 0 | 0.60 | 261.75 | 0.66 | 0.24 |
| Hex | 32 | 15 | 65 | 32 | 4F | 0 | 3C | 106 | 42 | 18 |
| Octal | 62 | 25 | 145 | 62 | 117 | 0 | 74 | 406 | 102 | 30 |
| Binary | 110010 | 10101 | 1100101 | 110010 | 1001111 | 0 | 111100 | 100000110 | 1000010 | 11000 |
Color Harmonies of #321565
Complementary color
Monochromatic Colors of #321565
Black with #321565
Text Example
Text Example
White with #321565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321565; }
p { color: rgb(50,21,101); }
H1.HeaderClassName
{
color: #321565;
}
.AnyTagClassName
{
color: #321565;
}
</style>
background-color css
<style>
a { background-color: #321565; }
a { background-color: rgb(50,21,101); }
div.DivClassName
{
background-color: #321565;
}
.BgClassName
{
background-color: #321565;
}
</style>
border-color css
<style>
span { border-color: #321565; }
span { border-color: rgb(50,21,101); }
td.TdClassName
{
border-color: #321565;
}
.TagClassName
{
border-color: #321565;
}
</style>