Shades of Christalle #381B55
Tints of Christalle #381B55
RGB
CMYK
RGB Variations
Color information
#381B55 (or 0x381B55) is known color: Christalle. HEX triplet: 38, 1B and 55. RGB value is (56,27,85). Sum of RGB (Red+Green+Blue) = 56+27+85=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #381B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B55 is #C7E4AA. Grayscale: #2A2A2A. Windows color (decimal): -13100203 or 5577528. OLE color: 5577528.
HSL color Cylindrical-coordinate representation of color #381B55: hue angle of 270º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381B55 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 27 | 85 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.67 |
| HSL | 270º | 0.52% | 0.22% | - |
| HSV(B) | 270º | 0.68% | 0.33% | - |
| XYZ | 3.66 | 2.28 | 8.84 | - |
| YUV | 42.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 85 | 0.34 | 0.68 | 0 | 0.67 | 270 | 0.52 | 0.22 |
| Hex | 38 | 1B | 55 | 22 | 44 | 0 | 43 | 10E | 34 | 16 |
| Octal | 70 | 33 | 125 | 42 | 104 | 0 | 103 | 416 | 64 | 26 |
| Binary | 111000 | 11011 | 1010101 | 100010 | 1000100 | 0 | 1000011 | 100001110 | 110100 | 10110 |
Color Harmonies of #381B55
Complementary color
Monochromatic Colors of #381B55
Black with #381B55
Text Example
Text Example
White with #381B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B55; }
p { color: rgb(56,27,85); }
H1.HeaderClassName
{
color: #381B55;
}
.AnyTagClassName
{
color: #381B55;
}
</style>
background-color css
<style>
a { background-color: #381B55; }
a { background-color: rgb(56,27,85); }
div.DivClassName
{
background-color: #381B55;
}
.BgClassName
{
background-color: #381B55;
}
</style>
border-color css
<style>
span { border-color: #381B55; }
span { border-color: rgb(56,27,85); }
td.TdClassName
{
border-color: #381B55;
}
.TagClassName
{
border-color: #381B55;
}
</style>