Shades of Christalle #39085C
Tints of Christalle #39085C
RGB
CMYK
RGB Variations
Color information
#39085C (or 0x39085C) is known color: Christalle. HEX triplet: 39, 08 and 5C. RGB value is (57,8,92). Sum of RGB (Red+Green+Blue) = 57+8+92=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #39085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39085C is #C6F7A3. Grayscale: #1F1F1F. Windows color (decimal): -13039524 or 6031417. OLE color: 6031417.
HSL color Cylindrical-coordinate representation of color #39085C: hue angle of 275º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39085C is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 8 | 92 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.64 |
| HSL | 275º | 0.84% | 0.2% | - |
| HSV(B) | 275º | 0.91% | 0.36% | - |
| XYZ | 3.71 | 1.82 | 10.28 | - |
| YUV | 32.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 8 | 92 | 0.38 | 0.91 | 0 | 0.64 | 275 | 0.84 | 0.2 |
| Hex | 39 | 8 | 5C | 26 | 5B | 0 | 40 | 113 | 54 | 14 |
| Octal | 71 | 10 | 134 | 46 | 133 | 0 | 100 | 423 | 124 | 24 |
| Binary | 111001 | 1000 | 1011100 | 100110 | 1011011 | 0 | 1000000 | 100010011 | 1010100 | 10100 |
Color Harmonies of #39085C
Complementary color
Monochromatic Colors of #39085C
Black with #39085C
Text Example
Text Example
White with #39085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39085C; }
p { color: rgb(57,8,92); }
H1.HeaderClassName
{
color: #39085C;
}
.AnyTagClassName
{
color: #39085C;
}
</style>
background-color css
<style>
a { background-color: #39085C; }
a { background-color: rgb(57,8,92); }
div.DivClassName
{
background-color: #39085C;
}
.BgClassName
{
background-color: #39085C;
}
</style>
border-color css
<style>
span { border-color: #39085C; }
span { border-color: rgb(57,8,92); }
td.TdClassName
{
border-color: #39085C;
}
.TagClassName
{
border-color: #39085C;
}
</style>