Shades of Christalle #39115B
Tints of Christalle #39115B
RGB
CMYK
RGB Variations
Color information
#39115B (or 0x39115B) is known color: Christalle. HEX triplet: 39, 11 and 5B. RGB value is (57,17,91). Sum of RGB (Red+Green+Blue) = 57+17+91=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #39115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39115B is #C6EEA4. Grayscale: #252525. Windows color (decimal): -13037221 or 5968185. OLE color: 5968185.
HSL color Cylindrical-coordinate representation of color #39115B: hue angle of 272.43º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39115B is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 17 | 91 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.64 |
| HSL | 272.43º | 0.69% | 0.21% | - |
| HSV(B) | 272.43º | 0.81% | 0.36% | - |
| XYZ | 3.78 | 2.03 | 10.09 | - |
| YUV | 37.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 91 | 0.37 | 0.81 | 0 | 0.64 | 272.43 | 0.69 | 0.21 |
| Hex | 39 | 11 | 5B | 25 | 51 | 0 | 40 | 110 | 45 | 15 |
| Octal | 71 | 21 | 133 | 45 | 121 | 0 | 100 | 420 | 105 | 25 |
| Binary | 111001 | 10001 | 1011011 | 100101 | 1010001 | 0 | 1000000 | 100010000 | 1000101 | 10101 |
Color Harmonies of #39115B
Complementary color
Monochromatic Colors of #39115B
Black with #39115B
Text Example
Text Example
White with #39115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39115B; }
p { color: rgb(57,17,91); }
H1.HeaderClassName
{
color: #39115B;
}
.AnyTagClassName
{
color: #39115B;
}
</style>
background-color css
<style>
a { background-color: #39115B; }
a { background-color: rgb(57,17,91); }
div.DivClassName
{
background-color: #39115B;
}
.BgClassName
{
background-color: #39115B;
}
</style>
border-color css
<style>
span { border-color: #39115B; }
span { border-color: rgb(57,17,91); }
td.TdClassName
{
border-color: #39115B;
}
.TagClassName
{
border-color: #39115B;
}
</style>