Shades of Christalle #320F5A
Tints of Christalle #320F5A
RGB
CMYK
RGB Variations
Color information
#320F5A (or 0x320F5A) is known color: Christalle. HEX triplet: 32, 0F and 5A. RGB value is (50,15,90). Sum of RGB (Red+Green+Blue) = 50+15+90=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #320F5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F5A is #CDF0A5. Grayscale: #212121. Windows color (decimal): -13496486 or 5902130. OLE color: 5902130.
HSL color Cylindrical-coordinate representation of color #320F5A: hue angle of 268º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #320F5A is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 15 | 90 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.65 |
| HSL | 268º | 0.71% | 0.21% | - |
| HSV(B) | 268º | 0.83% | 0.35% | - |
| XYZ | 3.33 | 1.76 | 9.84 | - |
| YUV | 34.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 90 | 0.44 | 0.83 | 0 | 0.65 | 268 | 0.71 | 0.21 |
| Hex | 32 | F | 5A | 2C | 53 | 0 | 41 | 10C | 47 | 15 |
| Octal | 62 | 17 | 132 | 54 | 123 | 0 | 101 | 414 | 107 | 25 |
| Binary | 110010 | 1111 | 1011010 | 101100 | 1010011 | 0 | 1000001 | 100001100 | 1000111 | 10101 |
Color Harmonies of #320F5A
Complementary color
Monochromatic Colors of #320F5A
Black with #320F5A
Text Example
Text Example
White with #320F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F5A; }
p { color: rgb(50,15,90); }
H1.HeaderClassName
{
color: #320F5A;
}
.AnyTagClassName
{
color: #320F5A;
}
</style>
background-color css
<style>
a { background-color: #320F5A; }
a { background-color: rgb(50,15,90); }
div.DivClassName
{
background-color: #320F5A;
}
.BgClassName
{
background-color: #320F5A;
}
</style>
border-color css
<style>
span { border-color: #320F5A; }
span { border-color: rgb(50,15,90); }
td.TdClassName
{
border-color: #320F5A;
}
.TagClassName
{
border-color: #320F5A;
}
</style>