#43316A

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

Shades of Minsk #43316A

Tints of Minsk #43316A

Color information

#43316A (or 0x43316A) is unknown color: approx Minsk. HEX triplet: 43, 31 and 6A. RGB value is (67,49,106). Sum of RGB (Red+Green+Blue) = 67+49+106=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #43316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43316A is #BCCE95. Grayscale: #3C3C3C. Windows color (decimal): -12373654 or 6959427. OLE color: 6959427.

HSL color Cylindrical-coordinate representation of color #43316A: hue angle of 258.95º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43316A is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6749106-
CMYK0.370.5400.58
HSL258.95º36.77%30.39%-
HSV(B)258.95º53.77%41.57%-
XYZ6.014.4314.17-
YUV60.88153.46132.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=30.18%
G=22.07%
B=47.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67491060.370.5400.58258.9536.7730.39
Hex43316A253603A103251e
Octal1036115245660724034536
Binary10000111100011101010100101110110011101010000001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43316A; }

 p { color: rgb(67,49,106); }

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

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

 a { background-color: rgb(67,49,106); }

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

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

 span { border-color: rgb(67,49,106); }

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