#412E6C

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

Shades of Minsk #412E6C

Tints of Minsk #412E6C

Color information

#412E6C (or 0x412E6C) is unknown color: approx Minsk. HEX triplet: 41, 2E and 6C. RGB value is (65,46,108). Sum of RGB (Red+Green+Blue) = 65+46+108=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #412E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E6C is #BED193. Grayscale: #3A3A3A. Windows color (decimal): -12505492 or 7089729. OLE color: 7089729.

HSL color Cylindrical-coordinate representation of color #412E6C: hue angle of 258.39º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #412E6C is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6546108-
CMYK0.400.5700.58
HSL258.39º40.26%30.2%-
HSV(B)258.39º57.41%42.35%-
XYZ5.864.1614.68-
YUV58.75155.79132.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=29.68%
G=21.00%
B=49.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65461080.400.5700.58258.3940.2630.2
Hex412E6C283903A102281e
Octal1015615450710724025036
Binary10000011011101101100101000111001011101010000001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412E6C; }

 p { color: rgb(65,46,108); }

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

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

 a { background-color: rgb(65,46,108); }

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

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

 span { border-color: rgb(65,46,108); }

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