Shades of Christalle #381A57
Tints of Christalle #381A57
RGB
CMYK
RGB Variations
Color information
#381A57 (or 0x381A57) is known color: Christalle. HEX triplet: 38, 1A and 57. RGB value is (56,26,87). Sum of RGB (Red+Green+Blue) = 56+26+87=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #381A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A57 is #C7E5A8. Grayscale: #292929. Windows color (decimal): -13100457 or 5708344. OLE color: 5708344.
HSL color Cylindrical-coordinate representation of color #381A57: hue angle of 269.51º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381A57 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 26 | 87 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.66 |
| HSL | 269.51º | 0.54% | 0.22% | - |
| HSV(B) | 269.51º | 0.7% | 0.34% | - |
| XYZ | 3.72 | 2.27 | 9.26 | - |
| YUV | 41.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 87 | 0.36 | 0.70 | 0 | 0.66 | 269.51 | 0.54 | 0.22 |
| Hex | 38 | 1A | 57 | 24 | 46 | 0 | 42 | 10E | 36 | 16 |
| Octal | 70 | 32 | 127 | 44 | 106 | 0 | 102 | 416 | 66 | 26 |
| Binary | 111000 | 11010 | 1010111 | 100100 | 1000110 | 0 | 1000010 | 100001110 | 110110 | 10110 |
Color Harmonies of #381A57
Complementary color
Monochromatic Colors of #381A57
Black with #381A57
Text Example
Text Example
White with #381A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A57; }
p { color: rgb(56,26,87); }
H1.HeaderClassName
{
color: #381A57;
}
.AnyTagClassName
{
color: #381A57;
}
</style>
background-color css
<style>
a { background-color: #381A57; }
a { background-color: rgb(56,26,87); }
div.DivClassName
{
background-color: #381A57;
}
.BgClassName
{
background-color: #381A57;
}
</style>
border-color css
<style>
span { border-color: #381A57; }
span { border-color: rgb(56,26,87); }
td.TdClassName
{
border-color: #381A57;
}
.TagClassName
{
border-color: #381A57;
}
</style>