Shades of Christalle #39005B
Tints of Christalle #39005B
RGB
CMYK
RGB Variations
Color information
#39005B (or 0x39005B) is known color: Christalle. HEX triplet: 39, 00 and 5B. RGB value is (57,0,91). Sum of RGB (Red+Green+Blue) = 57+0+91=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #39005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39005B is #C6FFA4. Grayscale: #1B1B1B. Windows color (decimal): -13041573 or 5963833. OLE color: 5963833.
HSL color Cylindrical-coordinate representation of color #39005B: hue angle of 277.58º 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 #39005B is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 0 | 91 | - |
| CMYK | 0.37 | 1 | 0 | 0.64 |
| HSL | 277.58º | 1% | 0.18% | - |
| HSV(B) | 277.58º | 1% | 0.36% | - |
| XYZ | 3.58 | 1.63 | 10.02 | - |
| YUV | 27.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 91 | 0.37 | 1 | 0 | 0.64 | 277.58 | 1 | 0.18 |
| Hex | 39 | 0 | 5B | 25 | 64 | 0 | 40 | 116 | 64 | 12 |
| Octal | 71 | 0 | 133 | 45 | 144 | 0 | 100 | 426 | 144 | 22 |
| Binary | 111001 | 0 | 1011011 | 100101 | 1100100 | 0 | 1000000 | 100010110 | 1100100 | 10010 |
Color Harmonies of #39005B
Complementary color
Monochromatic Colors of #39005B
Black with #39005B
Text Example
Text Example
White with #39005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39005B; }
p { color: rgb(57,0,91); }
H1.HeaderClassName
{
color: #39005B;
}
.AnyTagClassName
{
color: #39005B;
}
</style>
background-color css
<style>
a { background-color: #39005B; }
a { background-color: rgb(57,0,91); }
div.DivClassName
{
background-color: #39005B;
}
.BgClassName
{
background-color: #39005B;
}
</style>
border-color css
<style>
span { border-color: #39005B; }
span { border-color: rgb(57,0,91); }
td.TdClassName
{
border-color: #39005B;
}
.TagClassName
{
border-color: #39005B;
}
</style>