#413870

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

Shades of Minsk #413870

Tints of Minsk #413870

Color information

#413870 (or 0x413870) is unknown color: approx Minsk. HEX triplet: 41, 38 and 70. RGB value is (65,56,112). Sum of RGB (Red+Green+Blue) = 65+56+112=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #413870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413870 is #BEC78F. Grayscale: #404040. Windows color (decimal): -12502928 or 7354433. OLE color: 7354433.

HSL color Cylindrical-coordinate representation of color #413870: hue angle of 249.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413870 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6556112-
CMYK0.420.5000.56
HSL249.64º33.33%32.94%-
HSV(B)249.64º50%43.92%-
XYZ6.525.1215.97-
YUV65.08154.48127.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=27.90%
G=24.03%
B=48.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65561120.420.5000.56249.6433.3332.94
Hex4138702A32038fa2121
Octal1017016052620703724141
Binary10000011110001110000101010110010011100011111010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413870; }

 p { color: rgb(65,56,112); }

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

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

 a { background-color: rgb(65,56,112); }

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

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

 span { border-color: rgb(65,56,112); }

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