Shades of Christalle #360160
Tints of Christalle #360160
RGB
CMYK
RGB Variations
Color information
#360160 (or 0x360160) is known color: Christalle. HEX triplet: 36, 01 and 60. RGB value is (54,1,96). Sum of RGB (Red+Green+Blue) = 54+1+96=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #360160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360160 is #C9FE9F. Grayscale: #1B1B1B. Windows color (decimal): -13237920 or 6291766. OLE color: 6291766.
HSL color Cylindrical-coordinate representation of color #360160: hue angle of 273.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360160 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 1 | 96 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.62 |
| HSL | 273.47º | 0.98% | 0.19% | - |
| HSV(B) | 273.47º | 0.99% | 0.38% | - |
| XYZ | 3.64 | 1.65 | 11.19 | - |
| YUV | 27.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 96 | 0.44 | 0.99 | 0 | 0.62 | 273.47 | 0.98 | 0.19 |
| Hex | 36 | 1 | 60 | 2C | 63 | 0 | 3E | 111 | 62 | 13 |
| Octal | 66 | 1 | 140 | 54 | 143 | 0 | 76 | 421 | 142 | 23 |
| Binary | 110110 | 1 | 1100000 | 101100 | 1100011 | 0 | 111110 | 100010001 | 1100010 | 10011 |
Color Harmonies of #360160
Complementary color
Monochromatic Colors of #360160
Black with #360160
Text Example
Text Example
White with #360160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360160; }
p { color: rgb(54,1,96); }
H1.HeaderClassName
{
color: #360160;
}
.AnyTagClassName
{
color: #360160;
}
</style>
background-color css
<style>
a { background-color: #360160; }
a { background-color: rgb(54,1,96); }
div.DivClassName
{
background-color: #360160;
}
.BgClassName
{
background-color: #360160;
}
</style>
border-color css
<style>
span { border-color: #360160; }
span { border-color: rgb(54,1,96); }
td.TdClassName
{
border-color: #360160;
}
.TagClassName
{
border-color: #360160;
}
</style>