Shades of Christalle #321D66
Tints of Christalle #321D66
RGB
CMYK
RGB Variations
Color information
#321D66 (or 0x321D66) is known color: Christalle. HEX triplet: 32, 1D and 66. RGB value is (50,29,102). Sum of RGB (Red+Green+Blue) = 50+29+102=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #321D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D66 is #CDE299. Grayscale: #2B2B2B. Windows color (decimal): -13492890 or 6692146. OLE color: 6692146.
HSL color Cylindrical-coordinate representation of color #321D66: hue angle of 257.26º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321D66 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 29 | 102 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.6 |
| HSL | 257.26º | 0.56% | 0.26% | - |
| HSV(B) | 257.26º | 0.72% | 0.4% | - |
| XYZ | 4.15 | 2.52 | 12.84 | - |
| YUV | 43.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 102 | 0.51 | 0.72 | 0 | 0.6 | 257.26 | 0.56 | 0.26 |
| Hex | 32 | 1D | 66 | 33 | 48 | 0 | 3C | 101 | 38 | 1A |
| Octal | 62 | 35 | 146 | 63 | 110 | 0 | 74 | 401 | 70 | 32 |
| Binary | 110010 | 11101 | 1100110 | 110011 | 1001000 | 0 | 111100 | 100000001 | 111000 | 11010 |
Color Harmonies of #321D66
Complementary color
Monochromatic Colors of #321D66
Black with #321D66
Text Example
Text Example
White with #321D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D66; }
p { color: rgb(50,29,102); }
H1.HeaderClassName
{
color: #321D66;
}
.AnyTagClassName
{
color: #321D66;
}
</style>
background-color css
<style>
a { background-color: #321D66; }
a { background-color: rgb(50,29,102); }
div.DivClassName
{
background-color: #321D66;
}
.BgClassName
{
background-color: #321D66;
}
</style>
border-color css
<style>
span { border-color: #321D66; }
span { border-color: rgb(50,29,102); }
td.TdClassName
{
border-color: #321D66;
}
.TagClassName
{
border-color: #321D66;
}
</style>