#413C61

Color #413C61 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #413C61

Tints of Minsk #413C61

Color information

#413C61 (or 0x413C61) is unknown color: approx Minsk. HEX triplet: 41, 3C and 61. RGB value is (65,60,97). Sum of RGB (Red+Green+Blue) = 65+60+97=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #413C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C61 is #BEC39E. Grayscale: #414141. Windows color (decimal): -12501919 or 6372417. OLE color: 6372417.

HSL color Cylindrical-coordinate representation of color #413C61: hue angle of 248.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413C61 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB656097-
CMYK0.330.3800.62
HSL248.11º23.57%30.78%-
HSV(B)248.11º38.14%38.04%-
XYZ5.955.2212-
YUV65.71145.66127.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=29.28%
G=27.03%
B=43.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6560970.330.3800.62248.1123.5730.78
Hex413C61212603Ef8181f
Octal1017414141460763703037
Binary100000111110011000011000011001100111110111110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413C61; }

 p { color: rgb(65,60,97); }

 H1.HeaderClassName
 {
   color: #413C61;
 }
 .AnyTagClassName
 {
   color: #413C61;
 }
</style>
background-color css

<style>
 a { background-color: #413C61; }

 a { background-color: rgb(65,60,97); }

 div.DivClassName
 {
   background-color: #413C61;
 }
 .BgClassName
 {
   background-color: #413C61;
 }
</style>
border-color css

<style>
 span { border-color: #413C61; }

 span { border-color: rgb(65,60,97); }

 td.TdClassName
 {
   border-color: #413C61;
 }
 .TagClassName
 {
   border-color: #413C61;
 }
</style>