Shades of Christalle #381963
Tints of Christalle #381963
RGB
CMYK
RGB Variations
Color information
#381963 (or 0x381963) is known color: Christalle. HEX triplet: 38, 19 and 63. RGB value is (56,25,99). Sum of RGB (Red+Green+Blue) = 56+25+99=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #381963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381963 is #C7E69C. Grayscale: #2A2A2A. Windows color (decimal): -13100701 or 6494520. OLE color: 6494520.
HSL color Cylindrical-coordinate representation of color #381963: hue angle of 265.14º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381963 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 25 | 99 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.61 |
| HSL | 265.14º | 0.6% | 0.24% | - |
| HSV(B) | 265.14º | 0.75% | 0.39% | - |
| XYZ | 4.23 | 2.44 | 12.05 | - |
| YUV | 42.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 99 | 0.43 | 0.75 | 0 | 0.61 | 265.14 | 0.6 | 0.24 |
| Hex | 38 | 19 | 63 | 2B | 4B | 0 | 3D | 109 | 3C | 18 |
| Octal | 70 | 31 | 143 | 53 | 113 | 0 | 75 | 411 | 74 | 30 |
| Binary | 111000 | 11001 | 1100011 | 101011 | 1001011 | 0 | 111101 | 100001001 | 111100 | 11000 |
Color Harmonies of #381963
Complementary color
Monochromatic Colors of #381963
Black with #381963
Text Example
Text Example
White with #381963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381963; }
p { color: rgb(56,25,99); }
H1.HeaderClassName
{
color: #381963;
}
.AnyTagClassName
{
color: #381963;
}
</style>
background-color css
<style>
a { background-color: #381963; }
a { background-color: rgb(56,25,99); }
div.DivClassName
{
background-color: #381963;
}
.BgClassName
{
background-color: #381963;
}
</style>
border-color css
<style>
span { border-color: #381963; }
span { border-color: rgb(56,25,99); }
td.TdClassName
{
border-color: #381963;
}
.TagClassName
{
border-color: #381963;
}
</style>