Shades of Minsk #413A61
Tints of Minsk #413A61
RGB
CMYK
RGB Variations
Color information
#413A61 (or 0x413A61) is known color: Minsk. HEX triplet: 41, 3A and 61. RGB value is (65,58,97). Sum of RGB (Red+Green+Blue) = 65+58+97=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #413A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A61 is #BEC59E. Grayscale: #404040. Windows color (decimal): -12502431 or 6371905. OLE color: 6371905.
HSL color Cylindrical-coordinate representation of color #413A61: hue angle of 250.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413A61 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 58 | 97 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.62 |
| HSL | 250.77º | 0.25% | 0.3% | - |
| HSV(B) | 250.77º | 0.4% | 0.38% | - |
| XYZ | 5.85 | 5.01 | 11.97 | - |
| YUV | 64.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 97 | 0.33 | 0.40 | 0 | 0.62 | 250.77 | 0.25 | 0.3 |
| Hex | 41 | 3A | 61 | 21 | 28 | 0 | 3E | FB | 19 | 1E |
| Octal | 101 | 72 | 141 | 41 | 50 | 0 | 76 | 373 | 31 | 36 |
| Binary | 1000001 | 111010 | 1100001 | 100001 | 101000 | 0 | 111110 | 11111011 | 11001 | 11110 |
Color Harmonies of #413A61
Complementary color
Monochromatic Colors of #413A61
Black with #413A61
Text Example
Text Example
White with #413A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A61; }
p { color: rgb(65,58,97); }
H1.HeaderClassName
{
color: #413A61;
}
.AnyTagClassName
{
color: #413A61;
}
</style>
background-color css
<style>
a { background-color: #413A61; }
a { background-color: rgb(65,58,97); }
div.DivClassName
{
background-color: #413A61;
}
.BgClassName
{
background-color: #413A61;
}
</style>
border-color css
<style>
span { border-color: #413A61; }
span { border-color: rgb(65,58,97); }
td.TdClassName
{
border-color: #413A61;
}
.TagClassName
{
border-color: #413A61;
}
</style>