Shades of Christalle #380F5E
Tints of Christalle #380F5E
RGB
CMYK
RGB Variations
Color information
#380F5E (or 0x380F5E) is known color: Christalle. HEX triplet: 38, 0F and 5E. RGB value is (56,15,94). Sum of RGB (Red+Green+Blue) = 56+15+94=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #380F5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F5E is #C7F0A1. Grayscale: #232323. Windows color (decimal): -13103266 or 6164280. OLE color: 6164280.
HSL color Cylindrical-coordinate representation of color #380F5E: hue angle of 271.14º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380F5E is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 15 | 94 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.63 |
| HSL | 271.14º | 0.72% | 0.21% | - |
| HSV(B) | 271.14º | 0.84% | 0.37% | - |
| XYZ | 3.82 | 1.99 | 10.77 | - |
| YUV | 36.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 94 | 0.40 | 0.84 | 0 | 0.63 | 271.14 | 0.72 | 0.21 |
| Hex | 38 | F | 5E | 28 | 54 | 0 | 3F | 10F | 48 | 15 |
| Octal | 70 | 17 | 136 | 50 | 124 | 0 | 77 | 417 | 110 | 25 |
| Binary | 111000 | 1111 | 1011110 | 101000 | 1010100 | 0 | 111111 | 100001111 | 1001000 | 10101 |
Color Harmonies of #380F5E
Complementary color
Monochromatic Colors of #380F5E
Black with #380F5E
Text Example
Text Example
White with #380F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F5E; }
p { color: rgb(56,15,94); }
H1.HeaderClassName
{
color: #380F5E;
}
.AnyTagClassName
{
color: #380F5E;
}
</style>
background-color css
<style>
a { background-color: #380F5E; }
a { background-color: rgb(56,15,94); }
div.DivClassName
{
background-color: #380F5E;
}
.BgClassName
{
background-color: #380F5E;
}
</style>
border-color css
<style>
span { border-color: #380F5E; }
span { border-color: rgb(56,15,94); }
td.TdClassName
{
border-color: #380F5E;
}
.TagClassName
{
border-color: #380F5E;
}
</style>