Shades of Christalle #320462
Tints of Christalle #320462
RGB
CMYK
RGB Variations
Color information
#320462 (or 0x320462) is known color: Christalle. HEX triplet: 32, 04 and 62. RGB value is (50,4,98). Sum of RGB (Red+Green+Blue) = 50+4+98=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #320462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320462 is #CDFB9D. Grayscale: #1C1C1C. Windows color (decimal): -13499294 or 6423602. OLE color: 6423602.
HSL color Cylindrical-coordinate representation of color #320462: hue angle of 269.36º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320462 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 4 | 98 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.62 |
| HSL | 269.36º | 0.92% | 0.2% | - |
| HSV(B) | 269.36º | 0.96% | 0.38% | - |
| XYZ | 3.56 | 1.65 | 11.69 | - |
| YUV | 28.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 98 | 0.49 | 0.96 | 0 | 0.62 | 269.36 | 0.92 | 0.2 |
| Hex | 32 | 4 | 62 | 31 | 60 | 0 | 3E | 10D | 5C | 14 |
| Octal | 62 | 4 | 142 | 61 | 140 | 0 | 76 | 415 | 134 | 24 |
| Binary | 110010 | 100 | 1100010 | 110001 | 1100000 | 0 | 111110 | 100001101 | 1011100 | 10100 |
Color Harmonies of #320462
Complementary color
Monochromatic Colors of #320462
Black with #320462
Text Example
Text Example
White with #320462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320462; }
p { color: rgb(50,4,98); }
H1.HeaderClassName
{
color: #320462;
}
.AnyTagClassName
{
color: #320462;
}
</style>
background-color css
<style>
a { background-color: #320462; }
a { background-color: rgb(50,4,98); }
div.DivClassName
{
background-color: #320462;
}
.BgClassName
{
background-color: #320462;
}
</style>
border-color css
<style>
span { border-color: #320462; }
span { border-color: rgb(50,4,98); }
td.TdClassName
{
border-color: #320462;
}
.TagClassName
{
border-color: #320462;
}
</style>