#412B6A

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

Shades of Minsk #412B6A

Tints of Minsk #412B6A

Color information

#412B6A (or 0x412B6A) is unknown color: approx Minsk. HEX triplet: 41, 2B and 6A. RGB value is (65,43,106). Sum of RGB (Red+Green+Blue) = 65+43+106=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #412B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B6A is #BED495. Grayscale: #383838. Windows color (decimal): -12506262 or 6957889. OLE color: 6957889.

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

Color convert

RGB6543106-
CMYK0.390.5900.58
HSL260.95º42.28%29.22%-
HSV(B)260.95º59.43%41.57%-
XYZ5.653.8914.09-
YUV56.76155.79133.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 43 (17.19% from 255) = 20.09%
BLUE value IS 106 (41.80% from 255) = 49.53%
R=30.37%
G=20.09%
B=49.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65431060.390.5900.58260.9542.2829.22
Hex412B6A273B03A1052a1d
Octal1015315247730724055235
Binary10000011010111101010100111111011011101010000010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,43,106); }

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

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

 a { background-color: rgb(65,43,106); }

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

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

 span { border-color: rgb(65,43,106); }

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