Shades of Christalle #381B59
Tints of Christalle #381B59
RGB
CMYK
RGB Variations
Color information
#381B59 (or 0x381B59) is known color: Christalle. HEX triplet: 38, 1B and 59. RGB value is (56,27,89). Sum of RGB (Red+Green+Blue) = 56+27+89=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #381B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B59 is #C7E4A6. Grayscale: #2A2A2A. Windows color (decimal): -13100199 or 5839672. OLE color: 5839672.
HSL color Cylindrical-coordinate representation of color #381B59: hue angle of 268.06º degrees, saturation: 0.53, 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 #381B59 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 27 | 89 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.65 |
| HSL | 268.06º | 0.53% | 0.23% | - |
| HSV(B) | 268.06º | 0.7% | 0.35% | - |
| XYZ | 3.83 | 2.35 | 9.7 | - |
| YUV | 42.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 89 | 0.37 | 0.70 | 0 | 0.65 | 268.06 | 0.53 | 0.23 |
| Hex | 38 | 1B | 59 | 25 | 46 | 0 | 41 | 10C | 35 | 17 |
| Octal | 70 | 33 | 131 | 45 | 106 | 0 | 101 | 414 | 65 | 27 |
| Binary | 111000 | 11011 | 1011001 | 100101 | 1000110 | 0 | 1000001 | 100001100 | 110101 | 10111 |
Color Harmonies of #381B59
Complementary color
Monochromatic Colors of #381B59
Black with #381B59
Text Example
Text Example
White with #381B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B59; }
p { color: rgb(56,27,89); }
H1.HeaderClassName
{
color: #381B59;
}
.AnyTagClassName
{
color: #381B59;
}
</style>
background-color css
<style>
a { background-color: #381B59; }
a { background-color: rgb(56,27,89); }
div.DivClassName
{
background-color: #381B59;
}
.BgClassName
{
background-color: #381B59;
}
</style>
border-color css
<style>
span { border-color: #381B59; }
span { border-color: rgb(56,27,89); }
td.TdClassName
{
border-color: #381B59;
}
.TagClassName
{
border-color: #381B59;
}
</style>