#413474

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

Shades of Minsk #413474

Tints of Minsk #413474

Color information

#413474 (or 0x413474) is unknown color: approx Minsk. HEX triplet: 41, 34 and 74. RGB value is (65,52,116). Sum of RGB (Red+Green+Blue) = 65+52+116=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #413474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413474 is #BECB8B. Grayscale: #3E3E3E. Windows color (decimal): -12503948 or 7615553. OLE color: 7615553.

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

Color convert

RGB6552116-
CMYK0.440.5500.55
HSL252.19º38.1%32.94%-
HSV(B)252.19º55.17%45.49%-
XYZ6.564.8417.11-
YUV63.18157.81129.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=27.90%
G=22.32%
B=49.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65521160.440.5500.55252.1938.132.94
Hex4134742C37037fc2621
Octal1016416454670673744641
Binary10000011101001110100101100110111011011111111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413474; }

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

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

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

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

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

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

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

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