Shades of Christalle #39075D
Tints of Christalle #39075D
RGB
CMYK
RGB Variations
Color information
#39075D (or 0x39075D) is known color: Christalle. HEX triplet: 39, 07 and 5D. RGB value is (57,7,93). Sum of RGB (Red+Green+Blue) = 57+7+93=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #39075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39075D is #C6F8A2. Grayscale: #1F1F1F. Windows color (decimal): -13039779 or 6096697. OLE color: 6096697.
HSL color Cylindrical-coordinate representation of color #39075D: hue angle of 274.88º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39075D is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 7 | 93 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.64 |
| HSL | 274.88º | 0.86% | 0.2% | - |
| HSV(B) | 274.88º | 0.92% | 0.36% | - |
| XYZ | 3.74 | 1.81 | 10.51 | - |
| YUV | 31.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 93 | 0.39 | 0.92 | 0 | 0.64 | 274.88 | 0.86 | 0.2 |
| Hex | 39 | 7 | 5D | 27 | 5C | 0 | 40 | 113 | 56 | 14 |
| Octal | 71 | 7 | 135 | 47 | 134 | 0 | 100 | 423 | 126 | 24 |
| Binary | 111001 | 111 | 1011101 | 100111 | 1011100 | 0 | 1000000 | 100010011 | 1010110 | 10100 |
Color Harmonies of #39075D
Complementary color
Monochromatic Colors of #39075D
Black with #39075D
Text Example
Text Example
White with #39075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39075D; }
p { color: rgb(57,7,93); }
H1.HeaderClassName
{
color: #39075D;
}
.AnyTagClassName
{
color: #39075D;
}
</style>
background-color css
<style>
a { background-color: #39075D; }
a { background-color: rgb(57,7,93); }
div.DivClassName
{
background-color: #39075D;
}
.BgClassName
{
background-color: #39075D;
}
</style>
border-color css
<style>
span { border-color: #39075D; }
span { border-color: rgb(57,7,93); }
td.TdClassName
{
border-color: #39075D;
}
.TagClassName
{
border-color: #39075D;
}
</style>