#413868

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

Shades of Minsk #413868

Tints of Minsk #413868

Color information

#413868 (or 0x413868) is unknown color: approx Minsk. HEX triplet: 41, 38 and 68. RGB value is (65,56,104). Sum of RGB (Red+Green+Blue) = 65+56+104=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #413868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413868 is #BEC797. Grayscale: #3F3F3F. Windows color (decimal): -12502936 or 6830145. OLE color: 6830145.

HSL color Cylindrical-coordinate representation of color #413868: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413868 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6556104-
CMYK0.380.4600.59
HSL251.25º30%31.37%-
HSV(B)251.25º46.15%40.78%-
XYZ6.094.9513.73-
YUV64.16150.48128.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=28.89%
G=24.89%
B=46.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65561040.380.4600.59251.253031.37
Hex413868262E03Bfb1e1f
Octal1017015046560733733637
Binary100000111100011010001001101011100111011111110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413868; }

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

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

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

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

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

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

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

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