Shades of Christalle #380C65
Tints of Christalle #380C65
RGB
CMYK
RGB Variations
Color information
#380C65 (or 0x380C65) is known color: Christalle. HEX triplet: 38, 0C and 65. RGB value is (56,12,101). Sum of RGB (Red+Green+Blue) = 56+12+101=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #380C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C65 is #C7F39A. Grayscale: #222222. Windows color (decimal): -13104027 or 6622264. OLE color: 6622264.
HSL color Cylindrical-coordinate representation of color #380C65: hue angle of 269.66º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380C65 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 12 | 101 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.60 |
| HSL | 269.66º | 0.79% | 0.22% | - |
| HSV(B) | 269.66º | 0.88% | 0.4% | - |
| XYZ | 4.11 | 2.04 | 12.49 | - |
| YUV | 35.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 101 | 0.45 | 0.88 | 0 | 0.60 | 269.66 | 0.79 | 0.22 |
| Hex | 38 | C | 65 | 2D | 58 | 0 | 3C | 10E | 4F | 16 |
| Octal | 70 | 14 | 145 | 55 | 130 | 0 | 74 | 416 | 117 | 26 |
| Binary | 111000 | 1100 | 1100101 | 101101 | 1011000 | 0 | 111100 | 100001110 | 1001111 | 10110 |
Color Harmonies of #380C65
Complementary color
Monochromatic Colors of #380C65
Black with #380C65
Text Example
Text Example
White with #380C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C65; }
p { color: rgb(56,12,101); }
H1.HeaderClassName
{
color: #380C65;
}
.AnyTagClassName
{
color: #380C65;
}
</style>
background-color css
<style>
a { background-color: #380C65; }
a { background-color: rgb(56,12,101); }
div.DivClassName
{
background-color: #380C65;
}
.BgClassName
{
background-color: #380C65;
}
</style>
border-color css
<style>
span { border-color: #380C65; }
span { border-color: rgb(56,12,101); }
td.TdClassName
{
border-color: #380C65;
}
.TagClassName
{
border-color: #380C65;
}
</style>