Shades of Christalle #39115D
Tints of Christalle #39115D
RGB
CMYK
RGB Variations
Color information
#39115D (or 0x39115D) is known color: Christalle. HEX triplet: 39, 11 and 5D. RGB value is (57,17,93). Sum of RGB (Red+Green+Blue) = 57+17+93=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #39115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39115D is #C6EEA2. Grayscale: #252525. Windows color (decimal): -13037219 or 6099257. OLE color: 6099257.
HSL color Cylindrical-coordinate representation of color #39115D: hue angle of 271.58º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39115D is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 17 | 93 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.64 |
| HSL | 271.58º | 0.69% | 0.22% | - |
| HSV(B) | 271.58º | 0.82% | 0.36% | - |
| XYZ | 3.86 | 2.06 | 10.55 | - |
| YUV | 37.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 93 | 0.39 | 0.82 | 0 | 0.64 | 271.58 | 0.69 | 0.22 |
| Hex | 39 | 11 | 5D | 27 | 52 | 0 | 40 | 110 | 45 | 16 |
| Octal | 71 | 21 | 135 | 47 | 122 | 0 | 100 | 420 | 105 | 26 |
| Binary | 111001 | 10001 | 1011101 | 100111 | 1010010 | 0 | 1000000 | 100010000 | 1000101 | 10110 |
Color Harmonies of #39115D
Complementary color
Monochromatic Colors of #39115D
Black with #39115D
Text Example
Text Example
White with #39115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39115D; }
p { color: rgb(57,17,93); }
H1.HeaderClassName
{
color: #39115D;
}
.AnyTagClassName
{
color: #39115D;
}
</style>
background-color css
<style>
a { background-color: #39115D; }
a { background-color: rgb(57,17,93); }
div.DivClassName
{
background-color: #39115D;
}
.BgClassName
{
background-color: #39115D;
}
</style>
border-color css
<style>
span { border-color: #39115D; }
span { border-color: rgb(57,17,93); }
td.TdClassName
{
border-color: #39115D;
}
.TagClassName
{
border-color: #39115D;
}
</style>