Shades of Minsk #382C76
Tints of Minsk #382C76
RGB
CMYK
RGB Variations
Color information
#382C76 (or 0x382C76) is known color: Minsk. HEX triplet: 38, 2C and 76. RGB value is (56,44,118). Sum of RGB (Red+Green+Blue) = 56+44+118=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #382C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C76 is #C7D389. Grayscale: #373737. Windows color (decimal): -13095818 or 7744568. OLE color: 7744568.
HSL color Cylindrical-coordinate representation of color #382C76: hue angle of 249.73º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382C76 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 44 | 118 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.54 |
| HSL | 249.73º | 0.46% | 0.32% | - |
| HSV(B) | 249.73º | 0.63% | 0.46% | - |
| XYZ | 5.8 | 3.95 | 17.6 | - |
| YUV | 56.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 118 | 0.53 | 0.63 | 0 | 0.54 | 249.73 | 0.46 | 0.32 |
| Hex | 38 | 2C | 76 | 35 | 3F | 0 | 36 | FA | 2E | 20 |
| Octal | 70 | 54 | 166 | 65 | 77 | 0 | 66 | 372 | 56 | 40 |
| Binary | 111000 | 101100 | 1110110 | 110101 | 111111 | 0 | 110110 | 11111010 | 101110 | 100000 |
Color Harmonies of #382C76
Complementary color
Monochromatic Colors of #382C76
Black with #382C76
Text Example
Text Example
White with #382C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C76; }
p { color: rgb(56,44,118); }
H1.HeaderClassName
{
color: #382C76;
}
.AnyTagClassName
{
color: #382C76;
}
</style>
background-color css
<style>
a { background-color: #382C76; }
a { background-color: rgb(56,44,118); }
div.DivClassName
{
background-color: #382C76;
}
.BgClassName
{
background-color: #382C76;
}
</style>
border-color css
<style>
span { border-color: #382C76; }
span { border-color: rgb(56,44,118); }
td.TdClassName
{
border-color: #382C76;
}
.TagClassName
{
border-color: #382C76;
}
</style>