#43316F

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

Shades of Minsk #43316F

Tints of Minsk #43316F

Color information

#43316F (or 0x43316F) is unknown color: approx Minsk. HEX triplet: 43, 31 and 6F. RGB value is (67,49,111). Sum of RGB (Red+Green+Blue) = 67+49+111=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #43316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43316F is #BCCE90. Grayscale: #3D3D3D. Windows color (decimal): -12373649 or 7287107. OLE color: 7287107.

HSL color Cylindrical-coordinate representation of color #43316F: hue angle of 257.42º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43316F is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6749111-
CMYK0.400.5600.56
HSL257.42º38.75%31.37%-
HSV(B)257.42º55.86%43.53%-
XYZ6.284.5415.58-
YUV61.45155.96131.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=29.52%
G=21.59%
B=48.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67491110.400.5600.56257.4238.7531.37
Hex43316F2838038101271f
Octal1036115750700704014737
Binary10000111100011101111101000111000011100010000000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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