Shades of Christalle #381A59
Tints of Christalle #381A59
RGB
CMYK
RGB Variations
Color information
#381A59 (or 0x381A59) is known color: Christalle. HEX triplet: 38, 1A and 59. RGB value is (56,26,89). Sum of RGB (Red+Green+Blue) = 56+26+89=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #381A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A59 is #C7E5A6. Grayscale: #292929. Windows color (decimal): -13100455 or 5839416. OLE color: 5839416.
HSL color Cylindrical-coordinate representation of color #381A59: hue angle of 268.57º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381A59 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 26 | 89 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.65 |
| HSL | 268.57º | 0.55% | 0.23% | - |
| HSV(B) | 268.57º | 0.71% | 0.35% | - |
| XYZ | 3.8 | 2.3 | 9.69 | - |
| YUV | 42.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 89 | 0.37 | 0.71 | 0 | 0.65 | 268.57 | 0.55 | 0.23 |
| Hex | 38 | 1A | 59 | 25 | 47 | 0 | 41 | 10D | 37 | 17 |
| Octal | 70 | 32 | 131 | 45 | 107 | 0 | 101 | 415 | 67 | 27 |
| Binary | 111000 | 11010 | 1011001 | 100101 | 1000111 | 0 | 1000001 | 100001101 | 110111 | 10111 |
Color Harmonies of #381A59
Complementary color
Monochromatic Colors of #381A59
Black with #381A59
Text Example
Text Example
White with #381A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A59; }
p { color: rgb(56,26,89); }
H1.HeaderClassName
{
color: #381A59;
}
.AnyTagClassName
{
color: #381A59;
}
</style>
background-color css
<style>
a { background-color: #381A59; }
a { background-color: rgb(56,26,89); }
div.DivClassName
{
background-color: #381A59;
}
.BgClassName
{
background-color: #381A59;
}
</style>
border-color css
<style>
span { border-color: #381A59; }
span { border-color: rgb(56,26,89); }
td.TdClassName
{
border-color: #381A59;
}
.TagClassName
{
border-color: #381A59;
}
</style>