Shades of Christalle #36055D
Tints of Christalle #36055D
RGB
CMYK
RGB Variations
Color information
#36055D (or 0x36055D) is known color: Christalle. HEX triplet: 36, 05 and 5D. RGB value is (54,5,93). Sum of RGB (Red+Green+Blue) = 54+5+93=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #36055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36055D is #C9FAA2. Grayscale: #1D1D1D. Windows color (decimal): -13236899 or 6096182. OLE color: 6096182.
HSL color Cylindrical-coordinate representation of color #36055D: hue angle of 273.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36055D is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 5 | 93 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.64 |
| HSL | 273.41º | 0.9% | 0.19% | - |
| HSV(B) | 273.41º | 0.95% | 0.36% | - |
| XYZ | 3.55 | 1.68 | 10.49 | - |
| YUV | 29.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 93 | 0.42 | 0.95 | 0 | 0.64 | 273.41 | 0.9 | 0.19 |
| Hex | 36 | 5 | 5D | 2A | 5F | 0 | 40 | 111 | 5A | 13 |
| Octal | 66 | 5 | 135 | 52 | 137 | 0 | 100 | 421 | 132 | 23 |
| Binary | 110110 | 101 | 1011101 | 101010 | 1011111 | 0 | 1000000 | 100010001 | 1011010 | 10011 |
Color Harmonies of #36055D
Complementary color
Monochromatic Colors of #36055D
Black with #36055D
Text Example
Text Example
White with #36055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36055D; }
p { color: rgb(54,5,93); }
H1.HeaderClassName
{
color: #36055D;
}
.AnyTagClassName
{
color: #36055D;
}
</style>
background-color css
<style>
a { background-color: #36055D; }
a { background-color: rgb(54,5,93); }
div.DivClassName
{
background-color: #36055D;
}
.BgClassName
{
background-color: #36055D;
}
</style>
border-color css
<style>
span { border-color: #36055D; }
span { border-color: rgb(54,5,93); }
td.TdClassName
{
border-color: #36055D;
}
.TagClassName
{
border-color: #36055D;
}
</style>