Shades of Minsk #382C77
Tints of Minsk #382C77
RGB
CMYK
RGB Variations
Color information
#382C77 (or 0x382C77) is known color: Minsk. HEX triplet: 38, 2C and 77. RGB value is (56,44,119). Sum of RGB (Red+Green+Blue) = 56+44+119=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #382C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C77 is #C7D388. Grayscale: #373737. Windows color (decimal): -13095817 or 7810104. OLE color: 7810104.
HSL color Cylindrical-coordinate representation of color #382C77: hue angle of 249.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382C77 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 44 | 119 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.53 |
| HSL | 249.6º | 0.46% | 0.32% | - |
| HSV(B) | 249.6º | 0.63% | 0.47% | - |
| XYZ | 5.86 | 3.97 | 17.91 | - |
| YUV | 56.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 119 | 0.53 | 0.63 | 0 | 0.53 | 249.6 | 0.46 | 0.32 |
| Hex | 38 | 2C | 77 | 35 | 3F | 0 | 35 | FA | 2E | 20 |
| Octal | 70 | 54 | 167 | 65 | 77 | 0 | 65 | 372 | 56 | 40 |
| Binary | 111000 | 101100 | 1110111 | 110101 | 111111 | 0 | 110101 | 11111010 | 101110 | 100000 |
Color Harmonies of #382C77
Complementary color
Monochromatic Colors of #382C77
Black with #382C77
Text Example
Text Example
White with #382C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C77; }
p { color: rgb(56,44,119); }
H1.HeaderClassName
{
color: #382C77;
}
.AnyTagClassName
{
color: #382C77;
}
</style>
background-color css
<style>
a { background-color: #382C77; }
a { background-color: rgb(56,44,119); }
div.DivClassName
{
background-color: #382C77;
}
.BgClassName
{
background-color: #382C77;
}
</style>
border-color css
<style>
span { border-color: #382C77; }
span { border-color: rgb(56,44,119); }
td.TdClassName
{
border-color: #382C77;
}
.TagClassName
{
border-color: #382C77;
}
</style>