Shades of Christalle #380E5A
Tints of Christalle #380E5A
RGB
CMYK
RGB Variations
Color information
#380E5A (or 0x380E5A) is known color: Christalle. HEX triplet: 38, 0E and 5A. RGB value is (56,14,90). Sum of RGB (Red+Green+Blue) = 56+14+90=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #380E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380E5A is #C7F1A5. Grayscale: #222222. Windows color (decimal): -13103526 or 5901880. OLE color: 5901880.
HSL color Cylindrical-coordinate representation of color #380E5A: hue angle of 273.16º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380E5A is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 14 | 90 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.65 |
| HSL | 273.16º | 0.73% | 0.2% | - |
| HSV(B) | 273.16º | 0.84% | 0.35% | - |
| XYZ | 3.63 | 1.89 | 9.85 | - |
| YUV | 35.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 90 | 0.38 | 0.84 | 0 | 0.65 | 273.16 | 0.73 | 0.2 |
| Hex | 38 | E | 5A | 26 | 54 | 0 | 41 | 111 | 49 | 14 |
| Octal | 70 | 16 | 132 | 46 | 124 | 0 | 101 | 421 | 111 | 24 |
| Binary | 111000 | 1110 | 1011010 | 100110 | 1010100 | 0 | 1000001 | 100010001 | 1001001 | 10100 |
Color Harmonies of #380E5A
Complementary color
Monochromatic Colors of #380E5A
Black with #380E5A
Text Example
Text Example
White with #380E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E5A; }
p { color: rgb(56,14,90); }
H1.HeaderClassName
{
color: #380E5A;
}
.AnyTagClassName
{
color: #380E5A;
}
</style>
background-color css
<style>
a { background-color: #380E5A; }
a { background-color: rgb(56,14,90); }
div.DivClassName
{
background-color: #380E5A;
}
.BgClassName
{
background-color: #380E5A;
}
</style>
border-color css
<style>
span { border-color: #380E5A; }
span { border-color: rgb(56,14,90); }
td.TdClassName
{
border-color: #380E5A;
}
.TagClassName
{
border-color: #380E5A;
}
</style>