Shades of Christalle #39125E
Tints of Christalle #39125E
RGB
CMYK
RGB Variations
Color information
#39125E (or 0x39125E) is known color: Christalle. HEX triplet: 39, 12 and 5E. RGB value is (57,18,94). Sum of RGB (Red+Green+Blue) = 57+18+94=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #39125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39125E is #C6EDA1. Grayscale: #262626. Windows color (decimal): -13036962 or 6165049. OLE color: 6165049.
HSL color Cylindrical-coordinate representation of color #39125E: hue angle of 270.79º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39125E is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 18 | 94 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.63 |
| HSL | 270.79º | 0.68% | 0.22% | - |
| HSV(B) | 270.79º | 0.81% | 0.37% | - |
| XYZ | 3.92 | 2.11 | 10.79 | - |
| YUV | 38.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 94 | 0.39 | 0.81 | 0 | 0.63 | 270.79 | 0.68 | 0.22 |
| Hex | 39 | 12 | 5E | 27 | 51 | 0 | 3F | 10F | 44 | 16 |
| Octal | 71 | 22 | 136 | 47 | 121 | 0 | 77 | 417 | 104 | 26 |
| Binary | 111001 | 10010 | 1011110 | 100111 | 1010001 | 0 | 111111 | 100001111 | 1000100 | 10110 |
Color Harmonies of #39125E
Complementary color
Monochromatic Colors of #39125E
Black with #39125E
Text Example
Text Example
White with #39125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39125E; }
p { color: rgb(57,18,94); }
H1.HeaderClassName
{
color: #39125E;
}
.AnyTagClassName
{
color: #39125E;
}
</style>
background-color css
<style>
a { background-color: #39125E; }
a { background-color: rgb(57,18,94); }
div.DivClassName
{
background-color: #39125E;
}
.BgClassName
{
background-color: #39125E;
}
</style>
border-color css
<style>
span { border-color: #39125E; }
span { border-color: rgb(57,18,94); }
td.TdClassName
{
border-color: #39125E;
}
.TagClassName
{
border-color: #39125E;
}
</style>