Shades of Christalle #36165A
Tints of Christalle #36165A
RGB
CMYK
RGB Variations
Color information
#36165A (or 0x36165A) is known color: Christalle. HEX triplet: 36, 16 and 5A. RGB value is (54,22,90). Sum of RGB (Red+Green+Blue) = 54+22+90=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #36165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36165A is #C9E9A5. Grayscale: #272727. Windows color (decimal): -13232550 or 5903926. OLE color: 5903926.
HSL color Cylindrical-coordinate representation of color #36165A: hue angle of 268.24º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36165A is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 22 | 90 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.65 |
| HSL | 268.24º | 0.61% | 0.22% | - |
| HSV(B) | 268.24º | 0.76% | 0.35% | - |
| XYZ | 3.65 | 2.1 | 9.88 | - |
| YUV | 39.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 90 | 0.40 | 0.76 | 0 | 0.65 | 268.24 | 0.61 | 0.22 |
| Hex | 36 | 16 | 5A | 28 | 4C | 0 | 41 | 10C | 3D | 16 |
| Octal | 66 | 26 | 132 | 50 | 114 | 0 | 101 | 414 | 75 | 26 |
| Binary | 110110 | 10110 | 1011010 | 101000 | 1001100 | 0 | 1000001 | 100001100 | 111101 | 10110 |
Color Harmonies of #36165A
Complementary color
Monochromatic Colors of #36165A
Black with #36165A
Text Example
Text Example
White with #36165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36165A; }
p { color: rgb(54,22,90); }
H1.HeaderClassName
{
color: #36165A;
}
.AnyTagClassName
{
color: #36165A;
}
</style>
background-color css
<style>
a { background-color: #36165A; }
a { background-color: rgb(54,22,90); }
div.DivClassName
{
background-color: #36165A;
}
.BgClassName
{
background-color: #36165A;
}
</style>
border-color css
<style>
span { border-color: #36165A; }
span { border-color: rgb(54,22,90); }
td.TdClassName
{
border-color: #36165A;
}
.TagClassName
{
border-color: #36165A;
}
</style>