Shades of Christalle #381C62
Tints of Christalle #381C62
RGB
CMYK
RGB Variations
Color information
#381C62 (or 0x381C62) is known color: Christalle. HEX triplet: 38, 1C and 62. RGB value is (56,28,98). Sum of RGB (Red+Green+Blue) = 56+28+98=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #381C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C62 is #C7E39D. Grayscale: #2C2C2C. Windows color (decimal): -13099934 or 6429752. OLE color: 6429752.
HSL color Cylindrical-coordinate representation of color #381C62: hue angle of 264º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381C62 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 28 | 98 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.62 |
| HSL | 264º | 0.56% | 0.25% | - |
| HSV(B) | 264º | 0.71% | 0.38% | - |
| XYZ | 4.25 | 2.55 | 11.82 | - |
| YUV | 44.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 98 | 0.43 | 0.71 | 0 | 0.62 | 264 | 0.56 | 0.25 |
| Hex | 38 | 1C | 62 | 2B | 47 | 0 | 3E | 108 | 38 | 19 |
| Octal | 70 | 34 | 142 | 53 | 107 | 0 | 76 | 410 | 70 | 31 |
| Binary | 111000 | 11100 | 1100010 | 101011 | 1000111 | 0 | 111110 | 100001000 | 111000 | 11001 |
Color Harmonies of #381C62
Complementary color
Monochromatic Colors of #381C62
Black with #381C62
Text Example
Text Example
White with #381C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C62; }
p { color: rgb(56,28,98); }
H1.HeaderClassName
{
color: #381C62;
}
.AnyTagClassName
{
color: #381C62;
}
</style>
background-color css
<style>
a { background-color: #381C62; }
a { background-color: rgb(56,28,98); }
div.DivClassName
{
background-color: #381C62;
}
.BgClassName
{
background-color: #381C62;
}
</style>
border-color css
<style>
span { border-color: #381C62; }
span { border-color: rgb(56,28,98); }
td.TdClassName
{
border-color: #381C62;
}
.TagClassName
{
border-color: #381C62;
}
</style>