Shades of Christalle #321B64
Tints of Christalle #321B64
RGB
CMYK
RGB Variations
Color information
#321B64 (or 0x321B64) is known color: Christalle. HEX triplet: 32, 1B and 64. RGB value is (50,27,100). Sum of RGB (Red+Green+Blue) = 50+27+100=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 100 (39.45% from 255 or 56.50% from 177); Max value from RGB is 100 - color contains mainly: blue. Hex color #321B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B64 is #CDE49B. Grayscale: #292929. Windows color (decimal): -13493404 or 6560562. OLE color: 6560562.
HSL color Cylindrical-coordinate representation of color #321B64: hue angle of 258.9º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321B64 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 27 | 100 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.61 |
| HSL | 258.9º | 0.57% | 0.25% | - |
| HSV(B) | 258.9º | 0.73% | 0.39% | - |
| XYZ | 4.01 | 2.38 | 12.31 | - |
| YUV | 42.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 100 | 0.50 | 0.73 | 0 | 0.61 | 258.9 | 0.57 | 0.25 |
| Hex | 32 | 1B | 64 | 32 | 49 | 0 | 3D | 103 | 39 | 19 |
| Octal | 62 | 33 | 144 | 62 | 111 | 0 | 75 | 403 | 71 | 31 |
| Binary | 110010 | 11011 | 1100100 | 110010 | 1001001 | 0 | 111101 | 100000011 | 111001 | 11001 |
Color Harmonies of #321B64
Complementary color
Monochromatic Colors of #321B64
Black with #321B64
Text Example
Text Example
White with #321B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B64; }
p { color: rgb(50,27,100); }
H1.HeaderClassName
{
color: #321B64;
}
.AnyTagClassName
{
color: #321B64;
}
</style>
background-color css
<style>
a { background-color: #321B64; }
a { background-color: rgb(50,27,100); }
div.DivClassName
{
background-color: #321B64;
}
.BgClassName
{
background-color: #321B64;
}
</style>
border-color css
<style>
span { border-color: #321B64; }
span { border-color: rgb(50,27,100); }
td.TdClassName
{
border-color: #321B64;
}
.TagClassName
{
border-color: #321B64;
}
</style>