Shades of Christalle #39035D
Tints of Christalle #39035D
RGB
CMYK
RGB Variations
Color information
#39035D (or 0x39035D) is known color: Christalle. HEX triplet: 39, 03 and 5D. RGB value is (57,3,93). Sum of RGB (Red+Green+Blue) = 57+3+93=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #39035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39035D is #C6FCA2. Grayscale: #1D1D1D. Windows color (decimal): -13040803 or 6095673. OLE color: 6095673.
HSL color Cylindrical-coordinate representation of color #39035D: hue angle of 276º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39035D is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 3 | 93 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.64 |
| HSL | 276º | 0.94% | 0.19% | - |
| HSV(B) | 276º | 0.97% | 0.36% | - |
| XYZ | 3.7 | 1.73 | 10.49 | - |
| YUV | 29.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 93 | 0.39 | 0.97 | 0 | 0.64 | 276 | 0.94 | 0.19 |
| Hex | 39 | 3 | 5D | 27 | 61 | 0 | 40 | 114 | 5E | 13 |
| Octal | 71 | 3 | 135 | 47 | 141 | 0 | 100 | 424 | 136 | 23 |
| Binary | 111001 | 11 | 1011101 | 100111 | 1100001 | 0 | 1000000 | 100010100 | 1011110 | 10011 |
Color Harmonies of #39035D
Complementary color
Monochromatic Colors of #39035D
Black with #39035D
Text Example
Text Example
White with #39035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39035D; }
p { color: rgb(57,3,93); }
H1.HeaderClassName
{
color: #39035D;
}
.AnyTagClassName
{
color: #39035D;
}
</style>
background-color css
<style>
a { background-color: #39035D; }
a { background-color: rgb(57,3,93); }
div.DivClassName
{
background-color: #39035D;
}
.BgClassName
{
background-color: #39035D;
}
</style>
border-color css
<style>
span { border-color: #39035D; }
span { border-color: rgb(57,3,93); }
td.TdClassName
{
border-color: #39035D;
}
.TagClassName
{
border-color: #39035D;
}
</style>