Shades of Christalle #36055A
Tints of Christalle #36055A
RGB
CMYK
RGB Variations
Color information
#36055A (or 0x36055A) is known color: Christalle. HEX triplet: 36, 05 and 5A. RGB value is (54,5,90). Sum of RGB (Red+Green+Blue) = 54+5+90=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #36055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36055A is #C9FAA5. Grayscale: #1D1D1D. Windows color (decimal): -13236902 or 5899574. OLE color: 5899574.
HSL color Cylindrical-coordinate representation of color #36055A: hue angle of 274.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36055A is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 5 | 90 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.65 |
| HSL | 274.59º | 0.89% | 0.19% | - |
| HSV(B) | 274.59º | 0.94% | 0.35% | - |
| XYZ | 3.42 | 1.63 | 9.81 | - |
| YUV | 29.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 90 | 0.40 | 0.94 | 0 | 0.65 | 274.59 | 0.89 | 0.19 |
| Hex | 36 | 5 | 5A | 28 | 5E | 0 | 41 | 113 | 59 | 13 |
| Octal | 66 | 5 | 132 | 50 | 136 | 0 | 101 | 423 | 131 | 23 |
| Binary | 110110 | 101 | 1011010 | 101000 | 1011110 | 0 | 1000001 | 100010011 | 1011001 | 10011 |
Color Harmonies of #36055A
Complementary color
Monochromatic Colors of #36055A
Black with #36055A
Text Example
Text Example
White with #36055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36055A; }
p { color: rgb(54,5,90); }
H1.HeaderClassName
{
color: #36055A;
}
.AnyTagClassName
{
color: #36055A;
}
</style>
background-color css
<style>
a { background-color: #36055A; }
a { background-color: rgb(54,5,90); }
div.DivClassName
{
background-color: #36055A;
}
.BgClassName
{
background-color: #36055A;
}
</style>
border-color css
<style>
span { border-color: #36055A; }
span { border-color: rgb(54,5,90); }
td.TdClassName
{
border-color: #36055A;
}
.TagClassName
{
border-color: #36055A;
}
</style>