Shades of Christalle #381764
Tints of Christalle #381764
RGB
CMYK
RGB Variations
Color information
#381764 (or 0x381764) is known color: Christalle. HEX triplet: 38, 17 and 64. RGB value is (56,23,100). Sum of RGB (Red+Green+Blue) = 56+23+100=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 100 (39.45% from 255 or 55.87% from 179); Max value from RGB is 100 - color contains mainly: blue. Hex color #381764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381764 is #C7E89B. Grayscale: #292929. Windows color (decimal): -13101212 or 6559544. OLE color: 6559544.
HSL color Cylindrical-coordinate representation of color #381764: hue angle of 265.71º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381764 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 23 | 100 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.61 |
| HSL | 265.71º | 0.63% | 0.24% | - |
| HSV(B) | 265.71º | 0.77% | 0.39% | - |
| XYZ | 4.24 | 2.37 | 12.29 | - |
| YUV | 41.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 100 | 0.44 | 0.77 | 0 | 0.61 | 265.71 | 0.63 | 0.24 |
| Hex | 38 | 17 | 64 | 2C | 4D | 0 | 3D | 10A | 3F | 18 |
| Octal | 70 | 27 | 144 | 54 | 115 | 0 | 75 | 412 | 77 | 30 |
| Binary | 111000 | 10111 | 1100100 | 101100 | 1001101 | 0 | 111101 | 100001010 | 111111 | 11000 |
Color Harmonies of #381764
Complementary color
Monochromatic Colors of #381764
Black with #381764
Text Example
Text Example
White with #381764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381764; }
p { color: rgb(56,23,100); }
H1.HeaderClassName
{
color: #381764;
}
.AnyTagClassName
{
color: #381764;
}
</style>
background-color css
<style>
a { background-color: #381764; }
a { background-color: rgb(56,23,100); }
div.DivClassName
{
background-color: #381764;
}
.BgClassName
{
background-color: #381764;
}
</style>
border-color css
<style>
span { border-color: #381764; }
span { border-color: rgb(56,23,100); }
td.TdClassName
{
border-color: #381764;
}
.TagClassName
{
border-color: #381764;
}
</style>