Shades of Christalle #39135C
Tints of Christalle #39135C
RGB
CMYK
RGB Variations
Color information
#39135C (or 0x39135C) is known color: Christalle. HEX triplet: 39, 13 and 5C. RGB value is (57,19,92). Sum of RGB (Red+Green+Blue) = 57+19+92=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #39135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39135C is #C6ECA3. Grayscale: #262626. Windows color (decimal): -13036708 or 6034233. OLE color: 6034233.
HSL color Cylindrical-coordinate representation of color #39135C: hue angle of 271.23º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39135C is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 19 | 92 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.64 |
| HSL | 271.23º | 0.66% | 0.22% | - |
| HSV(B) | 271.23º | 0.79% | 0.36% | - |
| XYZ | 3.85 | 2.11 | 10.33 | - |
| YUV | 38.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 92 | 0.38 | 0.79 | 0 | 0.64 | 271.23 | 0.66 | 0.22 |
| Hex | 39 | 13 | 5C | 26 | 4F | 0 | 40 | 10F | 42 | 16 |
| Octal | 71 | 23 | 134 | 46 | 117 | 0 | 100 | 417 | 102 | 26 |
| Binary | 111001 | 10011 | 1011100 | 100110 | 1001111 | 0 | 1000000 | 100001111 | 1000010 | 10110 |
Color Harmonies of #39135C
Complementary color
Monochromatic Colors of #39135C
Black with #39135C
Text Example
Text Example
White with #39135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39135C; }
p { color: rgb(57,19,92); }
H1.HeaderClassName
{
color: #39135C;
}
.AnyTagClassName
{
color: #39135C;
}
</style>
background-color css
<style>
a { background-color: #39135C; }
a { background-color: rgb(57,19,92); }
div.DivClassName
{
background-color: #39135C;
}
.BgClassName
{
background-color: #39135C;
}
</style>
border-color css
<style>
span { border-color: #39135C; }
span { border-color: rgb(57,19,92); }
td.TdClassName
{
border-color: #39135C;
}
.TagClassName
{
border-color: #39135C;
}
</style>