Shades of Christalle #360462
Tints of Christalle #360462
RGB
CMYK
RGB Variations
Color information
#360462 (or 0x360462) is known color: Christalle. HEX triplet: 36, 04 and 62. RGB value is (54,4,98). Sum of RGB (Red+Green+Blue) = 54+4+98=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #360462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360462 is #C9FB9D. Grayscale: #1D1D1D. Windows color (decimal): -13237150 or 6423606. OLE color: 6423606.
HSL color Cylindrical-coordinate representation of color #360462: hue angle of 271.91º 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 #360462 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 4 | 98 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.62 |
| HSL | 271.91º | 0.92% | 0.2% | - |
| HSV(B) | 271.91º | 0.96% | 0.38% | - |
| XYZ | 3.77 | 1.75 | 11.69 | - |
| YUV | 29.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 98 | 0.45 | 0.96 | 0 | 0.62 | 271.91 | 0.92 | 0.2 |
| Hex | 36 | 4 | 62 | 2D | 60 | 0 | 3E | 110 | 5C | 14 |
| Octal | 66 | 4 | 142 | 55 | 140 | 0 | 76 | 420 | 134 | 24 |
| Binary | 110110 | 100 | 1100010 | 101101 | 1100000 | 0 | 111110 | 100010000 | 1011100 | 10100 |
Color Harmonies of #360462
Complementary color
Monochromatic Colors of #360462
Black with #360462
Text Example
Text Example
White with #360462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360462; }
p { color: rgb(54,4,98); }
H1.HeaderClassName
{
color: #360462;
}
.AnyTagClassName
{
color: #360462;
}
</style>
background-color css
<style>
a { background-color: #360462; }
a { background-color: rgb(54,4,98); }
div.DivClassName
{
background-color: #360462;
}
.BgClassName
{
background-color: #360462;
}
</style>
border-color css
<style>
span { border-color: #360462; }
span { border-color: rgb(54,4,98); }
td.TdClassName
{
border-color: #360462;
}
.TagClassName
{
border-color: #360462;
}
</style>