#412F6C

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

Shades of Minsk #412F6C

Tints of Minsk #412F6C

Color information

#412F6C (or 0x412F6C) is unknown color: approx Minsk. HEX triplet: 41, 2F and 6C. RGB value is (65,47,108). Sum of RGB (Red+Green+Blue) = 65+47+108=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #412F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F6C is #BED093. Grayscale: #3B3B3B. Windows color (decimal): -12505236 or 7089985. OLE color: 7089985.

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

Color convert

RGB6547108-
CMYK0.400.5600.58
HSL257.7º39.35%30.39%-
HSV(B)257.7º56.48%42.35%-
XYZ5.94.2414.69-
YUV59.34155.46132.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=29.55%
G=21.36%
B=49.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65471080.400.5600.58257.739.3530.39
Hex412F6C283803A102271e
Octal1015715450700724024736
Binary10000011011111101100101000111000011101010000001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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