#413675

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

Shades of Minsk #413675

Tints of Minsk #413675

Color information

#413675 (or 0x413675) is unknown color: approx Minsk. HEX triplet: 41, 36 and 75. RGB value is (65,54,117). Sum of RGB (Red+Green+Blue) = 65+54+117=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #413675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413675 is #BEC98A. Grayscale: #404040. Windows color (decimal): -12503435 or 7681601. OLE color: 7681601.

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

Color convert

RGB6554117-
CMYK0.440.5400.54
HSL250.48º36.84%33.53%-
HSV(B)250.48º53.85%45.88%-
XYZ6.715.0517.45-
YUV64.47157.64128.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=27.54%
G=22.88%
B=49.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65541170.440.5400.54250.4836.8433.53
Hex4136752C36036fa2522
Octal1016616554660663724542
Binary10000011101101110101101100110110011011011111010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413675; }

 p { color: rgb(65,54,117); }

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

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

 a { background-color: rgb(65,54,117); }

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

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

 span { border-color: rgb(65,54,117); }

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