Shades of Christalle #381F5E
Tints of Christalle #381F5E
RGB
CMYK
RGB Variations
Color information
#381F5E (or 0x381F5E) is known color: Christalle. HEX triplet: 38, 1F and 5E. RGB value is (56,31,94). Sum of RGB (Red+Green+Blue) = 56+31+94=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #381F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F5E is #C7E0A1. Grayscale: #2D2D2D. Windows color (decimal): -13099170 or 6168376. OLE color: 6168376.
HSL color Cylindrical-coordinate representation of color #381F5E: hue angle of 263.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #381F5E is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 31 | 94 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.63 |
| HSL | 263.81º | 0.5% | 0.25% | - |
| HSV(B) | 263.81º | 0.67% | 0.37% | - |
| XYZ | 4.14 | 2.63 | 10.88 | - |
| YUV | 45.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 94 | 0.40 | 0.67 | 0 | 0.63 | 263.81 | 0.5 | 0.25 |
| Hex | 38 | 1F | 5E | 28 | 43 | 0 | 3F | 108 | 32 | 19 |
| Octal | 70 | 37 | 136 | 50 | 103 | 0 | 77 | 410 | 62 | 31 |
| Binary | 111000 | 11111 | 1011110 | 101000 | 1000011 | 0 | 111111 | 100001000 | 110010 | 11001 |
Color Harmonies of #381F5E
Complementary color
Monochromatic Colors of #381F5E
Black with #381F5E
Text Example
Text Example
White with #381F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F5E; }
p { color: rgb(56,31,94); }
H1.HeaderClassName
{
color: #381F5E;
}
.AnyTagClassName
{
color: #381F5E;
}
</style>
background-color css
<style>
a { background-color: #381F5E; }
a { background-color: rgb(56,31,94); }
div.DivClassName
{
background-color: #381F5E;
}
.BgClassName
{
background-color: #381F5E;
}
</style>
border-color css
<style>
span { border-color: #381F5E; }
span { border-color: rgb(56,31,94); }
td.TdClassName
{
border-color: #381F5E;
}
.TagClassName
{
border-color: #381F5E;
}
</style>