Shades of Christalle #391F5D
Tints of Christalle #391F5D
RGB
CMYK
RGB Variations
Color information
#391F5D (or 0x391F5D) is known color: Christalle. HEX triplet: 39, 1F and 5D. RGB value is (57,31,93). Sum of RGB (Red+Green+Blue) = 57+31+93=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #391F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391F5D is #C6E0A2. Grayscale: #2D2D2D. Windows color (decimal): -13033635 or 6102841. OLE color: 6102841.
HSL color Cylindrical-coordinate representation of color #391F5D: hue angle of 265.16º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391F5D is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 31 | 93 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.64 |
| HSL | 265.16º | 0.5% | 0.24% | - |
| HSV(B) | 265.16º | 0.67% | 0.36% | - |
| XYZ | 4.15 | 2.64 | 10.65 | - |
| YUV | 45.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 93 | 0.39 | 0.67 | 0 | 0.64 | 265.16 | 0.5 | 0.24 |
| Hex | 39 | 1F | 5D | 27 | 43 | 0 | 40 | 109 | 32 | 18 |
| Octal | 71 | 37 | 135 | 47 | 103 | 0 | 100 | 411 | 62 | 30 |
| Binary | 111001 | 11111 | 1011101 | 100111 | 1000011 | 0 | 1000000 | 100001001 | 110010 | 11000 |
Color Harmonies of #391F5D
Complementary color
Monochromatic Colors of #391F5D
Black with #391F5D
Text Example
Text Example
White with #391F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F5D; }
p { color: rgb(57,31,93); }
H1.HeaderClassName
{
color: #391F5D;
}
.AnyTagClassName
{
color: #391F5D;
}
</style>
background-color css
<style>
a { background-color: #391F5D; }
a { background-color: rgb(57,31,93); }
div.DivClassName
{
background-color: #391F5D;
}
.BgClassName
{
background-color: #391F5D;
}
</style>
border-color css
<style>
span { border-color: #391F5D; }
span { border-color: rgb(57,31,93); }
td.TdClassName
{
border-color: #391F5D;
}
.TagClassName
{
border-color: #391F5D;
}
</style>