#432F6A

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

Shades of Minsk #432F6A

Tints of Minsk #432F6A

Color information

#432F6A (or 0x432F6A) is unknown color: approx Minsk. HEX triplet: 43, 2F and 6A. RGB value is (67,47,106). Sum of RGB (Red+Green+Blue) = 67+47+106=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #432F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F6A is #BCD095. Grayscale: #3B3B3B. Windows color (decimal): -12374166 or 6958915. OLE color: 6958915.

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

Color convert

RGB6747106-
CMYK0.370.5600.58
HSL260.34º38.56%30%-
HSV(B)260.34º55.66%41.57%-
XYZ5.934.2714.15-
YUV59.71154.13133.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=30.45%
G=21.36%
B=48.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67471060.370.5600.58260.3438.5630
Hex432F6A253803A104271e
Octal1035715245700724044736
Binary10000111011111101010100101111000011101010000010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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