Shades of Minsk #40306E
Tints of Minsk #40306E
RGB
CMYK
RGB Variations
Color information
#40306E (or 0x40306E) is known color: Minsk. HEX triplet: 40, 30 and 6E. RGB value is (64,48,110). Sum of RGB (Red+Green+Blue) = 64+48+110=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #40306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40306E is #BFCF91. Grayscale: #3B3B3B. Windows color (decimal): -12570514 or 7221312. OLE color: 7221312.
HSL color Cylindrical-coordinate representation of color #40306E: hue angle of 255.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40306E is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 48 | 110 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.57 |
| HSL | 255.48º | 0.39% | 0.31% | - |
| HSV(B) | 255.48º | 0.56% | 0.43% | - |
| XYZ | 5.99 | 4.33 | 15.27 | - |
| YUV | 59.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 110 | 0.42 | 0.56 | 0 | 0.57 | 255.48 | 0.39 | 0.31 |
| Hex | 40 | 30 | 6E | 2A | 38 | 0 | 39 | FF | 27 | 1F |
| Octal | 100 | 60 | 156 | 52 | 70 | 0 | 71 | 377 | 47 | 37 |
| Binary | 1000000 | 110000 | 1101110 | 101010 | 111000 | 0 | 111001 | 11111111 | 100111 | 11111 |
Color Harmonies of #40306E
Complementary color
Monochromatic Colors of #40306E
Black with #40306E
Text Example
Text Example
White with #40306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40306E; }
p { color: rgb(64,48,110); }
H1.HeaderClassName
{
color: #40306E;
}
.AnyTagClassName
{
color: #40306E;
}
</style>
background-color css
<style>
a { background-color: #40306E; }
a { background-color: rgb(64,48,110); }
div.DivClassName
{
background-color: #40306E;
}
.BgClassName
{
background-color: #40306E;
}
</style>
border-color css
<style>
span { border-color: #40306E; }
span { border-color: rgb(64,48,110); }
td.TdClassName
{
border-color: #40306E;
}
.TagClassName
{
border-color: #40306E;
}
</style>