Shades of Christalle #391B5A
Tints of Christalle #391B5A
RGB
CMYK
RGB Variations
Color information
#391B5A (or 0x391B5A) is known color: Christalle. HEX triplet: 39, 1B and 5A. RGB value is (57,27,90). Sum of RGB (Red+Green+Blue) = 57+27+90=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #391B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391B5A is #C6E4A5. Grayscale: #2A2A2A. Windows color (decimal): -13034662 or 5905209. OLE color: 5905209.
HSL color Cylindrical-coordinate representation of color #391B5A: hue angle of 268.57º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391B5A is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 27 | 90 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.65 |
| HSL | 268.57º | 0.54% | 0.23% | - |
| HSV(B) | 268.57º | 0.7% | 0.35% | - |
| XYZ | 3.92 | 2.39 | 9.93 | - |
| YUV | 43.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 90 | 0.37 | 0.70 | 0 | 0.65 | 268.57 | 0.54 | 0.23 |
| Hex | 39 | 1B | 5A | 25 | 46 | 0 | 41 | 10D | 36 | 17 |
| Octal | 71 | 33 | 132 | 45 | 106 | 0 | 101 | 415 | 66 | 27 |
| Binary | 111001 | 11011 | 1011010 | 100101 | 1000110 | 0 | 1000001 | 100001101 | 110110 | 10111 |
Color Harmonies of #391B5A
Complementary color
Monochromatic Colors of #391B5A
Black with #391B5A
Text Example
Text Example
White with #391B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B5A; }
p { color: rgb(57,27,90); }
H1.HeaderClassName
{
color: #391B5A;
}
.AnyTagClassName
{
color: #391B5A;
}
</style>
background-color css
<style>
a { background-color: #391B5A; }
a { background-color: rgb(57,27,90); }
div.DivClassName
{
background-color: #391B5A;
}
.BgClassName
{
background-color: #391B5A;
}
</style>
border-color css
<style>
span { border-color: #391B5A; }
span { border-color: rgb(57,27,90); }
td.TdClassName
{
border-color: #391B5A;
}
.TagClassName
{
border-color: #391B5A;
}
</style>