Shades of Christalle #381F5C
Tints of Christalle #381F5C
RGB
CMYK
RGB Variations
Color information
#381F5C (or 0x381F5C) is known color: Christalle. HEX triplet: 38, 1F and 5C. RGB value is (56,31,92). Sum of RGB (Red+Green+Blue) = 56+31+92=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #381F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F5C is #C7E0A3. Grayscale: #2D2D2D. Windows color (decimal): -13099172 or 6037304. OLE color: 6037304.
HSL color Cylindrical-coordinate representation of color #381F5C: hue angle of 264.59º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381F5C is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 31 | 92 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.64 |
| HSL | 264.59º | 0.5% | 0.24% | - |
| HSV(B) | 264.59º | 0.66% | 0.36% | - |
| XYZ | 4.05 | 2.59 | 10.41 | - |
| YUV | 45.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 92 | 0.39 | 0.66 | 0 | 0.64 | 264.59 | 0.5 | 0.24 |
| Hex | 38 | 1F | 5C | 27 | 42 | 0 | 40 | 109 | 32 | 18 |
| Octal | 70 | 37 | 134 | 47 | 102 | 0 | 100 | 411 | 62 | 30 |
| Binary | 111000 | 11111 | 1011100 | 100111 | 1000010 | 0 | 1000000 | 100001001 | 110010 | 11000 |
Color Harmonies of #381F5C
Complementary color
Monochromatic Colors of #381F5C
Black with #381F5C
Text Example
Text Example
White with #381F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F5C; }
p { color: rgb(56,31,92); }
H1.HeaderClassName
{
color: #381F5C;
}
.AnyTagClassName
{
color: #381F5C;
}
</style>
background-color css
<style>
a { background-color: #381F5C; }
a { background-color: rgb(56,31,92); }
div.DivClassName
{
background-color: #381F5C;
}
.BgClassName
{
background-color: #381F5C;
}
</style>
border-color css
<style>
span { border-color: #381F5C; }
span { border-color: rgb(56,31,92); }
td.TdClassName
{
border-color: #381F5C;
}
.TagClassName
{
border-color: #381F5C;
}
</style>