Shades of Christalle #39155E
Tints of Christalle #39155E
RGB
CMYK
RGB Variations
Color information
#39155E (or 0x39155E) is known color: Christalle. HEX triplet: 39, 15 and 5E. RGB value is (57,21,94). Sum of RGB (Red+Green+Blue) = 57+21+94=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #39155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39155E is #C6EAA1. Grayscale: #272727. Windows color (decimal): -13036194 or 6165817. OLE color: 6165817.
HSL color Cylindrical-coordinate representation of color #39155E: hue angle of 269.59º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39155E is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 21 | 94 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.63 |
| HSL | 269.59º | 0.63% | 0.23% | - |
| HSV(B) | 269.59º | 0.78% | 0.37% | - |
| XYZ | 3.98 | 2.21 | 10.81 | - |
| YUV | 40.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 94 | 0.39 | 0.78 | 0 | 0.63 | 269.59 | 0.63 | 0.23 |
| Hex | 39 | 15 | 5E | 27 | 4E | 0 | 3F | 10E | 3F | 17 |
| Octal | 71 | 25 | 136 | 47 | 116 | 0 | 77 | 416 | 77 | 27 |
| Binary | 111001 | 10101 | 1011110 | 100111 | 1001110 | 0 | 111111 | 100001110 | 111111 | 10111 |
Color Harmonies of #39155E
Complementary color
Monochromatic Colors of #39155E
Black with #39155E
Text Example
Text Example
White with #39155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39155E; }
p { color: rgb(57,21,94); }
H1.HeaderClassName
{
color: #39155E;
}
.AnyTagClassName
{
color: #39155E;
}
</style>
background-color css
<style>
a { background-color: #39155E; }
a { background-color: rgb(57,21,94); }
div.DivClassName
{
background-color: #39155E;
}
.BgClassName
{
background-color: #39155E;
}
</style>
border-color css
<style>
span { border-color: #39155E; }
span { border-color: rgb(57,21,94); }
td.TdClassName
{
border-color: #39155E;
}
.TagClassName
{
border-color: #39155E;
}
</style>