Shades of Christalle #391B5E
Tints of Christalle #391B5E
RGB
CMYK
RGB Variations
Color information
#391B5E (or 0x391B5E) is known color: Christalle. HEX triplet: 39, 1B and 5E. RGB value is (57,27,94). Sum of RGB (Red+Green+Blue) = 57+27+94=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #391B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391B5E is #C6E4A1. Grayscale: #2B2B2B. Windows color (decimal): -13034658 or 6167353. OLE color: 6167353.
HSL color Cylindrical-coordinate representation of color #391B5E: hue angle of 266.87º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #391B5E is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 27 | 94 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.63 |
| HSL | 266.87º | 0.55% | 0.24% | - |
| HSV(B) | 266.87º | 0.71% | 0.37% | - |
| XYZ | 4.1 | 2.46 | 10.85 | - |
| YUV | 43.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 94 | 0.39 | 0.71 | 0 | 0.63 | 266.87 | 0.55 | 0.24 |
| Hex | 39 | 1B | 5E | 27 | 47 | 0 | 3F | 10B | 37 | 18 |
| Octal | 71 | 33 | 136 | 47 | 107 | 0 | 77 | 413 | 67 | 30 |
| Binary | 111001 | 11011 | 1011110 | 100111 | 1000111 | 0 | 111111 | 100001011 | 110111 | 11000 |
Color Harmonies of #391B5E
Complementary color
Monochromatic Colors of #391B5E
Black with #391B5E
Text Example
Text Example
White with #391B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B5E; }
p { color: rgb(57,27,94); }
H1.HeaderClassName
{
color: #391B5E;
}
.AnyTagClassName
{
color: #391B5E;
}
</style>
background-color css
<style>
a { background-color: #391B5E; }
a { background-color: rgb(57,27,94); }
div.DivClassName
{
background-color: #391B5E;
}
.BgClassName
{
background-color: #391B5E;
}
</style>
border-color css
<style>
span { border-color: #391B5E; }
span { border-color: rgb(57,27,94); }
td.TdClassName
{
border-color: #391B5E;
}
.TagClassName
{
border-color: #391B5E;
}
</style>