#413963

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

Shades of Minsk #413963

Tints of Minsk #413963

Color information

#413963 (or 0x413963) is unknown color: approx Minsk. HEX triplet: 41, 39 and 63. RGB value is (65,57,99). Sum of RGB (Red+Green+Blue) = 65+57+99=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #413963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413963 is #BEC69C. Grayscale: #404040. Windows color (decimal): -12502685 or 6502721. OLE color: 6502721.

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

Color convert

RGB655799-
CMYK0.340.4200.61
HSL251.43º26.92%30.59%-
HSV(B)251.43º42.42%38.82%-
XYZ5.94.9512.45-
YUV64.18147.65128.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=29.41%
G=25.79%
B=44.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6557990.340.4200.61251.4326.9230.59
Hex413963222A03Dfb1b1f
Octal1017114342520753733337
Binary100000111100111000111000101010100111101111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413963; }

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

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

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

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

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

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

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

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