Shades of Christalle #321E6B
Tints of Christalle #321E6B
RGB
CMYK
RGB Variations
Color information
#321E6B (or 0x321E6B) is known color: Christalle. HEX triplet: 32, 1E and 6B. RGB value is (50,30,107). Sum of RGB (Red+Green+Blue) = 50+30+107=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #321E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E6B is #CDE194. Grayscale: #2C2C2C. Windows color (decimal): -13492629 or 7020082. OLE color: 7020082.
HSL color Cylindrical-coordinate representation of color #321E6B: hue angle of 255.58º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321E6B is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 30 | 107 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.58 |
| HSL | 255.58º | 0.56% | 0.27% | - |
| HSV(B) | 255.58º | 0.72% | 0.42% | - |
| XYZ | 4.43 | 2.67 | 14.19 | - |
| YUV | 44.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 107 | 0.53 | 0.72 | 0 | 0.58 | 255.58 | 0.56 | 0.27 |
| Hex | 32 | 1E | 6B | 35 | 48 | 0 | 3A | 100 | 38 | 1B |
| Octal | 62 | 36 | 153 | 65 | 110 | 0 | 72 | 400 | 70 | 33 |
| Binary | 110010 | 11110 | 1101011 | 110101 | 1001000 | 0 | 111010 | 100000000 | 111000 | 11011 |
Color Harmonies of #321E6B
Complementary color
Monochromatic Colors of #321E6B
Black with #321E6B
Text Example
Text Example
White with #321E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E6B; }
p { color: rgb(50,30,107); }
H1.HeaderClassName
{
color: #321E6B;
}
.AnyTagClassName
{
color: #321E6B;
}
</style>
background-color css
<style>
a { background-color: #321E6B; }
a { background-color: rgb(50,30,107); }
div.DivClassName
{
background-color: #321E6B;
}
.BgClassName
{
background-color: #321E6B;
}
</style>
border-color css
<style>
span { border-color: #321E6B; }
span { border-color: rgb(50,30,107); }
td.TdClassName
{
border-color: #321E6B;
}
.TagClassName
{
border-color: #321E6B;
}
</style>