#413773

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

Shades of Minsk #413773

Tints of Minsk #413773

Color information

#413773 (or 0x413773) is unknown color: approx Minsk. HEX triplet: 41, 37 and 73. RGB value is (65,55,115). Sum of RGB (Red+Green+Blue) = 65+55+115=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #413773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413773 is #BEC88C. Grayscale: #404040. Windows color (decimal): -12503181 or 7550785. OLE color: 7550785.

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

Color convert

RGB6555115-
CMYK0.430.5200.55
HSL250º35.29%33.33%-
HSV(B)250º52.17%45.1%-
XYZ6.645.0916.85-
YUV64.83156.31128.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=27.66%
G=23.40%
B=48.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65551150.430.5200.5525035.2933.33
Hex4137732B34037fa2321
Octal1016716353640673724341
Binary10000011101111110011101011110100011011111111010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413773; }

 p { color: rgb(65,55,115); }

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

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

 a { background-color: rgb(65,55,115); }

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

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

 span { border-color: rgb(65,55,115); }

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