#413563

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

Shades of Minsk #413563

Tints of Minsk #413563

Color information

#413563 (or 0x413563) is unknown color: approx Minsk. HEX triplet: 41, 35 and 63. RGB value is (65,53,99). Sum of RGB (Red+Green+Blue) = 65+53+99=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #413563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413563 is #BECA9C. Grayscale: #3D3D3D. Windows color (decimal): -12503709 or 6501697. OLE color: 6501697.

HSL color Cylindrical-coordinate representation of color #413563: hue angle of 255.65º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413563 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB655399-
CMYK0.340.4600.61
HSL255.65º30.26%29.8%-
HSV(B)255.65º46.46%38.82%-
XYZ5.714.5712.39-
YUV61.83148.98130.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=29.95%
G=24.42%
B=45.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6553990.340.4600.61255.6530.2629.8
Hex413563222E03D1001e1e
Octal1016514342560754003636
Binary1000001110101110001110001010111001111011000000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413563; }

 p { color: rgb(65,53,99); }

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

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

 a { background-color: rgb(65,53,99); }

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

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

 span { border-color: rgb(65,53,99); }

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