Shades of Christalle #381F60
Tints of Christalle #381F60
RGB
CMYK
RGB Variations
Color information
#381F60 (or 0x381F60) is known color: Christalle. HEX triplet: 38, 1F and 60. RGB value is (56,31,96). Sum of RGB (Red+Green+Blue) = 56+31+96=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #381F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F60 is #C7E09F. Grayscale: #2D2D2D. Windows color (decimal): -13099168 or 6299448. OLE color: 6299448.
HSL color Cylindrical-coordinate representation of color #381F60: hue angle of 263.08º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381F60 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 31 | 96 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.62 |
| HSL | 263.08º | 0.51% | 0.25% | - |
| HSV(B) | 263.08º | 0.68% | 0.38% | - |
| XYZ | 4.23 | 2.67 | 11.36 | - |
| YUV | 45.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 96 | 0.42 | 0.68 | 0 | 0.62 | 263.08 | 0.51 | 0.25 |
| Hex | 38 | 1F | 60 | 2A | 44 | 0 | 3E | 107 | 33 | 19 |
| Octal | 70 | 37 | 140 | 52 | 104 | 0 | 76 | 407 | 63 | 31 |
| Binary | 111000 | 11111 | 1100000 | 101010 | 1000100 | 0 | 111110 | 100000111 | 110011 | 11001 |
Color Harmonies of #381F60
Complementary color
Monochromatic Colors of #381F60
Black with #381F60
Text Example
Text Example
White with #381F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F60; }
p { color: rgb(56,31,96); }
H1.HeaderClassName
{
color: #381F60;
}
.AnyTagClassName
{
color: #381F60;
}
</style>
background-color css
<style>
a { background-color: #381F60; }
a { background-color: rgb(56,31,96); }
div.DivClassName
{
background-color: #381F60;
}
.BgClassName
{
background-color: #381F60;
}
</style>
border-color css
<style>
span { border-color: #381F60; }
span { border-color: rgb(56,31,96); }
td.TdClassName
{
border-color: #381F60;
}
.TagClassName
{
border-color: #381F60;
}
</style>