Shades of Christalle #381B53
Tints of Christalle #381B53
RGB
CMYK
RGB Variations
Color information
#381B53 (or 0x381B53) is known color: Christalle. HEX triplet: 38, 1B and 53. RGB value is (56,27,83). Sum of RGB (Red+Green+Blue) = 56+27+83=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #381B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B53 is #C7E4AC. Grayscale: #292929. Windows color (decimal): -13100205 or 5446456. OLE color: 5446456.
HSL color Cylindrical-coordinate representation of color #381B53: hue angle of 271.07º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #381B53 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 27 | 83 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.67 |
| HSL | 271.07º | 0.51% | 0.22% | - |
| HSV(B) | 271.07º | 0.67% | 0.33% | - |
| XYZ | 3.58 | 2.25 | 8.43 | - |
| YUV | 42.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 83 | 0.33 | 0.67 | 0 | 0.67 | 271.07 | 0.51 | 0.22 |
| Hex | 38 | 1B | 53 | 21 | 43 | 0 | 43 | 10F | 33 | 16 |
| Octal | 70 | 33 | 123 | 41 | 103 | 0 | 103 | 417 | 63 | 26 |
| Binary | 111000 | 11011 | 1010011 | 100001 | 1000011 | 0 | 1000011 | 100001111 | 110011 | 10110 |
Color Harmonies of #381B53
Complementary color
Monochromatic Colors of #381B53
Black with #381B53
Text Example
Text Example
White with #381B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B53; }
p { color: rgb(56,27,83); }
H1.HeaderClassName
{
color: #381B53;
}
.AnyTagClassName
{
color: #381B53;
}
</style>
background-color css
<style>
a { background-color: #381B53; }
a { background-color: rgb(56,27,83); }
div.DivClassName
{
background-color: #381B53;
}
.BgClassName
{
background-color: #381B53;
}
</style>
border-color css
<style>
span { border-color: #381B53; }
span { border-color: rgb(56,27,83); }
td.TdClassName
{
border-color: #381B53;
}
.TagClassName
{
border-color: #381B53;
}
</style>