Shades of Christalle #381E53
Tints of Christalle #381E53
RGB
CMYK
RGB Variations
Color information
#381E53 (or 0x381E53) is known color: Christalle. HEX triplet: 38, 1E and 53. RGB value is (56,30,83). Sum of RGB (Red+Green+Blue) = 56+30+83=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #381E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E53 is #C7E1AC. Grayscale: #2B2B2B. Windows color (decimal): -13099437 or 5447224. OLE color: 5447224.
HSL color Cylindrical-coordinate representation of color #381E53: hue angle of 269.43º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381E53 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 30 | 83 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.67 |
| HSL | 269.43º | 0.47% | 0.22% | - |
| HSV(B) | 269.43º | 0.64% | 0.33% | - |
| XYZ | 3.66 | 2.39 | 8.45 | - |
| YUV | 43.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 83 | 0.33 | 0.64 | 0 | 0.67 | 269.43 | 0.47 | 0.22 |
| Hex | 38 | 1E | 53 | 21 | 40 | 0 | 43 | 10D | 2F | 16 |
| Octal | 70 | 36 | 123 | 41 | 100 | 0 | 103 | 415 | 57 | 26 |
| Binary | 111000 | 11110 | 1010011 | 100001 | 1000000 | 0 | 1000011 | 100001101 | 101111 | 10110 |
Color Harmonies of #381E53
Complementary color
Monochromatic Colors of #381E53
Black with #381E53
Text Example
Text Example
White with #381E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E53; }
p { color: rgb(56,30,83); }
H1.HeaderClassName
{
color: #381E53;
}
.AnyTagClassName
{
color: #381E53;
}
</style>
background-color css
<style>
a { background-color: #381E53; }
a { background-color: rgb(56,30,83); }
div.DivClassName
{
background-color: #381E53;
}
.BgClassName
{
background-color: #381E53;
}
</style>
border-color css
<style>
span { border-color: #381E53; }
span { border-color: rgb(56,30,83); }
td.TdClassName
{
border-color: #381E53;
}
.TagClassName
{
border-color: #381E53;
}
</style>