Shades of Minsk #413A63
Tints of Minsk #413A63
RGB
CMYK
RGB Variations
Color information
#413A63 (or 0x413A63) is known color: Minsk. HEX triplet: 41, 3A and 63. RGB value is (65,58,99). Sum of RGB (Red+Green+Blue) = 65+58+99=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #413A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A63 is #BEC59C. Grayscale: #404040. Windows color (decimal): -12502429 or 6502977. OLE color: 6502977.
HSL color Cylindrical-coordinate representation of color #413A63: hue angle of 250.24º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #413A63 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 58 | 99 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.61 |
| HSL | 250.24º | 0.26% | 0.31% | - |
| HSV(B) | 250.24º | 0.41% | 0.39% | - |
| XYZ | 5.95 | 5.05 | 12.47 | - |
| YUV | 64.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 99 | 0.34 | 0.41 | 0 | 0.61 | 250.24 | 0.26 | 0.31 |
| Hex | 41 | 3A | 63 | 22 | 29 | 0 | 3D | FA | 1A | 1F |
| Octal | 101 | 72 | 143 | 42 | 51 | 0 | 75 | 372 | 32 | 37 |
| Binary | 1000001 | 111010 | 1100011 | 100010 | 101001 | 0 | 111101 | 11111010 | 11010 | 11111 |
Color Harmonies of #413A63
Complementary color
Monochromatic Colors of #413A63
Black with #413A63
Text Example
Text Example
White with #413A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A63; }
p { color: rgb(65,58,99); }
H1.HeaderClassName
{
color: #413A63;
}
.AnyTagClassName
{
color: #413A63;
}
</style>
background-color css
<style>
a { background-color: #413A63; }
a { background-color: rgb(65,58,99); }
div.DivClassName
{
background-color: #413A63;
}
.BgClassName
{
background-color: #413A63;
}
</style>
border-color css
<style>
span { border-color: #413A63; }
span { border-color: rgb(65,58,99); }
td.TdClassName
{
border-color: #413A63;
}
.TagClassName
{
border-color: #413A63;
}
</style>