Shades of Minsk #382A71
Tints of Minsk #382A71
RGB
CMYK
RGB Variations
Color information
#382A71 (or 0x382A71) is known color: Minsk. HEX triplet: 38, 2A and 71. RGB value is (56,42,113). Sum of RGB (Red+Green+Blue) = 56+42+113=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #382A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382A71 is #C7D58E. Grayscale: #363636. Windows color (decimal): -13096335 or 7416376. OLE color: 7416376.
HSL color Cylindrical-coordinate representation of color #382A71: hue angle of 251.83º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382A71 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 42 | 113 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.56 |
| HSL | 251.83º | 0.46% | 0.3% | - |
| HSV(B) | 251.83º | 0.63% | 0.44% | - |
| XYZ | 5.44 | 3.69 | 16.05 | - |
| YUV | 54.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 113 | 0.50 | 0.63 | 0 | 0.56 | 251.83 | 0.46 | 0.3 |
| Hex | 38 | 2A | 71 | 32 | 3F | 0 | 38 | FC | 2E | 1E |
| Octal | 70 | 52 | 161 | 62 | 77 | 0 | 70 | 374 | 56 | 36 |
| Binary | 111000 | 101010 | 1110001 | 110010 | 111111 | 0 | 111000 | 11111100 | 101110 | 11110 |
Color Harmonies of #382A71
Complementary color
Monochromatic Colors of #382A71
Black with #382A71
Text Example
Text Example
White with #382A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A71; }
p { color: rgb(56,42,113); }
H1.HeaderClassName
{
color: #382A71;
}
.AnyTagClassName
{
color: #382A71;
}
</style>
background-color css
<style>
a { background-color: #382A71; }
a { background-color: rgb(56,42,113); }
div.DivClassName
{
background-color: #382A71;
}
.BgClassName
{
background-color: #382A71;
}
</style>
border-color css
<style>
span { border-color: #382A71; }
span { border-color: rgb(56,42,113); }
td.TdClassName
{
border-color: #382A71;
}
.TagClassName
{
border-color: #382A71;
}
</style>