Shades of Christalle #381D55
Tints of Christalle #381D55
RGB
CMYK
RGB Variations
Color information
#381D55 (or 0x381D55) is known color: Christalle. HEX triplet: 38, 1D and 55. RGB value is (56,29,85). Sum of RGB (Red+Green+Blue) = 56+29+85=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #381D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D55 is #C7E2AA. Grayscale: #2B2B2B. Windows color (decimal): -13099691 or 5578040. OLE color: 5578040.
HSL color Cylindrical-coordinate representation of color #381D55: hue angle of 268.93º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381D55 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 29 | 85 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.67 |
| HSL | 268.93º | 0.49% | 0.22% | - |
| HSV(B) | 268.93º | 0.66% | 0.33% | - |
| XYZ | 3.71 | 2.38 | 8.86 | - |
| YUV | 43.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 85 | 0.34 | 0.66 | 0 | 0.67 | 268.93 | 0.49 | 0.22 |
| Hex | 38 | 1D | 55 | 22 | 42 | 0 | 43 | 10D | 31 | 16 |
| Octal | 70 | 35 | 125 | 42 | 102 | 0 | 103 | 415 | 61 | 26 |
| Binary | 111000 | 11101 | 1010101 | 100010 | 1000010 | 0 | 1000011 | 100001101 | 110001 | 10110 |
Color Harmonies of #381D55
Complementary color
Monochromatic Colors of #381D55
Black with #381D55
Text Example
Text Example
White with #381D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D55; }
p { color: rgb(56,29,85); }
H1.HeaderClassName
{
color: #381D55;
}
.AnyTagClassName
{
color: #381D55;
}
</style>
background-color css
<style>
a { background-color: #381D55; }
a { background-color: rgb(56,29,85); }
div.DivClassName
{
background-color: #381D55;
}
.BgClassName
{
background-color: #381D55;
}
</style>
border-color css
<style>
span { border-color: #381D55; }
span { border-color: rgb(56,29,85); }
td.TdClassName
{
border-color: #381D55;
}
.TagClassName
{
border-color: #381D55;
}
</style>