Shades of Christalle #320060
Tints of Christalle #320060
RGB
CMYK
RGB Variations
Color information
#320060 (or 0x320060) is known color: Christalle. HEX triplet: 32, 00 and 60. RGB value is (50,0,96). Sum of RGB (Red+Green+Blue) = 50+0+96=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #320060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320060 is #CDFF9F. Grayscale: #191919. Windows color (decimal): -13500320 or 6291506. OLE color: 6291506.
HSL color Cylindrical-coordinate representation of color #320060: hue angle of 271.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320060 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 0 | 96 | - |
| CMYK | 0.48 | 1 | 0 | 0.62 |
| HSL | 271.25º | 1% | 0.19% | - |
| HSV(B) | 271.25º | 1% | 0.38% | - |
| XYZ | 3.43 | 1.52 | 11.18 | - |
| YUV | 25.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 96 | 0.48 | 1 | 0 | 0.62 | 271.25 | 1 | 0.19 |
| Hex | 32 | 0 | 60 | 30 | 64 | 0 | 3E | 10F | 64 | 13 |
| Octal | 62 | 0 | 140 | 60 | 144 | 0 | 76 | 417 | 144 | 23 |
| Binary | 110010 | 0 | 1100000 | 110000 | 1100100 | 0 | 111110 | 100001111 | 1100100 | 10011 |
Color Harmonies of #320060
Complementary color
Monochromatic Colors of #320060
Black with #320060
Text Example
Text Example
White with #320060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320060; }
p { color: rgb(50,0,96); }
H1.HeaderClassName
{
color: #320060;
}
.AnyTagClassName
{
color: #320060;
}
</style>
background-color css
<style>
a { background-color: #320060; }
a { background-color: rgb(50,0,96); }
div.DivClassName
{
background-color: #320060;
}
.BgClassName
{
background-color: #320060;
}
</style>
border-color css
<style>
span { border-color: #320060; }
span { border-color: rgb(50,0,96); }
td.TdClassName
{
border-color: #320060;
}
.TagClassName
{
border-color: #320060;
}
</style>