Shades of Christalle #381F70
Tints of Christalle #381F70
RGB
CMYK
RGB Variations
Color information
#381F70 (or 0x381F70) is known color: Christalle. HEX triplet: 38, 1F and 70. RGB value is (56,31,112). Sum of RGB (Red+Green+Blue) = 56+31+112=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #381F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F70 is #C7E08F. Grayscale: #2F2F2F. Windows color (decimal): -13099152 or 7348024. OLE color: 7348024.
HSL color Cylindrical-coordinate representation of color #381F70: hue angle of 258.52º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381F70 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 31 | 112 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.56 |
| HSL | 258.52º | 0.57% | 0.28% | - |
| HSV(B) | 258.52º | 0.72% | 0.44% | - |
| XYZ | 5.05 | 2.99 | 15.64 | - |
| YUV | 47.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 112 | 0.50 | 0.72 | 0 | 0.56 | 258.52 | 0.57 | 0.28 |
| Hex | 38 | 1F | 70 | 32 | 48 | 0 | 38 | 103 | 39 | 1C |
| Octal | 70 | 37 | 160 | 62 | 110 | 0 | 70 | 403 | 71 | 34 |
| Binary | 111000 | 11111 | 1110000 | 110010 | 1001000 | 0 | 111000 | 100000011 | 111001 | 11100 |
Color Harmonies of #381F70
Complementary color
Monochromatic Colors of #381F70
Black with #381F70
Text Example
Text Example
White with #381F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F70; }
p { color: rgb(56,31,112); }
H1.HeaderClassName
{
color: #381F70;
}
.AnyTagClassName
{
color: #381F70;
}
</style>
background-color css
<style>
a { background-color: #381F70; }
a { background-color: rgb(56,31,112); }
div.DivClassName
{
background-color: #381F70;
}
.BgClassName
{
background-color: #381F70;
}
</style>
border-color css
<style>
span { border-color: #381F70; }
span { border-color: rgb(56,31,112); }
td.TdClassName
{
border-color: #381F70;
}
.TagClassName
{
border-color: #381F70;
}
</style>