#413967

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

Shades of Minsk #413967

Tints of Minsk #413967

Color information

#413967 (or 0x413967) is unknown color: approx Minsk. HEX triplet: 41, 39 and 67. RGB value is (65,57,103). Sum of RGB (Red+Green+Blue) = 65+57+103=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #413967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413967 is #BEC698. Grayscale: #404040. Windows color (decimal): -12502681 or 6764865. OLE color: 6764865.

HSL color Cylindrical-coordinate representation of color #413967: hue angle of 250.43º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413967 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6557103-
CMYK0.370.4500.60
HSL250.43º28.75%31.37%-
HSV(B)250.43º44.66%40.39%-
XYZ6.095.0313.48-
YUV64.64149.65128.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=28.89%
G=25.33%
B=45.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65571030.370.4500.60250.4328.7531.37
Hex413967252D03Cfa1d1f
Octal1017114745550743723537
Binary100000111100111001111001011011010111100111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413967; }

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

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

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

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

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

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

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

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