Shades of Christalle #380C68
Tints of Christalle #380C68
RGB
CMYK
RGB Variations
Color information
#380C68 (or 0x380C68) is known color: Christalle. HEX triplet: 38, 0C and 68. RGB value is (56,12,104). Sum of RGB (Red+Green+Blue) = 56+12+104=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #380C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C68 is #C7F397. Grayscale: #232323. Windows color (decimal): -13104024 or 6818872. OLE color: 6818872.
HSL color Cylindrical-coordinate representation of color #380C68: hue angle of 268.7º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380C68 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 12 | 104 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.59 |
| HSL | 268.7º | 0.79% | 0.23% | - |
| HSV(B) | 268.7º | 0.88% | 0.41% | - |
| XYZ | 4.26 | 2.1 | 13.28 | - |
| YUV | 35.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 104 | 0.46 | 0.88 | 0 | 0.59 | 268.7 | 0.79 | 0.23 |
| Hex | 38 | C | 68 | 2E | 58 | 0 | 3B | 10D | 4F | 17 |
| Octal | 70 | 14 | 150 | 56 | 130 | 0 | 73 | 415 | 117 | 27 |
| Binary | 111000 | 1100 | 1101000 | 101110 | 1011000 | 0 | 111011 | 100001101 | 1001111 | 10111 |
Color Harmonies of #380C68
Complementary color
Monochromatic Colors of #380C68
Black with #380C68
Text Example
Text Example
White with #380C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C68; }
p { color: rgb(56,12,104); }
H1.HeaderClassName
{
color: #380C68;
}
.AnyTagClassName
{
color: #380C68;
}
</style>
background-color css
<style>
a { background-color: #380C68; }
a { background-color: rgb(56,12,104); }
div.DivClassName
{
background-color: #380C68;
}
.BgClassName
{
background-color: #380C68;
}
</style>
border-color css
<style>
span { border-color: #380C68; }
span { border-color: rgb(56,12,104); }
td.TdClassName
{
border-color: #380C68;
}
.TagClassName
{
border-color: #380C68;
}
</style>