Shades of Christalle #380F57
Tints of Christalle #380F57
RGB
CMYK
RGB Variations
Color information
#380F57 (or 0x380F57) is known color: Christalle. HEX triplet: 38, 0F and 57. RGB value is (56,15,87). Sum of RGB (Red+Green+Blue) = 56+15+87=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #380F57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F57 is #C7F0A8. Grayscale: #232323. Windows color (decimal): -13103273 or 5705528. OLE color: 5705528.
HSL color Cylindrical-coordinate representation of color #380F57: hue angle of 274.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #380F57 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 15 | 87 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.66 |
| HSL | 274.17º | 0.71% | 0.2% | - |
| HSV(B) | 274.17º | 0.83% | 0.34% | - |
| XYZ | 3.52 | 1.87 | 9.19 | - |
| YUV | 35.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 87 | 0.36 | 0.83 | 0 | 0.66 | 274.17 | 0.71 | 0.2 |
| Hex | 38 | F | 57 | 24 | 53 | 0 | 42 | 112 | 47 | 14 |
| Octal | 70 | 17 | 127 | 44 | 123 | 0 | 102 | 422 | 107 | 24 |
| Binary | 111000 | 1111 | 1010111 | 100100 | 1010011 | 0 | 1000010 | 100010010 | 1000111 | 10100 |
Color Harmonies of #380F57
Complementary color
Monochromatic Colors of #380F57
Black with #380F57
Text Example
Text Example
White with #380F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F57; }
p { color: rgb(56,15,87); }
H1.HeaderClassName
{
color: #380F57;
}
.AnyTagClassName
{
color: #380F57;
}
</style>
background-color css
<style>
a { background-color: #380F57; }
a { background-color: rgb(56,15,87); }
div.DivClassName
{
background-color: #380F57;
}
.BgClassName
{
background-color: #380F57;
}
</style>
border-color css
<style>
span { border-color: #380F57; }
span { border-color: rgb(56,15,87); }
td.TdClassName
{
border-color: #380F57;
}
.TagClassName
{
border-color: #380F57;
}
</style>