Shades of Christalle #39145F
Tints of Christalle #39145F
RGB
CMYK
RGB Variations
Color information
#39145F (or 0x39145F) is known color: Christalle. HEX triplet: 39, 14 and 5F. RGB value is (57,20,95). Sum of RGB (Red+Green+Blue) = 57+20+95=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #39145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39145F is #C6EBA0. Grayscale: #272727. Windows color (decimal): -13036449 or 6231097. OLE color: 6231097.
HSL color Cylindrical-coordinate representation of color #39145F: hue angle of 269.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39145F is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 20 | 95 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.63 |
| HSL | 269.6º | 0.65% | 0.23% | - |
| HSV(B) | 269.6º | 0.79% | 0.37% | - |
| XYZ | 4 | 2.2 | 11.04 | - |
| YUV | 39.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 95 | 0.40 | 0.79 | 0 | 0.63 | 269.6 | 0.65 | 0.23 |
| Hex | 39 | 14 | 5F | 28 | 4F | 0 | 3F | 10E | 41 | 17 |
| Octal | 71 | 24 | 137 | 50 | 117 | 0 | 77 | 416 | 101 | 27 |
| Binary | 111001 | 10100 | 1011111 | 101000 | 1001111 | 0 | 111111 | 100001110 | 1000001 | 10111 |
Color Harmonies of #39145F
Complementary color
Monochromatic Colors of #39145F
Black with #39145F
Text Example
Text Example
White with #39145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39145F; }
p { color: rgb(57,20,95); }
H1.HeaderClassName
{
color: #39145F;
}
.AnyTagClassName
{
color: #39145F;
}
</style>
background-color css
<style>
a { background-color: #39145F; }
a { background-color: rgb(57,20,95); }
div.DivClassName
{
background-color: #39145F;
}
.BgClassName
{
background-color: #39145F;
}
</style>
border-color css
<style>
span { border-color: #39145F; }
span { border-color: rgb(57,20,95); }
td.TdClassName
{
border-color: #39145F;
}
.TagClassName
{
border-color: #39145F;
}
</style>