Shades of Christalle #380E67
Tints of Christalle #380E67
RGB
CMYK
RGB Variations
Color information
#380E67 (or 0x380E67) is known color: Christalle. HEX triplet: 38, 0E and 67. RGB value is (56,14,103). Sum of RGB (Red+Green+Blue) = 56+14+103=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #380E67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380E67 is #C7F198. Grayscale: #242424. Windows color (decimal): -13103513 or 6753848. OLE color: 6753848.
HSL color Cylindrical-coordinate representation of color #380E67: hue angle of 268.31º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380E67 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 14 | 103 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.60 |
| HSL | 268.31º | 0.76% | 0.23% | - |
| HSV(B) | 268.31º | 0.86% | 0.4% | - |
| XYZ | 4.24 | 2.13 | 13.02 | - |
| YUV | 36.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 103 | 0.46 | 0.86 | 0 | 0.60 | 268.31 | 0.76 | 0.23 |
| Hex | 38 | E | 67 | 2E | 56 | 0 | 3C | 10C | 4C | 17 |
| Octal | 70 | 16 | 147 | 56 | 126 | 0 | 74 | 414 | 114 | 27 |
| Binary | 111000 | 1110 | 1100111 | 101110 | 1010110 | 0 | 111100 | 100001100 | 1001100 | 10111 |
Color Harmonies of #380E67
Complementary color
Monochromatic Colors of #380E67
Black with #380E67
Text Example
Text Example
White with #380E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E67; }
p { color: rgb(56,14,103); }
H1.HeaderClassName
{
color: #380E67;
}
.AnyTagClassName
{
color: #380E67;
}
</style>
background-color css
<style>
a { background-color: #380E67; }
a { background-color: rgb(56,14,103); }
div.DivClassName
{
background-color: #380E67;
}
.BgClassName
{
background-color: #380E67;
}
</style>
border-color css
<style>
span { border-color: #380E67; }
span { border-color: rgb(56,14,103); }
td.TdClassName
{
border-color: #380E67;
}
.TagClassName
{
border-color: #380E67;
}
</style>