Shades of Christalle #380363
Tints of Christalle #380363
RGB
CMYK
RGB Variations
Color information
#380363 (or 0x380363) is known color: Christalle. HEX triplet: 38, 03 and 63. RGB value is (56,3,99). Sum of RGB (Red+Green+Blue) = 56+3+99=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #380363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380363 is #C7FC9C. Grayscale: #1D1D1D. Windows color (decimal): -13106333 or 6488888. OLE color: 6488888.
HSL color Cylindrical-coordinate representation of color #380363: hue angle of 273.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380363 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 3 | 99 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.61 |
| HSL | 273.13º | 0.94% | 0.2% | - |
| HSV(B) | 273.13º | 0.97% | 0.39% | - |
| XYZ | 3.92 | 1.81 | 11.95 | - |
| YUV | 29.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 99 | 0.43 | 0.97 | 0 | 0.61 | 273.13 | 0.94 | 0.2 |
| Hex | 38 | 3 | 63 | 2B | 61 | 0 | 3D | 111 | 5E | 14 |
| Octal | 70 | 3 | 143 | 53 | 141 | 0 | 75 | 421 | 136 | 24 |
| Binary | 111000 | 11 | 1100011 | 101011 | 1100001 | 0 | 111101 | 100010001 | 1011110 | 10100 |
Color Harmonies of #380363
Complementary color
Monochromatic Colors of #380363
Black with #380363
Text Example
Text Example
White with #380363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380363; }
p { color: rgb(56,3,99); }
H1.HeaderClassName
{
color: #380363;
}
.AnyTagClassName
{
color: #380363;
}
</style>
background-color css
<style>
a { background-color: #380363; }
a { background-color: rgb(56,3,99); }
div.DivClassName
{
background-color: #380363;
}
.BgClassName
{
background-color: #380363;
}
</style>
border-color css
<style>
span { border-color: #380363; }
span { border-color: rgb(56,3,99); }
td.TdClassName
{
border-color: #380363;
}
.TagClassName
{
border-color: #380363;
}
</style>