Shades of Christalle #36146A
Tints of Christalle #36146A
RGB
CMYK
RGB Variations
Color information
#36146A (or 0x36146A) is known color: Christalle. HEX triplet: 36, 14 and 6A. RGB value is (54,20,106). Sum of RGB (Red+Green+Blue) = 54+20+106=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #36146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36146A is #C9EB95. Grayscale: #272727. Windows color (decimal): -13233046 or 6951990. OLE color: 6951990.
HSL color Cylindrical-coordinate representation of color #36146A: hue angle of 263.72º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36146A is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 20 | 106 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.58 |
| HSL | 263.72º | 0.68% | 0.25% | - |
| HSV(B) | 263.72º | 0.81% | 0.42% | - |
| XYZ | 4.37 | 2.33 | 13.85 | - |
| YUV | 39.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 106 | 0.49 | 0.81 | 0 | 0.58 | 263.72 | 0.68 | 0.25 |
| Hex | 36 | 14 | 6A | 31 | 51 | 0 | 3A | 108 | 44 | 19 |
| Octal | 66 | 24 | 152 | 61 | 121 | 0 | 72 | 410 | 104 | 31 |
| Binary | 110110 | 10100 | 1101010 | 110001 | 1010001 | 0 | 111010 | 100001000 | 1000100 | 11001 |
Color Harmonies of #36146A
Complementary color
Monochromatic Colors of #36146A
Black with #36146A
Text Example
Text Example
White with #36146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36146A; }
p { color: rgb(54,20,106); }
H1.HeaderClassName
{
color: #36146A;
}
.AnyTagClassName
{
color: #36146A;
}
</style>
background-color css
<style>
a { background-color: #36146A; }
a { background-color: rgb(54,20,106); }
div.DivClassName
{
background-color: #36146A;
}
.BgClassName
{
background-color: #36146A;
}
</style>
border-color css
<style>
span { border-color: #36146A; }
span { border-color: rgb(54,20,106); }
td.TdClassName
{
border-color: #36146A;
}
.TagClassName
{
border-color: #36146A;
}
</style>