Shades of Christalle #321365
Tints of Christalle #321365
RGB
CMYK
RGB Variations
Color information
#321365 (or 0x321365) is known color: Christalle. HEX triplet: 32, 13 and 65. RGB value is (50,19,101). Sum of RGB (Red+Green+Blue) = 50+19+101=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #321365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321365 is #CDEC9A. Grayscale: #252525. Windows color (decimal): -13495451 or 6624050. OLE color: 6624050.
HSL color Cylindrical-coordinate representation of color #321365: hue angle of 262.68º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321365 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 19 | 101 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.60 |
| HSL | 262.68º | 0.68% | 0.24% | - |
| HSV(B) | 262.68º | 0.81% | 0.4% | - |
| XYZ | 3.9 | 2.08 | 12.51 | - |
| YUV | 37.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 101 | 0.50 | 0.81 | 0 | 0.60 | 262.68 | 0.68 | 0.24 |
| Hex | 32 | 13 | 65 | 32 | 51 | 0 | 3C | 107 | 44 | 18 |
| Octal | 62 | 23 | 145 | 62 | 121 | 0 | 74 | 407 | 104 | 30 |
| Binary | 110010 | 10011 | 1100101 | 110010 | 1010001 | 0 | 111100 | 100000111 | 1000100 | 11000 |
Color Harmonies of #321365
Complementary color
Monochromatic Colors of #321365
Black with #321365
Text Example
Text Example
White with #321365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321365; }
p { color: rgb(50,19,101); }
H1.HeaderClassName
{
color: #321365;
}
.AnyTagClassName
{
color: #321365;
}
</style>
background-color css
<style>
a { background-color: #321365; }
a { background-color: rgb(50,19,101); }
div.DivClassName
{
background-color: #321365;
}
.BgClassName
{
background-color: #321365;
}
</style>
border-color css
<style>
span { border-color: #321365; }
span { border-color: rgb(50,19,101); }
td.TdClassName
{
border-color: #321365;
}
.TagClassName
{
border-color: #321365;
}
</style>