Shades of Minsk #403275
Tints of Minsk #403275
RGB
CMYK
RGB Variations
Color information
#403275 (or 0x403275) is known color: Minsk. HEX triplet: 40, 32 and 75. RGB value is (64,50,117). Sum of RGB (Red+Green+Blue) = 64+50+117=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #403275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403275 is #BFCD8A. Grayscale: #3D3D3D. Windows color (decimal): -12569995 or 7680576. OLE color: 7680576.
HSL color Cylindrical-coordinate representation of color #403275: hue angle of 252.54º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403275 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 50 | 117 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.54 |
| HSL | 252.54º | 0.4% | 0.33% | - |
| HSV(B) | 252.54º | 0.57% | 0.46% | - |
| XYZ | 6.47 | 4.66 | 17.39 | - |
| YUV | 61.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 117 | 0.45 | 0.57 | 0 | 0.54 | 252.54 | 0.4 | 0.33 |
| Hex | 40 | 32 | 75 | 2D | 39 | 0 | 36 | FD | 28 | 21 |
| Octal | 100 | 62 | 165 | 55 | 71 | 0 | 66 | 375 | 50 | 41 |
| Binary | 1000000 | 110010 | 1110101 | 101101 | 111001 | 0 | 110110 | 11111101 | 101000 | 100001 |
Color Harmonies of #403275
Complementary color
Monochromatic Colors of #403275
Black with #403275
Text Example
Text Example
White with #403275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403275; }
p { color: rgb(64,50,117); }
H1.HeaderClassName
{
color: #403275;
}
.AnyTagClassName
{
color: #403275;
}
</style>
background-color css
<style>
a { background-color: #403275; }
a { background-color: rgb(64,50,117); }
div.DivClassName
{
background-color: #403275;
}
.BgClassName
{
background-color: #403275;
}
</style>
border-color css
<style>
span { border-color: #403275; }
span { border-color: rgb(64,50,117); }
td.TdClassName
{
border-color: #403275;
}
.TagClassName
{
border-color: #403275;
}
</style>