Shades of Christalle #380A57
Tints of Christalle #380A57
RGB
CMYK
RGB Variations
Color information
#380A57 (or 0x380A57) is known color: Christalle. HEX triplet: 38, 0A and 57. RGB value is (56,10,87). Sum of RGB (Red+Green+Blue) = 56+10+87=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #380A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380A57 is #C7F5A8. Grayscale: #202020. Windows color (decimal): -13104553 or 5704248. OLE color: 5704248.
HSL color Cylindrical-coordinate representation of color #380A57: hue angle of 275.84º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380A57 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 10 | 87 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.66 |
| HSL | 275.84º | 0.79% | 0.19% | - |
| HSV(B) | 275.84º | 0.89% | 0.34% | - |
| XYZ | 3.46 | 1.75 | 9.17 | - |
| YUV | 32.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 87 | 0.36 | 0.89 | 0 | 0.66 | 275.84 | 0.79 | 0.19 |
| Hex | 38 | A | 57 | 24 | 59 | 0 | 42 | 114 | 4F | 13 |
| Octal | 70 | 12 | 127 | 44 | 131 | 0 | 102 | 424 | 117 | 23 |
| Binary | 111000 | 1010 | 1010111 | 100100 | 1011001 | 0 | 1000010 | 100010100 | 1001111 | 10011 |
Color Harmonies of #380A57
Complementary color
Monochromatic Colors of #380A57
Black with #380A57
Text Example
Text Example
White with #380A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A57; }
p { color: rgb(56,10,87); }
H1.HeaderClassName
{
color: #380A57;
}
.AnyTagClassName
{
color: #380A57;
}
</style>
background-color css
<style>
a { background-color: #380A57; }
a { background-color: rgb(56,10,87); }
div.DivClassName
{
background-color: #380A57;
}
.BgClassName
{
background-color: #380A57;
}
</style>
border-color css
<style>
span { border-color: #380A57; }
span { border-color: rgb(56,10,87); }
td.TdClassName
{
border-color: #380A57;
}
.TagClassName
{
border-color: #380A57;
}
</style>