Shades of Christalle #321F5B
Tints of Christalle #321F5B
RGB
CMYK
RGB Variations
Color information
#321F5B (or 0x321F5B) is known color: Christalle. HEX triplet: 32, 1F and 5B. RGB value is (50,31,91). Sum of RGB (Red+Green+Blue) = 50+31+91=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #321F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F5B is #CDE0A4. Grayscale: #2B2B2B. Windows color (decimal): -13492389 or 5971762. OLE color: 5971762.
HSL color Cylindrical-coordinate representation of color #321F5B: hue angle of 259º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321F5B is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 31 | 91 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.64 |
| HSL | 259º | 0.49% | 0.24% | - |
| HSV(B) | 259º | 0.66% | 0.36% | - |
| XYZ | 3.69 | 2.41 | 10.17 | - |
| YUV | 43.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 91 | 0.45 | 0.66 | 0 | 0.64 | 259 | 0.49 | 0.24 |
| Hex | 32 | 1F | 5B | 2D | 42 | 0 | 40 | 103 | 31 | 18 |
| Octal | 62 | 37 | 133 | 55 | 102 | 0 | 100 | 403 | 61 | 30 |
| Binary | 110010 | 11111 | 1011011 | 101101 | 1000010 | 0 | 1000000 | 100000011 | 110001 | 11000 |
Color Harmonies of #321F5B
Complementary color
Monochromatic Colors of #321F5B
Black with #321F5B
Text Example
Text Example
White with #321F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F5B; }
p { color: rgb(50,31,91); }
H1.HeaderClassName
{
color: #321F5B;
}
.AnyTagClassName
{
color: #321F5B;
}
</style>
background-color css
<style>
a { background-color: #321F5B; }
a { background-color: rgb(50,31,91); }
div.DivClassName
{
background-color: #321F5B;
}
.BgClassName
{
background-color: #321F5B;
}
</style>
border-color css
<style>
span { border-color: #321F5B; }
span { border-color: rgb(50,31,91); }
td.TdClassName
{
border-color: #321F5B;
}
.TagClassName
{
border-color: #321F5B;
}
</style>