Shades of Christalle #381B6D
Tints of Christalle #381B6D
RGB
CMYK
RGB Variations
Color information
#381B6D (or 0x381B6D) is known color: Christalle. HEX triplet: 38, 1B and 6D. RGB value is (56,27,109). Sum of RGB (Red+Green+Blue) = 56+27+109=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #381B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B6D is #C7E492. Grayscale: #2C2C2C. Windows color (decimal): -13100179 or 7150392. OLE color: 7150392.
HSL color Cylindrical-coordinate representation of color #381B6D: hue angle of 261.22º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381B6D is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 27 | 109 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.57 |
| HSL | 261.22º | 0.6% | 0.27% | - |
| HSV(B) | 261.22º | 0.75% | 0.43% | - |
| XYZ | 4.78 | 2.73 | 14.74 | - |
| YUV | 45.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 109 | 0.49 | 0.75 | 0 | 0.57 | 261.22 | 0.6 | 0.27 |
| Hex | 38 | 1B | 6D | 31 | 4B | 0 | 39 | 105 | 3C | 1B |
| Octal | 70 | 33 | 155 | 61 | 113 | 0 | 71 | 405 | 74 | 33 |
| Binary | 111000 | 11011 | 1101101 | 110001 | 1001011 | 0 | 111001 | 100000101 | 111100 | 11011 |
Color Harmonies of #381B6D
Complementary color
Monochromatic Colors of #381B6D
Black with #381B6D
Text Example
Text Example
White with #381B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B6D; }
p { color: rgb(56,27,109); }
H1.HeaderClassName
{
color: #381B6D;
}
.AnyTagClassName
{
color: #381B6D;
}
</style>
background-color css
<style>
a { background-color: #381B6D; }
a { background-color: rgb(56,27,109); }
div.DivClassName
{
background-color: #381B6D;
}
.BgClassName
{
background-color: #381B6D;
}
</style>
border-color css
<style>
span { border-color: #381B6D; }
span { border-color: rgb(56,27,109); }
td.TdClassName
{
border-color: #381B6D;
}
.TagClassName
{
border-color: #381B6D;
}
</style>