#413871

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

Shades of Minsk #413871

Tints of Minsk #413871

Color information

#413871 (or 0x413871) is unknown color: approx Minsk. HEX triplet: 41, 38 and 71. RGB value is (65,56,113). Sum of RGB (Red+Green+Blue) = 65+56+113=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #413871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413871 is #BEC78E. Grayscale: #404040. Windows color (decimal): -12502927 or 7419969. OLE color: 7419969.

HSL color Cylindrical-coordinate representation of color #413871: hue angle of 249.47º degrees, saturation: 0.34, 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 #413871 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6556113-
CMYK0.420.5000.56
HSL249.47º33.73%33.14%-
HSV(B)249.47º50.44%44.31%-
XYZ6.575.1416.27-
YUV65.19154.98127.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=27.78%
G=23.93%
B=48.29%

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
Decimal65561130.420.5000.56249.4733.7333.14
Hex4138712A32038f92221
Octal1017016152620703714241
Binary10000011110001110001101010110010011100011111001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413871; }

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

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

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

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

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

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

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

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