Shades of Christalle #36095F
Tints of Christalle #36095F
RGB
CMYK
RGB Variations
Color information
#36095F (or 0x36095F) is known color: Christalle. HEX triplet: 36, 09 and 5F. RGB value is (54,9,95). Sum of RGB (Red+Green+Blue) = 54+9+95=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #36095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36095F is #C9F6A0. Grayscale: #1F1F1F. Windows color (decimal): -13235873 or 6228278. OLE color: 6228278.
HSL color Cylindrical-coordinate representation of color #36095F: hue angle of 271.4º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36095F is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 9 | 95 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.63 |
| HSL | 271.4º | 0.83% | 0.2% | - |
| HSV(B) | 271.4º | 0.91% | 0.37% | - |
| XYZ | 3.68 | 1.81 | 10.98 | - |
| YUV | 32.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 95 | 0.43 | 0.91 | 0 | 0.63 | 271.4 | 0.83 | 0.2 |
| Hex | 36 | 9 | 5F | 2B | 5B | 0 | 3F | 10F | 53 | 14 |
| Octal | 66 | 11 | 137 | 53 | 133 | 0 | 77 | 417 | 123 | 24 |
| Binary | 110110 | 1001 | 1011111 | 101011 | 1011011 | 0 | 111111 | 100001111 | 1010011 | 10100 |
Color Harmonies of #36095F
Complementary color
Monochromatic Colors of #36095F
Black with #36095F
Text Example
Text Example
White with #36095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36095F; }
p { color: rgb(54,9,95); }
H1.HeaderClassName
{
color: #36095F;
}
.AnyTagClassName
{
color: #36095F;
}
</style>
background-color css
<style>
a { background-color: #36095F; }
a { background-color: rgb(54,9,95); }
div.DivClassName
{
background-color: #36095F;
}
.BgClassName
{
background-color: #36095F;
}
</style>
border-color css
<style>
span { border-color: #36095F; }
span { border-color: rgb(54,9,95); }
td.TdClassName
{
border-color: #36095F;
}
.TagClassName
{
border-color: #36095F;
}
</style>