Shades of Christalle #36205F
Tints of Christalle #36205F
RGB
CMYK
RGB Variations
Color information
#36205F (or 0x36205F) is known color: Christalle. HEX triplet: 36, 20 and 5F. RGB value is (54,32,95). Sum of RGB (Red+Green+Blue) = 54+32+95=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #36205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36205F is #C9DFA0. Grayscale: #2D2D2D. Windows color (decimal): -13229985 or 6234166. OLE color: 6234166.
HSL color Cylindrical-coordinate representation of color #36205F: hue angle of 260.95º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36205F is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 32 | 95 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.63 |
| HSL | 260.95º | 0.5% | 0.25% | - |
| HSV(B) | 260.95º | 0.66% | 0.37% | - |
| XYZ | 4.1 | 2.64 | 11.12 | - |
| YUV | 45.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 95 | 0.43 | 0.66 | 0 | 0.63 | 260.95 | 0.5 | 0.25 |
| Hex | 36 | 20 | 5F | 2B | 42 | 0 | 3F | 105 | 32 | 19 |
| Octal | 66 | 40 | 137 | 53 | 102 | 0 | 77 | 405 | 62 | 31 |
| Binary | 110110 | 100000 | 1011111 | 101011 | 1000010 | 0 | 111111 | 100000101 | 110010 | 11001 |
Color Harmonies of #36205F
Complementary color
Monochromatic Colors of #36205F
Black with #36205F
Text Example
Text Example
White with #36205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36205F; }
p { color: rgb(54,32,95); }
H1.HeaderClassName
{
color: #36205F;
}
.AnyTagClassName
{
color: #36205F;
}
</style>
background-color css
<style>
a { background-color: #36205F; }
a { background-color: rgb(54,32,95); }
div.DivClassName
{
background-color: #36205F;
}
.BgClassName
{
background-color: #36205F;
}
</style>
border-color css
<style>
span { border-color: #36205F; }
span { border-color: rgb(54,32,95); }
td.TdClassName
{
border-color: #36205F;
}
.TagClassName
{
border-color: #36205F;
}
</style>