Shades of Minsk #41376A
Tints of Minsk #41376A
RGB
CMYK
RGB Variations
Color information
#41376A (or 0x41376A) is known color: Minsk. HEX triplet: 41, 37 and 6A. RGB value is (65,55,106). Sum of RGB (Red+Green+Blue) = 65+55+106=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #41376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41376A is #BEC895. Grayscale: #3F3F3F. Windows color (decimal): -12503190 or 6960961. OLE color: 6960961.
HSL color Cylindrical-coordinate representation of color #41376A: hue angle of 251.76º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41376A is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 55 | 106 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.58 |
| HSL | 251.76º | 0.32% | 0.32% | - |
| HSV(B) | 251.76º | 0.48% | 0.42% | - |
| XYZ | 6.15 | 4.9 | 14.26 | - |
| YUV | 63.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 106 | 0.39 | 0.48 | 0 | 0.58 | 251.76 | 0.32 | 0.32 |
| Hex | 41 | 37 | 6A | 27 | 30 | 0 | 3A | FC | 20 | 20 |
| Octal | 101 | 67 | 152 | 47 | 60 | 0 | 72 | 374 | 40 | 40 |
| Binary | 1000001 | 110111 | 1101010 | 100111 | 110000 | 0 | 111010 | 11111100 | 100000 | 100000 |
Color Harmonies of #41376A
Complementary color
Monochromatic Colors of #41376A
Black with #41376A
Text Example
Text Example
White with #41376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41376A; }
p { color: rgb(65,55,106); }
H1.HeaderClassName
{
color: #41376A;
}
.AnyTagClassName
{
color: #41376A;
}
</style>
background-color css
<style>
a { background-color: #41376A; }
a { background-color: rgb(65,55,106); }
div.DivClassName
{
background-color: #41376A;
}
.BgClassName
{
background-color: #41376A;
}
</style>
border-color css
<style>
span { border-color: #41376A; }
span { border-color: rgb(65,55,106); }
td.TdClassName
{
border-color: #41376A;
}
.TagClassName
{
border-color: #41376A;
}
</style>