Shades of Minsk #382A6A
Tints of Minsk #382A6A
RGB
CMYK
RGB Variations
Color information
#382A6A (or 0x382A6A) is known color: Minsk. HEX triplet: 38, 2A and 6A. RGB value is (56,42,106). Sum of RGB (Red+Green+Blue) = 56+42+106=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #382A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382A6A is #C7D595. Grayscale: #353535. Windows color (decimal): -13096342 or 6957624. OLE color: 6957624.
HSL color Cylindrical-coordinate representation of color #382A6A: hue angle of 253.12º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #382A6A is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 42 | 106 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.58 |
| HSL | 253.13º | 0.43% | 0.29% | - |
| HSV(B) | 253.13º | 0.6% | 0.42% | - |
| XYZ | 5.06 | 3.54 | 14.05 | - |
| YUV | 53.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 106 | 0.47 | 0.60 | 0 | 0.58 | 253.13 | 0.43 | 0.29 |
| Hex | 38 | 2A | 6A | 2F | 3C | 0 | 3A | FD | 2B | 1D |
| Octal | 70 | 52 | 152 | 57 | 74 | 0 | 72 | 375 | 53 | 35 |
| Binary | 111000 | 101010 | 1101010 | 101111 | 111100 | 0 | 111010 | 11111101 | 101011 | 11101 |
Color Harmonies of #382A6A
Complementary color
Monochromatic Colors of #382A6A
Black with #382A6A
Text Example
Text Example
White with #382A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A6A; }
p { color: rgb(56,42,106); }
H1.HeaderClassName
{
color: #382A6A;
}
.AnyTagClassName
{
color: #382A6A;
}
</style>
background-color css
<style>
a { background-color: #382A6A; }
a { background-color: rgb(56,42,106); }
div.DivClassName
{
background-color: #382A6A;
}
.BgClassName
{
background-color: #382A6A;
}
</style>
border-color css
<style>
span { border-color: #382A6A; }
span { border-color: rgb(56,42,106); }
td.TdClassName
{
border-color: #382A6A;
}
.TagClassName
{
border-color: #382A6A;
}
</style>