Shades of Christalle #381C53
Tints of Christalle #381C53
RGB
CMYK
RGB Variations
Color information
#381C53 (or 0x381C53) is known color: Christalle. HEX triplet: 38, 1C and 53. RGB value is (56,28,83). Sum of RGB (Red+Green+Blue) = 56+28+83=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #381C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C53 is #C7E3AC. Grayscale: #2A2A2A. Windows color (decimal): -13099949 or 5446712. OLE color: 5446712.
HSL color Cylindrical-coordinate representation of color #381C53: hue angle of 270.55º degrees, saturation: 0.5, 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 #381C53 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 28 | 83 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.67 |
| HSL | 270.55º | 0.5% | 0.22% | - |
| HSV(B) | 270.55º | 0.66% | 0.33% | - |
| XYZ | 3.61 | 2.3 | 8.44 | - |
| YUV | 42.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 83 | 0.33 | 0.66 | 0 | 0.67 | 270.55 | 0.5 | 0.22 |
| Hex | 38 | 1C | 53 | 21 | 42 | 0 | 43 | 10F | 32 | 16 |
| Octal | 70 | 34 | 123 | 41 | 102 | 0 | 103 | 417 | 62 | 26 |
| Binary | 111000 | 11100 | 1010011 | 100001 | 1000010 | 0 | 1000011 | 100001111 | 110010 | 10110 |
Color Harmonies of #381C53
Complementary color
Monochromatic Colors of #381C53
Black with #381C53
Text Example
Text Example
White with #381C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C53; }
p { color: rgb(56,28,83); }
H1.HeaderClassName
{
color: #381C53;
}
.AnyTagClassName
{
color: #381C53;
}
</style>
background-color css
<style>
a { background-color: #381C53; }
a { background-color: rgb(56,28,83); }
div.DivClassName
{
background-color: #381C53;
}
.BgClassName
{
background-color: #381C53;
}
</style>
border-color css
<style>
span { border-color: #381C53; }
span { border-color: rgb(56,28,83); }
td.TdClassName
{
border-color: #381C53;
}
.TagClassName
{
border-color: #381C53;
}
</style>