#413472

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

Shades of Minsk #413472

Tints of Minsk #413472

Color information

#413472 (or 0x413472) is unknown color: approx Minsk. HEX triplet: 41, 34 and 72. RGB value is (65,52,114). Sum of RGB (Red+Green+Blue) = 65+52+114=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #413472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413472 is #BECB8D. Grayscale: #3E3E3E. Windows color (decimal): -12503950 or 7484481. OLE color: 7484481.

HSL color Cylindrical-coordinate representation of color #413472: hue angle of 252.58º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413472 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6552114-
CMYK0.430.5400.55
HSL252.58º37.35%32.55%-
HSV(B)252.58º54.39%44.71%-
XYZ6.454.7916.51-
YUV62.96156.81129.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=28.14%
G=22.51%
B=49.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65521140.430.5400.55252.5837.3532.55
Hex4134722B36037fd2521
Octal1016416253660673754541
Binary10000011101001110010101011110110011011111111101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413472; }

 p { color: rgb(65,52,114); }

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

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

 a { background-color: rgb(65,52,114); }

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

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

 span { border-color: rgb(65,52,114); }

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