Shades of Christalle #39145E
Tints of Christalle #39145E
RGB
CMYK
RGB Variations
Color information
#39145E (or 0x39145E) is known color: Christalle. HEX triplet: 39, 14 and 5E. RGB value is (57,20,94). Sum of RGB (Red+Green+Blue) = 57+20+94=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #39145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39145E is #C6EBA1. Grayscale: #272727. Windows color (decimal): -13036450 or 6165561. OLE color: 6165561.
HSL color Cylindrical-coordinate representation of color #39145E: hue angle of 270º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39145E is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 20 | 94 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.63 |
| HSL | 270º | 0.65% | 0.22% | - |
| HSV(B) | 270º | 0.79% | 0.37% | - |
| XYZ | 3.96 | 2.18 | 10.8 | - |
| YUV | 39.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 94 | 0.39 | 0.79 | 0 | 0.63 | 270 | 0.65 | 0.22 |
| Hex | 39 | 14 | 5E | 27 | 4F | 0 | 3F | 10E | 41 | 16 |
| Octal | 71 | 24 | 136 | 47 | 117 | 0 | 77 | 416 | 101 | 26 |
| Binary | 111001 | 10100 | 1011110 | 100111 | 1001111 | 0 | 111111 | 100001110 | 1000001 | 10110 |
Color Harmonies of #39145E
Complementary color
Monochromatic Colors of #39145E
Black with #39145E
Text Example
Text Example
White with #39145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39145E; }
p { color: rgb(57,20,94); }
H1.HeaderClassName
{
color: #39145E;
}
.AnyTagClassName
{
color: #39145E;
}
</style>
background-color css
<style>
a { background-color: #39145E; }
a { background-color: rgb(57,20,94); }
div.DivClassName
{
background-color: #39145E;
}
.BgClassName
{
background-color: #39145E;
}
</style>
border-color css
<style>
span { border-color: #39145E; }
span { border-color: rgb(57,20,94); }
td.TdClassName
{
border-color: #39145E;
}
.TagClassName
{
border-color: #39145E;
}
</style>