#413368

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

Shades of Minsk #413368

Tints of Minsk #413368

Color information

#413368 (or 0x413368) is unknown color: approx Minsk. HEX triplet: 41, 33 and 68. RGB value is (65,51,104). Sum of RGB (Red+Green+Blue) = 65+51+104=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #413368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413368 is #BECC97. Grayscale: #3D3D3D. Windows color (decimal): -12504216 or 6828865. OLE color: 6828865.

HSL color Cylindrical-coordinate representation of color #413368: hue angle of 255.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413368 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6551104-
CMYK0.380.5100.59
HSL255.85º34.19%30.39%-
HSV(B)255.85º50.96%40.78%-
XYZ5.864.4913.65-
YUV61.23152.14130.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=29.55%
G=23.18%
B=47.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65511040.380.5100.59255.8534.1930.39
Hex413368263303B100221e
Octal1016315046630734004236
Binary10000011100111101000100110110011011101110000000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413368; }

 p { color: rgb(65,51,104); }

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

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

 a { background-color: rgb(65,51,104); }

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

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

 span { border-color: rgb(65,51,104); }

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