Shades of Christalle #360262
Tints of Christalle #360262
RGB
CMYK
RGB Variations
Color information
#360262 (or 0x360262) is known color: Christalle. HEX triplet: 36, 02 and 62. RGB value is (54,2,98). Sum of RGB (Red+Green+Blue) = 54+2+98=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #360262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360262 is #C9FD9D. Grayscale: #1C1C1C. Windows color (decimal): -13237662 or 6423094. OLE color: 6423094.
HSL color Cylindrical-coordinate representation of color #360262: hue angle of 272.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360262 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 2 | 98 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.62 |
| HSL | 272.5º | 0.96% | 0.2% | - |
| HSV(B) | 272.5º | 0.98% | 0.38% | - |
| XYZ | 3.75 | 1.71 | 11.69 | - |
| YUV | 28.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 98 | 0.45 | 0.98 | 0 | 0.62 | 272.5 | 0.96 | 0.2 |
| Hex | 36 | 2 | 62 | 2D | 62 | 0 | 3E | 110 | 60 | 14 |
| Octal | 66 | 2 | 142 | 55 | 142 | 0 | 76 | 420 | 140 | 24 |
| Binary | 110110 | 10 | 1100010 | 101101 | 1100010 | 0 | 111110 | 100010000 | 1100000 | 10100 |
Color Harmonies of #360262
Complementary color
Monochromatic Colors of #360262
Black with #360262
Text Example
Text Example
White with #360262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360262; }
p { color: rgb(54,2,98); }
H1.HeaderClassName
{
color: #360262;
}
.AnyTagClassName
{
color: #360262;
}
</style>
background-color css
<style>
a { background-color: #360262; }
a { background-color: rgb(54,2,98); }
div.DivClassName
{
background-color: #360262;
}
.BgClassName
{
background-color: #360262;
}
</style>
border-color css
<style>
span { border-color: #360262; }
span { border-color: rgb(54,2,98); }
td.TdClassName
{
border-color: #360262;
}
.TagClassName
{
border-color: #360262;
}
</style>