#432E6A

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

Shades of Minsk #432E6A

Tints of Minsk #432E6A

Color information

#432E6A (or 0x432E6A) is unknown color: approx Minsk. HEX triplet: 43, 2E and 6A. RGB value is (67,46,106). Sum of RGB (Red+Green+Blue) = 67+46+106=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #432E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E6A is #BCD195. Grayscale: #3A3A3A. Windows color (decimal): -12374422 or 6958659. OLE color: 6958659.

HSL color Cylindrical-coordinate representation of color #432E6A: hue angle of 261º degrees, saturation: 0.39, 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 #432E6A is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6746106-
CMYK0.370.5700.58
HSL261º39.47%29.8%-
HSV(B)261º56.6%41.57%-
XYZ5.894.1914.13-
YUV59.12154.46133.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=30.59%
G=21.00%
B=48.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67461060.370.5700.5826139.4729.8
Hex432E6A253903A105271e
Octal1035615245710724054736
Binary10000111011101101010100101111001011101010000010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432E6A; }

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

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

<style>
 a { background-color: #432E6A; }

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

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

<style>
 span { border-color: #432E6A; }

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

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