#413962

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

Shades of Minsk #413962

Tints of Minsk #413962

Color information

#413962 (or 0x413962) is unknown color: approx Minsk. HEX triplet: 41, 39 and 62. RGB value is (65,57,98). Sum of RGB (Red+Green+Blue) = 65+57+98=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #413962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413962 is #BEC69D. Grayscale: #3F3F3F. Windows color (decimal): -12502686 or 6437185. OLE color: 6437185.

HSL color Cylindrical-coordinate representation of color #413962: hue angle of 251.71º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413962 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB655798-
CMYK0.340.4200.62
HSL251.71º26.45%30.39%-
HSV(B)251.71º41.84%38.43%-
XYZ5.854.9312.2-
YUV64.07147.15128.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=29.55%
G=25.91%
B=44.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6557980.340.4200.62251.7126.4530.39
Hex413962222A03Efc1a1e
Octal1017114242520763743236
Binary100000111100111000101000101010100111110111111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413962; }

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

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

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

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

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

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

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

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