#413A64

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

Shades of Minsk #413A64

Tints of Minsk #413A64

Color information

#413A64 (or 0x413A64) is unknown color: approx Minsk. HEX triplet: 41, 3A and 64. RGB value is (65,58,100). Sum of RGB (Red+Green+Blue) = 65+58+100=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #413A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A64 is #BEC59B. Grayscale: #404040. Windows color (decimal): -12502428 or 6568513. OLE color: 6568513.

HSL color Cylindrical-coordinate representation of color #413A64: hue angle of 250º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413A64 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6558100-
CMYK0.350.4200.61
HSL250º26.58%30.98%-
HSV(B)250º42%39.22%-
XYZ5.995.0712.72-
YUV64.88147.82128.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=29.15%
G=26.01%
B=44.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65581000.350.4200.6125026.5830.98
Hex413A64232A03Dfa1b1f
Octal1017214443520753723337
Binary100000111101011001001000111010100111101111110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,58,100); }

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

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

 a { background-color: rgb(65,58,100); }

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

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

 span { border-color: rgb(65,58,100); }

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