Shades of Christalle #381F56
Tints of Christalle #381F56
RGB
CMYK
RGB Variations
Color information
#381F56 (or 0x381F56) is known color: Christalle. HEX triplet: 38, 1F and 56. RGB value is (56,31,86). Sum of RGB (Red+Green+Blue) = 56+31+86=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #381F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F56 is #C7E0A9. Grayscale: #2C2C2C. Windows color (decimal): -13099178 or 5644088. OLE color: 5644088.
HSL color Cylindrical-coordinate representation of color #381F56: hue angle of 267.27º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381F56 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 31 | 86 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.66 |
| HSL | 267.27º | 0.47% | 0.23% | - |
| HSV(B) | 267.27º | 0.64% | 0.34% | - |
| XYZ | 3.8 | 2.49 | 9.08 | - |
| YUV | 44.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 86 | 0.35 | 0.64 | 0 | 0.66 | 267.27 | 0.47 | 0.23 |
| Hex | 38 | 1F | 56 | 23 | 40 | 0 | 42 | 10B | 2F | 17 |
| Octal | 70 | 37 | 126 | 43 | 100 | 0 | 102 | 413 | 57 | 27 |
| Binary | 111000 | 11111 | 1010110 | 100011 | 1000000 | 0 | 1000010 | 100001011 | 101111 | 10111 |
Color Harmonies of #381F56
Complementary color
Monochromatic Colors of #381F56
Black with #381F56
Text Example
Text Example
White with #381F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F56; }
p { color: rgb(56,31,86); }
H1.HeaderClassName
{
color: #381F56;
}
.AnyTagClassName
{
color: #381F56;
}
</style>
background-color css
<style>
a { background-color: #381F56; }
a { background-color: rgb(56,31,86); }
div.DivClassName
{
background-color: #381F56;
}
.BgClassName
{
background-color: #381F56;
}
</style>
border-color css
<style>
span { border-color: #381F56; }
span { border-color: rgb(56,31,86); }
td.TdClassName
{
border-color: #381F56;
}
.TagClassName
{
border-color: #381F56;
}
</style>