Shades of Christalle #39145D
Tints of Christalle #39145D
RGB
CMYK
RGB Variations
Color information
#39145D (or 0x39145D) is known color: Christalle. HEX triplet: 39, 14 and 5D. RGB value is (57,20,93). Sum of RGB (Red+Green+Blue) = 57+20+93=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #39145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39145D is #C6EBA2. Grayscale: #272727. Windows color (decimal): -13036451 or 6100025. OLE color: 6100025.
HSL color Cylindrical-coordinate representation of color #39145D: hue angle of 270.41º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39145D is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 20 | 93 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.64 |
| HSL | 270.41º | 0.65% | 0.22% | - |
| HSV(B) | 270.41º | 0.78% | 0.36% | - |
| XYZ | 3.91 | 2.16 | 10.57 | - |
| YUV | 39.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 93 | 0.39 | 0.78 | 0 | 0.64 | 270.41 | 0.65 | 0.22 |
| Hex | 39 | 14 | 5D | 27 | 4E | 0 | 40 | 10E | 41 | 16 |
| Octal | 71 | 24 | 135 | 47 | 116 | 0 | 100 | 416 | 101 | 26 |
| Binary | 111001 | 10100 | 1011101 | 100111 | 1001110 | 0 | 1000000 | 100001110 | 1000001 | 10110 |
Color Harmonies of #39145D
Complementary color
Monochromatic Colors of #39145D
Black with #39145D
Text Example
Text Example
White with #39145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39145D; }
p { color: rgb(57,20,93); }
H1.HeaderClassName
{
color: #39145D;
}
.AnyTagClassName
{
color: #39145D;
}
</style>
background-color css
<style>
a { background-color: #39145D; }
a { background-color: rgb(57,20,93); }
div.DivClassName
{
background-color: #39145D;
}
.BgClassName
{
background-color: #39145D;
}
</style>
border-color css
<style>
span { border-color: #39145D; }
span { border-color: rgb(57,20,93); }
td.TdClassName
{
border-color: #39145D;
}
.TagClassName
{
border-color: #39145D;
}
</style>