Shades of Christalle #39005C
Tints of Christalle #39005C
RGB
CMYK
RGB Variations
Color information
#39005C (or 0x39005C) is known color: Christalle. HEX triplet: 39, 00 and 5C. RGB value is (57,0,92). Sum of RGB (Red+Green+Blue) = 57+0+92=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #39005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39005C is #C6FFA3. Grayscale: #1B1B1B. Windows color (decimal): -13041572 or 6029369. OLE color: 6029369.
HSL color Cylindrical-coordinate representation of color #39005C: hue angle of 277.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39005C is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 0 | 92 | - |
| CMYK | 0.38 | 1 | 0 | 0.64 |
| HSL | 277.17º | 1% | 0.18% | - |
| HSV(B) | 277.17º | 1% | 0.36% | - |
| XYZ | 3.62 | 1.64 | 10.25 | - |
| YUV | 27.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 92 | 0.38 | 1 | 0 | 0.64 | 277.17 | 1 | 0.18 |
| Hex | 39 | 0 | 5C | 26 | 64 | 0 | 40 | 115 | 64 | 12 |
| Octal | 71 | 0 | 134 | 46 | 144 | 0 | 100 | 425 | 144 | 22 |
| Binary | 111001 | 0 | 1011100 | 100110 | 1100100 | 0 | 1000000 | 100010101 | 1100100 | 10010 |
Color Harmonies of #39005C
Complementary color
Monochromatic Colors of #39005C
Black with #39005C
Text Example
Text Example
White with #39005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39005C; }
p { color: rgb(57,0,92); }
H1.HeaderClassName
{
color: #39005C;
}
.AnyTagClassName
{
color: #39005C;
}
</style>
background-color css
<style>
a { background-color: #39005C; }
a { background-color: rgb(57,0,92); }
div.DivClassName
{
background-color: #39005C;
}
.BgClassName
{
background-color: #39005C;
}
</style>
border-color css
<style>
span { border-color: #39005C; }
span { border-color: rgb(57,0,92); }
td.TdClassName
{
border-color: #39005C;
}
.TagClassName
{
border-color: #39005C;
}
</style>