Shades of Christalle #381F71
Tints of Christalle #381F71
RGB
CMYK
RGB Variations
Color information
#381F71 (or 0x381F71) is known color: Christalle. HEX triplet: 38, 1F and 71. RGB value is (56,31,113). Sum of RGB (Red+Green+Blue) = 56+31+113=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #381F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F71 is #C7E08E. Grayscale: #2F2F2F. Windows color (decimal): -13099151 or 7413560. OLE color: 7413560.
HSL color Cylindrical-coordinate representation of color #381F71: hue angle of 258.29º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381F71 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 31 | 113 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.56 |
| HSL | 258.29º | 0.57% | 0.28% | - |
| HSV(B) | 258.29º | 0.73% | 0.44% | - |
| XYZ | 5.1 | 3.01 | 15.94 | - |
| YUV | 47.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 113 | 0.50 | 0.73 | 0 | 0.56 | 258.29 | 0.57 | 0.28 |
| Hex | 38 | 1F | 71 | 32 | 49 | 0 | 38 | 102 | 39 | 1C |
| Octal | 70 | 37 | 161 | 62 | 111 | 0 | 70 | 402 | 71 | 34 |
| Binary | 111000 | 11111 | 1110001 | 110010 | 1001001 | 0 | 111000 | 100000010 | 111001 | 11100 |
Color Harmonies of #381F71
Complementary color
Monochromatic Colors of #381F71
Black with #381F71
Text Example
Text Example
White with #381F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F71; }
p { color: rgb(56,31,113); }
H1.HeaderClassName
{
color: #381F71;
}
.AnyTagClassName
{
color: #381F71;
}
</style>
background-color css
<style>
a { background-color: #381F71; }
a { background-color: rgb(56,31,113); }
div.DivClassName
{
background-color: #381F71;
}
.BgClassName
{
background-color: #381F71;
}
</style>
border-color css
<style>
span { border-color: #381F71; }
span { border-color: rgb(56,31,113); }
td.TdClassName
{
border-color: #381F71;
}
.TagClassName
{
border-color: #381F71;
}
</style>